mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 22:36:06 -06:00
157 lines
3.6 KiB
PHP
157 lines
3.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'home_settings' => [
|
|
'name' => 'Home Settings',
|
|
],
|
|
'logo' => [
|
|
'name' => 'Logo',
|
|
],
|
|
'logo_white' => [
|
|
'name' => 'Logo White',
|
|
],
|
|
'btn_color' => [
|
|
'name' => 'Buttons Color'
|
|
],
|
|
'btn_color2' => [
|
|
'name' => 'Button 2 Color'
|
|
],
|
|
'categories' => [
|
|
'name' => 'Categories',
|
|
'instructions' => 'Manage categories under search field',
|
|
],
|
|
'popular_cities' => [
|
|
'name' => 'Popular Cities',
|
|
'instructions' => 'Manage Cities under search field',
|
|
],
|
|
'footer_settings' => [
|
|
'name' => 'Footer Settings'
|
|
],
|
|
'facebook_address' => [
|
|
'name' => 'Facebook Address',
|
|
],
|
|
'instagram_address' => [
|
|
'name' => 'Instagram Address',
|
|
],
|
|
'twitter_address' => [
|
|
'name' => 'Twitter Address',
|
|
],
|
|
'linkedin_address' => [
|
|
'name' => 'Linkedin Address',
|
|
],
|
|
'youtube_address' => [
|
|
'name' => 'Youtube Address',
|
|
],
|
|
'app_store' => [
|
|
'name' => 'Appstore Link',
|
|
],
|
|
'android_store' => [
|
|
'name' => 'Play Store Link',
|
|
],
|
|
'footer_logo' => [
|
|
'name' => 'Footer Logo',
|
|
],
|
|
'posts' => [
|
|
'name' => 'Posts',
|
|
],
|
|
'list_cats' => [
|
|
'name' => 'Category List',
|
|
],
|
|
'home_background_image' => [
|
|
'name' => 'Home Background İmage',
|
|
],
|
|
'recommended_ads' => [
|
|
'name' => 'Recommended Ads',
|
|
],
|
|
'print_logo' => [
|
|
'name' => 'Print Ad Logo',
|
|
],'ad_page_target' => [
|
|
'name' => 'How will open to clicked ad',
|
|
],
|
|
'current_page' => 'Current Tab',
|
|
'new_page' => 'New Tab',
|
|
|
|
'search_cat1' => [
|
|
'name' => 'Search Area Category One'
|
|
],
|
|
'search_cat2' => [
|
|
'name' => 'Search Area Category Two'
|
|
],
|
|
'search_cat3' => [
|
|
'name' => 'Search Area Category Three'
|
|
],
|
|
'search_cat4' => [
|
|
'name' => 'Search Area Category Four'
|
|
],
|
|
'header_category1' => [
|
|
'name' => 'Header Category One'
|
|
],
|
|
'header_category2' => [
|
|
'name' => 'Header Category Two'
|
|
],
|
|
|
|
'address' => [
|
|
'name' => 'Address',
|
|
],
|
|
'phone' => [
|
|
'name' => 'Phone',
|
|
],
|
|
'mail' => [
|
|
'name' => 'Mail',
|
|
],
|
|
'company_name' => [
|
|
'name' => 'Company Name',
|
|
],
|
|
'company_desc' => [
|
|
'name' => 'Company Description',
|
|
],
|
|
'form_desc' => [
|
|
'name' => 'Form Description',
|
|
],
|
|
'contact' => [
|
|
'name' => 'Contact'
|
|
],
|
|
'mobile_intro_bg' => [
|
|
'name' => 'Mobile Intro Background Image'
|
|
],
|
|
'contact_info_visible_to_login_user' => [
|
|
'name' => 'Contact information visible only to login user'
|
|
],
|
|
'others' => [
|
|
'name' => 'Others'
|
|
],
|
|
'shareWhatsappMsg' => [
|
|
'name' => 'Whatsapp Share Message',
|
|
],
|
|
'default_owner' => [
|
|
'name' => 'Default Owner',
|
|
],
|
|
'footer_doping_color' => [
|
|
'name' => 'Footer Color'
|
|
],
|
|
'list_top_customfield' => [
|
|
'name' => 'Advs List Customfield Buttons'
|
|
],
|
|
'etbis_qr' => [
|
|
'name' => "Etbis Qr"
|
|
],
|
|
'etbis_link' => [
|
|
'name' => "Etbis Link"
|
|
],
|
|
'homepage_cats_with_images' => [
|
|
'name' => "Cats With Images"
|
|
],
|
|
'homepage_banner_section' => [
|
|
'name' => "Homepage Banner Section"
|
|
],
|
|
'home_page_sub_categories_limit' => [
|
|
'name' => 'Home Page Sub Categories Limit',
|
|
],
|
|
'breadcrumbs' => [
|
|
'name' => 'Breadcrumb',
|
|
],
|
|
'domains_allowed_iframe_access' => [
|
|
'name' => 'Domains allowed iframe access'
|
|
]
|
|
];
|