21 lines
643 B
JSON
21 lines
643 B
JSON
{
|
|
"$schema": "../../../node_modules/@microsoft/sp-module-interfaces/lib/manifestSchemas/jsonSchemas/clientSideComponentManifestSchema.json",
|
|
|
|
"id": "4894c03a-593c-4033-ae5a-afb4d4d47f27",
|
|
"alias": "ToDoWebPart",
|
|
"componentType": "WebPart",
|
|
"version": "0.0.1",
|
|
"manifestVersion": 2,
|
|
|
|
"preconfiguredEntries": [{
|
|
"groupId": "4894c03a-593c-4033-ae5a-afb4d4d47f27",
|
|
"group": { "default": "Productivity" },
|
|
"title": { "default": "To do" },
|
|
"description": { "default": "Simple management of to do tasks" },
|
|
"officeFabricIconFontName": "MultiSelect",
|
|
"properties": {
|
|
"hideFinishedTasks": false
|
|
}
|
|
}]
|
|
}
|