mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
43 lines
988 B
PHP
43 lines
988 B
PHP
<?php
|
|
|
|
return [
|
|
'navigation_title' => [
|
|
'name' => 'Navigation Title',
|
|
],
|
|
'navigation_action' => [
|
|
'name' => 'Navigation Action',
|
|
],
|
|
'country_fields' => [
|
|
'name' => 'Country Fields',
|
|
],
|
|
'date_fields' => [
|
|
'name' => 'Date Fields',
|
|
],
|
|
'price_fields' => [
|
|
'name' => 'Price Fields',
|
|
],
|
|
'breadcrumbs' => [
|
|
'name' => 'Breadcrumb',
|
|
],
|
|
'ad_details' => [
|
|
'name' => 'Ad Details',
|
|
],
|
|
'ad_details_tab' => [
|
|
'name' => 'Ad Details Tab',
|
|
],
|
|
'latest_and_view_all_btn' => [
|
|
'name' => 'Latest and View All Btn',
|
|
],
|
|
'register_page_instruction_logo' => [
|
|
'name' => 'Register Page Instruction Logo',
|
|
],
|
|
'register_page_alert_link' => [
|
|
'name' => 'Register Page Alert Link',
|
|
],
|
|
'style' => [
|
|
'name' => 'Style(CSS)',
|
|
],
|
|
'home_page_sub_categories_limit' => [
|
|
'name' => 'Homepage Sub Categories Limit',
|
|
],
|
|
]; |