ckeditor_a11ychecker-8.x-1.x-dev/ckeditor_a11ychecker.ckeditor5.yml
ckeditor_a11ychecker.ckeditor5.yml
ckeditor_a11ychecker_checker:
# Configuration that will be sent to CKEditor 5 JavaScript plugins.
ckeditor5:
plugins:
- a11ychecker.A11ychecker
# Configuration that will be used directly by Drupal.
drupal:
label: Accessibility Checker
# The library loaded while using the editor.
library: ckeditor_a11ychecker/a11ychecker
# The library loaded when configuring the text format using this plugin.
admin_library: ckeditor_a11ychecker/admin.a11ychecker
toolbar_items:
a11ychecker:
label: Accessibility Checker
# If the plugin does not provide elements, set this as
# `elements: false`
elements: false
