mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* Revert "[ACS-9369] Updated rule-migration-guide.md to include missed rule (#4420)" This reverts commit b3e2af7f0fc1dbd67186d03c98ea8b6f4ab19f47. * Revert "[ACS-9369] Resolved issues where visibility rules with a single element array would log errors (#4416)" This reverts commit 4e33f1126da07cf18c1896f7e839336e493b12cb. * Revert "[ACS-8694] Cleanup of visibility rules for extensions in ACA (#4140)" This reverts commit f1c4dcf45d0d0ce038109510004bf0edb66c6e66.
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"$schema": "../../../../extension.schema.json",
|
|
"$id": "0455ca6c-cc7a-43ae-bbf7-35795413d2dd",
|
|
"$name": "Folder Rules Plugin",
|
|
"$version": "0.0.1",
|
|
"$vendor": "Hyland Software, Inc. and its affiliates",
|
|
"$license": "LGPL-3.0",
|
|
|
|
"features": {
|
|
"toolbar": [
|
|
{
|
|
"id": "app.toolbar.more",
|
|
"children": [
|
|
{
|
|
"id": "app.toolbar.rules.separator",
|
|
"type": "separator",
|
|
"rules": {
|
|
"visible": "app.selection.folder"
|
|
}
|
|
},
|
|
{
|
|
"id": "app.toolbar.rules.create",
|
|
"title": "ACA_FOLDER_RULES.MENU.CREATE_RULES",
|
|
"description": "ACA_FOLDER_RULES.MENU.CREATE_RULES_DESC",
|
|
"icon": "add",
|
|
"rules": {
|
|
"visible": "rules.canCreateFolderRule"
|
|
}
|
|
},
|
|
{
|
|
"id": "app.toolbar.rules.link",
|
|
"title": "ACA_FOLDER_RULES.MENU.LINK_RULES",
|
|
"description": "ACA_FOLDER_RULES.MENU.LINK_RULES_DESC",
|
|
"icon": "link",
|
|
"rules": {
|
|
"visible": "rules.canLinkFolderRule"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
|
|
"contextMenu": [
|
|
{
|
|
"id": "app.toolbar.rules.separator",
|
|
"type": "separator",
|
|
"rules": {
|
|
"visible": "app.selection.folder"
|
|
}
|
|
},
|
|
{
|
|
"id": "app.toolbar.rules.create",
|
|
"title": "ACA_FOLDER_RULES.MENU.CREATE_RULES",
|
|
"description": "ACA_FOLDER_RULES.MENU.CREATE_RULES_DESC",
|
|
"icon": "add",
|
|
"rules": {
|
|
"visible": "rules.canCreateFolderRule"
|
|
}
|
|
},
|
|
{
|
|
"id": "app.toolbar.rules.link",
|
|
"title": "ACA_FOLDER_RULES.MENU.LINK_RULES",
|
|
"description": "ACA_FOLDER_RULES.MENU.LINK_RULES_DESC",
|
|
"icon": "link",
|
|
"rules": {
|
|
"visible": "rules.canLinkFolderRule"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|