{{ form_row(formSettings.title) }}
{{ form_row(formSettings.displayHeader) }}
{{ form_row(formSettings.backgroundColor) }}


{% if type.settings.backgroundImagePath %}

Image actuelle



{% endif %}

{% for media in media %} {% if media.contentData.type == 'image' or media.contentData.type == 'imageonly' %} {% if media.contentData.id == type.settings.source.id %}

{% else %}

{% endif %} {% endif %} {% if media.contentData.type == 'video' %} {% if media.contentData.id == type.settings.source.id %}

{% else %}

{% endif %} {% endif %} {% endfor %}
{{ form_row(formSettings.duration) }}
{{ form_widget(formSettings._token) }}