UNPKG

mui-spfx-controls

Version:
31 lines (30 loc) 961 B
{ "$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json", "id": "31647ef6-133b-4d8a-906b-bd666a022239", "alias": "ListItemPickerWebPart", "componentType": "WebPart", "version": "*", "manifestVersion": 2, "requiresCustomScript": false, "supportedHosts": ["SharePointWebPart", "SharePointFullPage"], "supportsThemeVariants": true, "preconfiguredEntries": [ { "groupId": "5c03119e-3074-46fd-976b-c60198311f70", "group": { "default": "Advanced" }, "title": { "default": "MUI List Item Picker" }, "description": { "default": "A List Item Picker component with MUI integration" }, "officeFabricIconFontName": "ClipboardListAdd", "properties": { "label": "List Item", "size": "medium", "disabled": false, "variant": "outlined", "color": "primary", "searchSuggestionLimit": 10 } } ] }