mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
9d17034205
* updated react office graph to GA * uploaded src folder and the package folder * updated readme * again updated readme
22 lines
785 B
JSON
22 lines
785 B
JSON
{
|
|
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
|
|
|
|
"id": "7dd7cf1a-0201-4ecb-87d1-df26ee53ba5f",
|
|
"alias": "TrendingInTheSitesIFollowWebPart",
|
|
"componentType": "WebPart",
|
|
"version": "0.0.1",
|
|
"manifestVersion": 2,
|
|
|
|
"preconfiguredEntries": [{
|
|
"groupId": "7dd7cf1a-0201-4ecb-87d1-df26ee53ba5f",
|
|
"group": { "default": "Content rollup" },
|
|
"title": { "default": "Trending in the sites I follow" },
|
|
"description": { "default": "Shows documents trending in the sites followed by the current user" },
|
|
"officeFabricIconFontName": "Chart",
|
|
"properties": {
|
|
"title": "Trending in the sites I follow",
|
|
"numberOfDocuments": 5
|
|
}
|
|
}]
|
|
}
|