diff --git a/src/CoreBundle/Resources/contao/templates/be_ace_mm.html.twig b/src/CoreBundle/Resources/contao/templates/be_ace_mm.html.twig new file mode 100644 index 000000000..a778e291c --- /dev/null +++ b/src/CoreBundle/Resources/contao/templates/be_ace_mm.html.twig @@ -0,0 +1,100 @@ +{% if enableAce|default %} + {# Use document.write() here in case ACE is loaded in a subpalette (see #1424) #} + + +{% endif %} diff --git a/src/CoreBundle/Resources/contao/templates/be_tinyMCE_mm.html.twig b/src/CoreBundle/Resources/contao/templates/be_tinyMCE_mm.html.twig new file mode 100644 index 000000000..224419706 --- /dev/null +++ b/src/CoreBundle/Resources/contao/templates/be_tinyMCE_mm.html.twig @@ -0,0 +1,7 @@ +{% extends "@Contao/be_tinyMCE.html.twig" %} + +{% block custom %} + {% if rows|default %} + max_height: {{ rows|e('js') }}, + {% endif %} +{% endblock %}