ui/twig/common/dashboard/sidebar/editor/buttons.html.twig line 1

Open in your IDE?
  1. {% set htmlId = _args.htmlId|default(null) %}
  2. <div class="editor__btn-group"{% if htmlId is not empty %} id="{{ htmlId }}"{% endif %}>
  3.     {% block items %}{% endblock %}
  4. </div>