[ACS-6342] Updating extensions json configuration for AOS Plugin and Folder Rules plugin for compatibility with ACC Extensions Manager

This commit is contained in:
swapnil.verma
2024-03-04 18:29:15 +05:30
parent c883e16d2b
commit c646be9644
2 changed files with 32 additions and 0 deletions

View File

@@ -6,6 +6,22 @@
"$vendor": "Hyland Software, Inc. and its affiliates", "$vendor": "Hyland Software, Inc. and its affiliates",
"$license": "LGPL-3.0", "$license": "LGPL-3.0",
"settings": [
{
"id": "alfresco.extensions.folder-rules.settings",
"name": "Extensions: Folder Rules",
"parameters": [
{
"name": "Enable Folder Rules Extensions",
"key": "folderRules",
"type": "boolean",
"value": false
}
]
}
],
"features": { "features": {
"toolbar": [ "toolbar": [
{ {

View File

@@ -7,6 +7,22 @@
"$vendor": "Hyland Software, Inc. and its affiliates", "$vendor": "Hyland Software, Inc. and its affiliates",
"$license": "LGPL-3.0", "$license": "LGPL-3.0",
"settings": [
{
"id": "alfresco.extensions.aos.settings",
"name": "Extensions: AOS",
"parameters": [
{
"name": "Enable AOS Extensions",
"key": "aosPlugin",
"type": "boolean",
"value": false
}
]
}
],
"actions": [ "actions": [
{ {
"id": "aos.openWith.office", "id": "aos.openWith.office",