{# /** * @file * Default theme implementation to display CKEditor 5 toolbar settings. * * @internal * This template is internal because it's used for rendering the CKEditor 5 * toolbar settings UI in the Drupal admin UI. The toolbar settings UI is * internal, and utilizing or overriding it outside of core usages is not * supported because the UI can change at any point. */ #} {% apply spaceless %}
{{ 'Toolbar configuration'|t }}
{%- trans -%} Move a button into the Active toolbar to enable it, or into the list of Available buttons to disable it. Buttons may be moved with the mouse or keyboard arrow keys. {%- endtrans -%}
{{ form }}
{% endapply %}