
| Current Path : /var/www/html/rocksensor1/web/core/modules/ckeditor5/templates/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/modules/ckeditor5/templates/ckeditor5-settings-toolbar.html.twig |
{#
/**
* @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 %}
<fieldset aria-labelledby="ckeditor5-toolbar-configuration" aria-describedby="ckeditor5-toolbar-description">
<legend id="ckeditor5-toolbar-configuration">{{ 'Toolbar configuration'|t }}</legend>
<div class="fieldset-wrapper">
<div id="ckeditor5-toolbar-description" class="fieldset-description">
{%- trans -%}
Move a button into the <em>Active toolbar</em> to enable it, or into the list of <em>Available buttons</em> to disable it. Buttons may be moved with the mouse or keyboard arrow keys.
{%- endtrans -%}
</div>
<div id="ckeditor5-toolbar-app"></div>
{{ form }}
</div>
</fieldset>
{% endapply %}