mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
[ACA-2120] update library toolbar (#891)
This commit is contained in:
parent
7992b0a015
commit
a1789e45aa
@ -452,6 +452,27 @@
|
||||
"visible": "app.trashcan.hasSelection"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.toolbar.joinLibrary",
|
||||
"type": "custom",
|
||||
"order": 600,
|
||||
"component": "app.toolbar.toggleJoinLibrary",
|
||||
"rules": {
|
||||
"visible": "app.libraries.toolbar.canToggleJoin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.toolbar.leaveLibrary",
|
||||
"order": 650,
|
||||
"title": "APP.ACTIONS.LEAVE",
|
||||
"icon": "exit_to_app",
|
||||
"actions": {
|
||||
"click": "LEAVE_LIBRARY"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "app.libraries.toolbar.canLeaveLibrary"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.create.separator.2",
|
||||
"type": "separator",
|
||||
@ -469,33 +490,12 @@
|
||||
{
|
||||
"id": "app.libraries.toolbar.infoDrawer",
|
||||
"type": "custom",
|
||||
"order": 701,
|
||||
"order": 800,
|
||||
"component": "app.toolbar.toggleInfoDrawer",
|
||||
"rules": {
|
||||
"visible": "app.libraries.toolbar"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.toolbar.joinLibrary",
|
||||
"type": "custom",
|
||||
"order": 704,
|
||||
"component": "app.toolbar.toggleJoinLibrary",
|
||||
"rules": {
|
||||
"visible": "app.libraries.toolbar.canToggleJoin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.toolbar.leaveLibrary",
|
||||
"order": 705,
|
||||
"title": "APP.ACTIONS.LEAVE",
|
||||
"icon": "not_interested",
|
||||
"actions": {
|
||||
"click": "LEAVE_LIBRARY"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "app.libraries.toolbar.canLeaveLibrary"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.toolbar.more",
|
||||
"type": "menu",
|
||||
|
Loading…
x
Reference in New Issue
Block a user