20 lines
617 B
JSON
Raw Normal View History

{
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
"id": "46f8b70d-55c4-4b4e-8454-053ff5e426fa",
"componentType": "WebPart",
"version": "0.0.2",
"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
}
}]
}