27 lines
687 B
JSON
27 lines
687 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-extension-manifest.schema.json",
|
|
"id": "cd58f5d9-ffc8-4df7-a910-3054842d7abf",
|
|
"alias": "ExpiryIndicatorCommandSet",
|
|
"componentType": "Extension",
|
|
"extensionType": "ListViewCommandSet",
|
|
"version": "1.0.4",
|
|
"manifestVersion": 2,
|
|
"requiresCustomScript": false,
|
|
"items": {
|
|
"EXTEND_ONE_YEAR": {
|
|
"title": {
|
|
"default": "Extend expiry +1 year",
|
|
"de-de": "Ablaufdatum +1 Jahr"
|
|
},
|
|
"type": "command"
|
|
},
|
|
"SETTINGS": {
|
|
"title": {
|
|
"default": "Expiry settings",
|
|
"de-de": "Expiry-Einstellungen"
|
|
},
|
|
"type": "command"
|
|
}
|
|
}
|
|
}
|