adjustments to advanced settings

This commit is contained in:
Niels Lyngsø
2024-03-25 09:01:14 +01:00
parent 9aa328c5a3
commit 394fc2c953
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ const menuItem: ManifestTypes = {
kind: 'tree',
alias: 'Umb.MenuItem.RelationTypes',
name: 'Relation Types Menu Item',
weight: 100,
weight: 800,
meta: {
treeAlias: UMB_RELATION_TYPE_TREE_ALIAS,
label: 'Relation Types',

View File

@@ -10,7 +10,7 @@ const menuItem: ManifestMenuItem = {
label: 'Webhooks',
icon: 'icon-webhook',
entityType: UMB_WEBHOOK_ENTITY_TYPE,
menus: ['Umb.Menu.Settings'],
menus: ['Umb.Menu.AdvancedSettings'],
},
};