custom menu visibility

This commit is contained in:
xiaomlove
2022-08-04 22:29:55 +08:00
parent 3d7feffe1a
commit cfda6aec1d
4 changed files with 17 additions and 2 deletions

View File

@@ -206,5 +206,6 @@ return [
'target' => 'Open type',
'style' => 'Style',
'parent_id' => 'Parent',
'min_class' => 'Minimum visible class',
],
];

View File

@@ -209,5 +209,6 @@ return [
'target' => '打开方式',
'style' => '样式',
'parent_id' => '父菜单',
'min_class' => '最低可见等级',
],
];

View File

@@ -206,5 +206,6 @@ return [
'target' => '打開方式',
'style' => '樣式',
'parent_id' => '父菜單',
'min_class' => '最低可見等級',
],
];