declare user actions entries

This commit is contained in:
pionnegru
2020-01-07 20:33:31 +02:00
parent 684a9a3d34
commit 29c0b69767
+20
View File
@@ -22,6 +22,26 @@
],
"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": [
{
"id": "app.header.more",