Skip to main content

Posts

Showing posts from December, 2024

Hide list or document library buttons using Format (JSON)

 {   "$schema": "https://developer.microsoft.com/json-...",   "commandBarProps": {     "commands": [       {         "key": "addShortcut",         "hide": true       },       {         "key": "addTemplate",         "hide": true       },       {         "key": "aiBuilder",         "hide": true       },       {         "key": "aiBuilderCreate",         "hide": true       },       {         "key": "aiBuilderGoto",         "hide": true       },       {         "key": "alertMe",         "hide": true       },       {       ...