field names edited

This commit is contained in:
Muammer Top 2020-10-14 12:04:26 +03:00
parent bd153541f9
commit c384d6c4c4
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ return [
'type' => 'anomaly.field_type.editor',
],
'enabled_countries' => [
'default_country' => [
'bind' => 'visiosoft.theme.base::countries.enabled',
'env' => 'ADV_ENABLED_COUNTRIES',
'type' => 'anomaly.field_type.select',

View File

@ -56,7 +56,7 @@
<div class="input-wrapper validate-phone">
{{ form.fields.phone.setValue(form.fields.phone.value).input|raw }}
<div id="country" class="hidden">{{ setting_value('visiosoft.theme.base::enabled_countries') }}</div>
<div id="country" class="hidden">{{ setting_value('visiosoft.theme.base::default_country') }}</div>
</div>
</div>
</div>