Gautam Sheth 9d17034205 Updated react-officegraph to GA (#229)
* updated react office graph to GA

* uploaded src folder and the package folder

* updated readme

* again updated readme
2017-06-12 12:34:05 +02:00

21 lines
689 B
JSON

{
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
"id": "65f773e5-a708-4b28-ac1f-0fb74e9f85da",
"alias": "TrendingInThisSiteWebPart",
"componentType": "WebPart",
"version": "0.0.1",
"manifestVersion": 2,
"preconfiguredEntries": [{
"groupId": "65f773e5-a708-4b28-ac1f-0fb74e9f85da",
"group": { "default": "Content rollup" },
"title": { "default": "Trending in this site" },
"description": { "default": "Shows documents trending in this site" },
"officeFabricIconFontName": "Page",
"properties": {
"numberOfDocuments": 5
}
}]
}