Titre de l'écran (informationel)
{{ form_row(formSettings.title) }}
Pictogramme
{{ form_row(formSettings.pictoDesign) }}
Taille Pictogramme
{{ form_row(formSettings.pictoSize) }}
Couleur Pictogramme
{{ form_row(formSettings.pictoColor) }}
Taille texte
{{ form_row(formSettings.textSize) }}
Couleur texte
{{ form_row(formSettings.textColor) }}
Couleur de fond
{{ form_row(formSettings.backgroundColor) }}
Image de fond
{% if type.settings.backgroundImagePath %} {% endif %}
Sources
{% set count = 0 %} {% for content in formSettings.sources %}
{{ form_widget(content) }} {% if content.backgroundImageSW.vars.data is not empty %} {% endif %}
{% endfor %}
{% if formSettings.sources|length == 0 %} {% set count = 0 %} {% else %} {% set count = formSettings.sources|keys|last + 1 %} {% endif %}
{{ form_widget(formSettings._token) }}