mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-10 02:05:27 -05:00
field names edited
This commit is contained in:
parent
bd153541f9
commit
c384d6c4c4
@ -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',
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user