templates/default/default.html.twig line 1

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