field names edited

This commit is contained in:
Muammer Top 2020-10-14 11:50:20 +03:00
parent 5a01f77dd5
commit bd153541f9
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ return [
'fields' => [
'home_page_sub_categories_limit', 'navigation_title', 'navigation_action', 'date_fields',
'price_fields', 'breadcrumbs', 'ad_details', 'ad_details_tab', 'latest_and_view_all_btn',
'register_page_instruction_logo', 'register_page_alert_link', 'enabled_countries'
'register_page_instruction_logo', 'register_page_alert_link', 'default_country'
],
],
'template' => [

View File

@ -40,7 +40,7 @@ return [
'home_page_sub_categories_limit' => [
'name' => 'Homepage Sub Categories Limit',
],
'enabled_countries' => [
'name' => 'Enabled Country',
'default_country' => [
'name' => 'Register page, default country for phone',
]
];