first upload all files
This commit is contained in:
14
Modules/Menu/Resources/lang/en/attributes.php
Normal file
14
Modules/Menu/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
'url' => 'URL',
|
||||
'icon' => 'Icon',
|
||||
'category_id' => 'Category',
|
||||
'page_id' => 'Page',
|
||||
'parent_id' => 'Parent Menu Item',
|
||||
'target' => 'Target',
|
||||
'is_fluid' => 'Fluid Menu',
|
||||
'is_active' => 'Status',
|
||||
];
|
||||
Reference in New Issue
Block a user