templates/default/default.html.twig line 1

Open in your IDE?
  1. {% extends 'default/layout.html.twig' %}
  2. {%  block content %}
  3.     {{ pimcore_textarea("customContent", {
  4.         htmlspecialchars: false,
  5.         "height": 500,
  6.         "placeholder": "body html code"
  7.     }) }}
  8. {% endblock %}