mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-3175] Remove settings button from the UI (#1427)
This commit is contained in:
@@ -13,11 +13,6 @@
|
|||||||
"id": "app.actions.about",
|
"id": "app.actions.about",
|
||||||
"type": "NAVIGATE_URL",
|
"type": "NAVIGATE_URL",
|
||||||
"payload": "/about"
|
"payload": "/about"
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "app.actions.settings",
|
|
||||||
"type": "NAVIGATE_URL",
|
|
||||||
"payload": "/settings"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -50,15 +45,6 @@
|
|||||||
"icon": "more_vert",
|
"icon": "more_vert",
|
||||||
"title": "APP.ACTIONS.MORE",
|
"title": "APP.ACTIONS.MORE",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
|
||||||
"id": "app.header.settings",
|
|
||||||
"title": "APP.SETTINGS.TITLE",
|
|
||||||
"description": "APP.SETTINGS.TITLE",
|
|
||||||
"icon": "settings",
|
|
||||||
"actions": {
|
|
||||||
"click": "app.actions.settings"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "app.header.about",
|
"id": "app.header.about",
|
||||||
"title": "APP.BROWSE.ABOUT.TITLE",
|
"title": "APP.BROWSE.ABOUT.TITLE",
|
||||||
|
|||||||
Reference in New Issue
Block a user