mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
[ACA-1771] Remove features that aren't experimental from settings (#614)
* [ACA-1771] Remove features that aren't experimental from settings * update permissions rule not to ignore folders
This commit is contained in:
parent
ec1b9028c5
commit
1be7c0fd20
@ -9,10 +9,7 @@
|
|||||||
"© 2017 - 2018 Alfresco Software, Inc. All rights reserved."
|
"© 2017 - 2018 Alfresco Software, Inc. All rights reserved."
|
||||||
},
|
},
|
||||||
"experimental": {
|
"experimental": {
|
||||||
"comments": false,
|
|
||||||
"cardview": false,
|
"cardview": false,
|
||||||
"permissions": false,
|
|
||||||
"share": false,
|
|
||||||
"extensions": false,
|
"extensions": false,
|
||||||
"external-plugins": false
|
"external-plugins": false
|
||||||
},
|
},
|
||||||
|
@ -78,7 +78,6 @@
|
|||||||
"id": "app.toolbar.permissions",
|
"id": "app.toolbar.permissions",
|
||||||
"type": "core.every",
|
"type": "core.every",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{ "type": "rule", "value": "app.selection.file" },
|
|
||||||
{ "type": "rule", "value": "app.selection.first.canUpdate" },
|
{ "type": "rule", "value": "app.selection.first.canUpdate" },
|
||||||
{ "type": "rule", "value": "app.navigation.isNotTrashcan" }
|
{ "type": "rule", "value": "app.navigation.isNotTrashcan" }
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user