mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
#2493 emlak24 ads edited page
This commit is contained in:
parent
fa0ead6f4b
commit
a60854b38d
@ -29,6 +29,7 @@ return [
|
|||||||
'default_published_time',
|
'default_published_time',
|
||||||
'default_GET',
|
'default_GET',
|
||||||
'hide_standard_price_field',
|
'hide_standard_price_field',
|
||||||
|
'hide_options_field',
|
||||||
'listing_page_image',
|
'listing_page_image',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
@ -124,6 +124,13 @@ return [
|
|||||||
'default_value' => false,
|
'default_value' => false,
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
'hide_options_field' => [
|
||||||
|
'type' => 'anomaly.field_type.boolean',
|
||||||
|
'config' => [
|
||||||
|
'default_value' => false,
|
||||||
|
'mode' => 'checkbox'
|
||||||
|
]
|
||||||
|
],
|
||||||
'enabled_currencies' => [
|
'enabled_currencies' => [
|
||||||
'bind' => 'streams::currencies.enabled',
|
'bind' => 'streams::currencies.enabled',
|
||||||
'env' => 'ADV_ENABLED_CURRENCIES',
|
'env' => 'ADV_ENABLED_CURRENCIES',
|
||||||
|
|||||||
@ -97,6 +97,9 @@ return [
|
|||||||
'hide_standard_price_field' => [
|
'hide_standard_price_field' => [
|
||||||
'name' => 'Hide Standard Price Field',
|
'name' => 'Hide Standard Price Field',
|
||||||
],
|
],
|
||||||
|
'hide_options_field' => [
|
||||||
|
'name' => 'Hide Options Field',
|
||||||
|
],
|
||||||
'enabled_currencies' => [
|
'enabled_currencies' => [
|
||||||
'name' => 'Enabled Currencies',
|
'name' => 'Enabled Currencies',
|
||||||
],
|
],
|
||||||
|
|||||||
@ -122,6 +122,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if not setting_value('visiosoft.module.advs::hide_options_field') %}
|
||||||
<div class="row form-group select-options">
|
<div class="row form-group select-options">
|
||||||
<label for="selectOptions" class="col-sm-2">
|
<label for="selectOptions" class="col-sm-2">
|
||||||
{{ trans('visiosoft.module.advs::field.options') }}
|
{{ trans('visiosoft.module.advs::field.options') }}
|
||||||
@ -146,6 +147,7 @@
|
|||||||
{{ form.fields.product_options_value.input|raw }}
|
{{ form.fields.product_options_value.input|raw }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div class="row form-group brand-name">
|
<div class="row form-group brand-name">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user