mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
support menu modify
This commit is contained in:
@@ -21,6 +21,7 @@ return [
|
||||
'added' => 'Add time',
|
||||
'last_access' => 'Last access time',
|
||||
'priority' => 'Priority',
|
||||
'priority_help' => 'The higher the value, the higher the ranking',
|
||||
'comment' => 'Comment',
|
||||
'duration' => 'Duration',
|
||||
'description' => 'Description',
|
||||
@@ -194,4 +195,12 @@ return [
|
||||
'ip_help' => 'Begin IP/End IP, IP(Block) Choose one',
|
||||
'status' => 'Status',
|
||||
],
|
||||
'menu_item' => [
|
||||
'label' => 'Menu items',
|
||||
'url' => 'Link',
|
||||
'text' => 'Text',
|
||||
'target' => 'Open type',
|
||||
'style' => 'Style',
|
||||
'parent_id' => 'Parent',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user