@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
18 lines (14 loc) • 729 B
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-extension-manifest.schema.json",
"id": "57ebd944-98ed-43f9-b722-e959d6dac6ad",
"alias": "OotbFieldsFieldCustomizer",
"componentType": "Extension",
"extensionType": "FieldCustomizer",
// The "*" signifies that the version should be taken from the package.json
"version": "*",
"manifestVersion": 2,
// If true, the component can only be installed on sites where Custom Script is allowed.
// Components that allow authors to embed arbitrary script code should set this to true.
// https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f
"requiresCustomScript": false
}