Skip to content

Instantly share code, notes, and snippets.

@pkbullock
Created September 27, 2018 15:11
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 pkbullock/8e9b5a72c9bc91300a17f019cca78e5f to your computer and use it in GitHub Desktop.
Save pkbullock/8e9b5a72c9bc91300a17f019cca78e5f to your computer and use it in GitHub Desktop.
Highlight News Items in a Site Pages Modern Library - Column
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"children": [
{
"elmType": "span",
"style": {
"display": "inline-block",
"padding": "0 4px"
},
"attributes": {
"iconName": "=if(@currentField == 0, 'Page', 'News')"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment