mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
declare user actions entries
This commit is contained in:
@@ -22,6 +22,26 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"features": {
|
"features": {
|
||||||
|
"userActions": [
|
||||||
|
{
|
||||||
|
"id": "app.languagePicker",
|
||||||
|
"order": 100,
|
||||||
|
"type": "custom",
|
||||||
|
"component": "app.languagePicker",
|
||||||
|
"rules": {
|
||||||
|
"visible": "app.canShowLanguagePicker"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "app.logout",
|
||||||
|
"order": 200,
|
||||||
|
"type": "custom",
|
||||||
|
"component": "app.logout",
|
||||||
|
"rules": {
|
||||||
|
"visible": "app.canShowLogout"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"header": [
|
"header": [
|
||||||
{
|
{
|
||||||
"id": "app.header.more",
|
"id": "app.header.more",
|
||||||
|
|||||||
Reference in New Issue
Block a user