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",