Skip to content

Instantly share code, notes, and snippets.

@thechriskent
Created March 25, 2018 23:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thechriskent/7b206c43c54b6b9e7facaf31a6155a27 to your computer and use it in GitHub Desktop.
Save thechriskent/7b206c43c54b6b9e7facaf31a6155a27 to your computer and use it in GitHub Desktop.
{
"$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json",
"elmType": "div",
"children": [
{
"elmType": "span",
"attributes": {
"iconName": "Balloons"
},
"style": {
"padding-right": "6px",
"color": "#0078d7"
}
},
{
"elmType": "span",
"txtContent": "@currentField"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment