48 lines
1.0 KiB
PHP
48 lines
1.0 KiB
PHP
<?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'
|
|
],
|
|
]; |