mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +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",
|
"$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": [
|
||||||
{
|
{
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user