mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 22:36:06 -06:00
commit
acd8334eb1
@ -12,6 +12,7 @@ return [
|
|||||||
'show_lang_url',
|
'show_lang_url',
|
||||||
'iban_numbers',
|
'iban_numbers',
|
||||||
'google_statistic_code',
|
'google_statistic_code',
|
||||||
|
'body_custom_space',
|
||||||
'ogImage',
|
'ogImage',
|
||||||
'free_currencyconverterapi_key',
|
'free_currencyconverterapi_key',
|
||||||
'hide_price_categories',
|
'hide_price_categories',
|
||||||
|
|||||||
@ -74,6 +74,14 @@ return [
|
|||||||
'default_value' => '',
|
'default_value' => '',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'body_custom_space' => [
|
||||||
|
'type' => 'anomaly.field_type.editor',
|
||||||
|
'bind' => 'adv.body_custom_space',
|
||||||
|
'env' => 'ADV_BODY_CUSTOM_SPACE',
|
||||||
|
'config' => [
|
||||||
|
'default_value' => '',
|
||||||
|
],
|
||||||
|
],
|
||||||
'logo' => [
|
'logo' => [
|
||||||
'type' => 'anomaly.field_type.file',
|
'type' => 'anomaly.field_type.file',
|
||||||
'bind' => 'adv.logo',
|
'bind' => 'adv.logo',
|
||||||
|
|||||||
@ -128,6 +128,9 @@ return [
|
|||||||
'google_statistic_code' => [
|
'google_statistic_code' => [
|
||||||
'name' => 'Google Statistic Code',
|
'name' => 'Google Statistic Code',
|
||||||
],
|
],
|
||||||
|
'body_custom_space' => [
|
||||||
|
'name' => 'Body Custom Space',
|
||||||
|
],
|
||||||
'register_email_field' => [
|
'register_email_field' => [
|
||||||
'name' => 'Member Registration Email Requirement',
|
'name' => 'Member Registration Email Requirement',
|
||||||
],
|
],
|
||||||
|
|||||||
@ -45,3 +45,5 @@
|
|||||||
{{ script|raw }}
|
{{ script|raw }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
{{ setting_value('visiosoft.module.advs::body_custom_space')|raw }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user