Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created November 13, 2020 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expiscornovus/3cbabf21b6391f5827357b420d6a7036 to your computer and use it in GitHub Desktop.
Save expiscornovus/3cbabf21b6391f5827357b420d6a7036 to your computer and use it in GitHub Desktop.
User Voice upvote button
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "button",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"ac299030-fc6c-431a-b833-f567e6cbc1df\"}"
},
"attributes": {
"class": "ms-fontColor-themePrimary ms-fontColor-themeDarker--hover"
},
"style": {
"border": "none",
"background-color": "transparent",
"cursor": "pointer"
},
"children": [
{
"elmType": "span",
"attributes": {
"iconName": "CaretSolidUp"
},
"style": {
"padding-right": "6px"
}
},
{
"elmType": "span",
"txtContent": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment