mui-spfx-controls
Version:
SPFx component library built with MUI
27 lines (25 loc) • 836 B
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "4601b4b0-6219-41f0-a532-072e39e62ee9",
"alias": "CodeEditorWebPart",
"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 Code Editor" },
"description": {
"default": "A customizable Monaco-based code editor for MUI with dynamic settings and integrations."
},
"officeFabricIconFontName": "CodeEdit",
"properties": {
"renderControls": true
}
}
]
}