mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-10 14:11:17 +00:00
[ACS-6342] Updating extensions json configuration for AOS Plugin and Folder Rules plugin for compatibility with ACC Extensions Manager
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user