2016-08-31 17:14:32 +03:00
|
|
|
{
|
|
|
|
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
|
|
|
|
|
|
|
|
"id": "46f8b70d-55c4-4b4e-8454-053ff5e426fa",
|
|
|
|
"componentType": "WebPart",
|
2016-09-09 17:30:16 +02:00
|
|
|
"version": "0.0.2",
|
2016-08-31 17:14:32 +03:00
|
|
|
"manifestVersion": 2,
|
|
|
|
|
|
|
|
"preconfiguredEntries": [{
|
|
|
|
"groupId": "46f8b70d-55c4-4b4e-8454-053ff5e426fa",
|
|
|
|
"group": { "default": "Productivity" },
|
|
|
|
"title": { "default": "To do" },
|
|
|
|
"description": { "default": "Simple management of to do tasks" },
|
|
|
|
"officeFabricIconFontName": "MultiSelect",
|
|
|
|
"properties": {
|
|
|
|
"hideFinishedTasks": false
|
|
|
|
}
|
|
|
|
}]
|
|
|
|
}
|