first
This commit is contained in:
48
config/constants.php
Normal file
48
config/constants.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'page_status_options' => [
|
||||
'0' => 'Draft',
|
||||
'1' => 'Published',
|
||||
],
|
||||
|
||||
'page_type_options' => [
|
||||
'page' => 'Page',
|
||||
'widget' => 'Widget',
|
||||
],
|
||||
|
||||
'menu_type_options' => [
|
||||
'single-link' => 'Custom',
|
||||
'pages' => "Page",
|
||||
'blogs' => "Blog",
|
||||
'services' => "Service",
|
||||
'countries' => "Country",
|
||||
],
|
||||
|
||||
'menu_location_options' => [
|
||||
'1' => 'Main Menu',
|
||||
'2' => "Footer Menu",
|
||||
],
|
||||
|
||||
'redirect_options' => [
|
||||
'_self' => 'Self',
|
||||
'_blank' => 'New Tab',
|
||||
],
|
||||
|
||||
'menu_type' => [
|
||||
'1' => 'Food',
|
||||
'2' => 'Drinks',
|
||||
],
|
||||
|
||||
'page_section_options' => [
|
||||
'page-attribute-section' => 'Page Attributes',
|
||||
'meta-section' => 'Meta',
|
||||
'featured-image-section' => 'Featured Image',
|
||||
'media-gallery-section' => 'Media Gallery',
|
||||
'sidebar-section' => 'Sidebar',
|
||||
'button-section' => 'Button',
|
||||
'custom-field-section' => 'Custom Fields',
|
||||
'link-section' => 'Link'
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user