mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-02 01:39:21 +00:00
27 lines
888 B
JSON
27 lines
888 B
JSON
{
|
|
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
|
|
|
|
"id": "5ff21af8-04ea-478a-a640-919b29ba5ff4",
|
|
"alias": "MsalWpWebPart",
|
|
"componentType": "WebPart",
|
|
"version": "*", // The "*" signifies that the version should be taken from the package.json
|
|
"manifestVersion": 2,
|
|
|
|
/**
|
|
* This property should only be set to true if it is certain that the webpart does not
|
|
* allow arbitrary scripts to be called
|
|
*/
|
|
"safeWithCustomScriptDisabled": false,
|
|
|
|
"preconfiguredEntries": [{
|
|
"groupId": "5ff21af8-04ea-478a-a640-919b29ba5ff4",
|
|
"group": { "default": "Under Development" },
|
|
"title": { "default": "MSAL WP" },
|
|
"description": { "default": "MSAL WP description" },
|
|
"officeFabricIconFontName": "Page",
|
|
"properties": {
|
|
"description": "MSAL WP"
|
|
}
|
|
}]
|
|
}
|