{% block inlinetinymce_widget %} {% if placeholder is not defined %} {% set placeholder = '' %} {% endif %} {% if theme is not defined %} {% set theme = '' %} {% endif %} {% if classes is not defined %} {% set classes = '' %} {% endif %} {% if content_max_limit is not defined %} {% set content_max_limit = 10000 %} {% endif %} {% if (content_max_limit|number_format) == -1 %} {% set content_max_limit = 10000 %} {% endif %} {# ATTENTION: ça signifie qu'il faut expliciter si vous voulez ne pas avoir de limite mini #} {% if content_min_limit is not defined %} {% set content_min_limit = 1 %} {% endif %} {% if (content_min_limit|number_format) == -1 %} {% set content_min_limit = 0 %} {% endif %}