Merge pull request #1209 from openclassify/dia

Add custom body space
This commit is contained in:
Muammer Top 2021-10-21 16:59:26 +03:00 committed by GitHub
commit acd8334eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,7 @@ return [
'show_lang_url',
'iban_numbers',
'google_statistic_code',
'body_custom_space',
'ogImage',
'free_currencyconverterapi_key',
'hide_price_categories',

View File

@ -74,6 +74,14 @@ return [
'default_value' => '',
],
],
'body_custom_space' => [
'type' => 'anomaly.field_type.editor',
'bind' => 'adv.body_custom_space',
'env' => 'ADV_BODY_CUSTOM_SPACE',
'config' => [
'default_value' => '',
],
],
'logo' => [
'type' => 'anomaly.field_type.file',
'bind' => 'adv.logo',

View File

@ -128,6 +128,9 @@ return [
'google_statistic_code' => [
'name' => 'Google Statistic Code',
],
'body_custom_space' => [
'name' => 'Body Custom Space',
],
'register_email_field' => [
'name' => 'Member Registration Email Requirement',
],

View File

@ -45,3 +45,5 @@
{{ script|raw }}
{% endfor %}
</script>
{{ setting_value('visiosoft.module.advs::body_custom_space')|raw }}