mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-09 06:38:52 +00:00
23 lines
749 B
JSON
23 lines
749 B
JSON
{
|
|
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
|
|
|
|
"id": "dfb5229a-c1c3-4e98-870b-c40dd6e4ec4b",
|
|
"alias": "PageContributorsWebPart",
|
|
"componentType": "WebPart",
|
|
"version": "1.0.0",
|
|
"manifestVersion": 2,
|
|
"safeWithCustomScriptDisabled": false,
|
|
|
|
"preconfiguredEntries": [{
|
|
"groupId": "dfb5229a-c1c3-4e98-870b-c40dd6e4ec4b",
|
|
"group": { "default": "Under Development" },
|
|
"title": { "default": "Page Contributors" },
|
|
"description": { "default": "Displays page contributors in reverse chronological order" },
|
|
"officeFabricIconFontName": "People",
|
|
"properties": {
|
|
"numberOfFaces": 5,
|
|
"personaSize": 3
|
|
}
|
|
}]
|
|
}
|