mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2180] Viewer toolbar - rearrange actions layout (#962)
* merge action in toolbar submenu * viewer add info drawer action * toggle infoDrawer extension action * hide viewer toolbar info drawer action * fix typo * allow to unsubscribe from infoDrawerOpened event
This commit is contained in:
committed by
Denys Vuika
parent
525ba7e73e
commit
2be93af273
@@ -51,18 +51,23 @@
|
||||
}
|
||||
],
|
||||
"viewer": {
|
||||
"openWith": [
|
||||
"toolbarActions": [
|
||||
{
|
||||
"id": "aos.viewer.openWith.office",
|
||||
"type": "button",
|
||||
"icon": "adf:application/msword",
|
||||
"title": "Microsoft Office™",
|
||||
"actions": {
|
||||
"click": "aos.openWith.office"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "aos.canOpenWithOffice"
|
||||
}
|
||||
"id": "app.viewer.toolbar.more",
|
||||
"children": [
|
||||
{
|
||||
"id": "aos.viewer.openWith.office",
|
||||
"order": 1,
|
||||
"icon": "adf:application/msword",
|
||||
"title": "Microsoft Office™",
|
||||
"actions": {
|
||||
"click": "aos.openWith.office"
|
||||
},
|
||||
"rules": {
|
||||
"visible": "aos.canOpenWithOffice"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user