FleetCart/Modules/Menu/Resources/lang/en/attributes.php

15 lines
303 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?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',
];