{% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set langs = getLangs() %}
{% for lang in getLangs() %} {% set settingLang = globalSettingLangs[lang.shortTitle]|default %}
{% endfor %}
{#
#} {#
#} {# #} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {#
#} {#
#}
{#{% if globalSetting.logo|default %} {% set dir = getParameters('site_logo_dir') %} {% set imageFullPath= dir|default~globalSetting.logo|default %} {% endif %}#}
{#

Resim eklemek için tıklayın veya resmi bu alana sürükleyin

Yalnızca 1 dosya ekleyebilirsiniz
#} {% set files = [] %} {% set langs = [] %} {% if globalSetting.logo|default %} {% set files = files|merge([{ id: globalSetting.id, name: globalSetting.logo, langs: langs, location: asset(getParameters('site_logo_dir') ~ globalSetting.logo) }]) %} {% endif %} {{ include('admin/Common/_dropzone.html.twig', { name: 'logo', labelName: 'Logo', dimensions: '540x540', files: files, options: {acceptedFiles: 'image/jpeg'}, isDropzoneAlt: false, }, with_context = false) }}
{#{% if globalSetting.favicon|default %} {% set dir = getParameters('site_logo_dir') %} {% set imageFullPath= dir|default~globalSetting.favicon|default %} {% endif %}#}
{#

Resim eklemek için tıklayın veya resmi bu alana sürükleyin

Yalnızca 1 dosya ekleyebilirsiniz
#} {% set files = [] %} {% set langs = [] %} {% if globalSetting.favicon|default %} {% set files = files|merge([{ id: globalSetting.id, name: globalSetting.favicon, langs: langs, location: asset(getParameters('site_logo_dir') ~ globalSetting.favicon) }]) %} {% endif %} {{ include('admin/Common/_dropzone.html.twig', { name: 'favicon', labelName: 'Favicon', dimensions: '540x540', files: files, options: {acceptedFiles: 'image/*'}, isDropzoneAlt: false, }, with_context = false) }}
{{ include('admin/Macros/Buttons/_save_button.html.twig') }}