From c646be9644b8d58be2e0f3b60f4eebb2cce88462 Mon Sep 17 00:00:00 2001 From: "swapnil.verma" Date: Mon, 4 Mar 2024 18:29:15 +0530 Subject: [PATCH] [ACS-6342] Updating extensions json configuration for AOS Plugin and Folder Rules plugin for compatibility with ACC Extensions Manager --- .../folder-rules/assets/folder-rules.plugin.json | 16 ++++++++++++++++ .../aca-content/ms-office/assets/aos.plugin.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/projects/aca-content/folder-rules/assets/folder-rules.plugin.json b/projects/aca-content/folder-rules/assets/folder-rules.plugin.json index c653eedbb..faf86dc63 100644 --- a/projects/aca-content/folder-rules/assets/folder-rules.plugin.json +++ b/projects/aca-content/folder-rules/assets/folder-rules.plugin.json @@ -6,6 +6,22 @@ "$vendor": "Hyland Software, Inc. and its affiliates", "$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": { "toolbar": [ { diff --git a/projects/aca-content/ms-office/assets/aos.plugin.json b/projects/aca-content/ms-office/assets/aos.plugin.json index 5444b4bee..daa290bae 100644 --- a/projects/aca-content/ms-office/assets/aos.plugin.json +++ b/projects/aca-content/ms-office/assets/aos.plugin.json @@ -7,6 +7,22 @@ "$vendor": "Hyland Software, Inc. and its affiliates", "$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": [ { "id": "aos.openWith.office",