templates/areas/wysiwyg/editables.html.twig line 1

Open in your IDE?
  1. {% block areas %}
  2.   {% if contentInclude is not defined %}
  3.     {% set rte = pimcore_wysiwyg('rte', {
  4.       "placeholder": "Text",
  5.       "customConfig": "/rte-config/base_config.js"
  6.     }) %}
  7.   {% endif %}
  8.   {% block view %}
  9.   {% endblock %}
  10. {% endblock %}