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

Open in your IDE?
  1. {% block editables %}
  2.   {% set html = pimcore_textarea('content', {
  3.     'placeholder': 'Loginbox',
  4.     'htmlspecialchars': false
  5.   }) %}
  6.   {% block view %}
  7.   {% endblock %}
  8. {% endblock %}