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",
|
||||
"type": "NAVIGATE_URL",
|
||||
"payload": "/about"
|
||||
},
|
||||
{
|
||||
"id": "app.actions.settings",
|
||||
"type": "NAVIGATE_URL",
|
||||
"payload": "/settings"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -50,15 +45,6 @@
|
||||
"icon": "more_vert",
|
||||
"title": "APP.ACTIONS.MORE",
|
||||
"children": [
|
||||
{
|
||||
"id": "app.header.settings",
|
||||
"title": "APP.SETTINGS.TITLE",
|
||||
"description": "APP.SETTINGS.TITLE",
|
||||
"icon": "settings",
|
||||
"actions": {
|
||||
"click": "app.actions.settings"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.header.about",
|
||||
"title": "APP.BROWSE.ABOUT.TITLE",
|
||||
|
||||
Reference in New Issue
Block a user