Active
Project:
Varbase Editor Base recipe
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Mar 2026 at 13:20 UTC
Updated:
11 Mar 2026 at 13:22 UTC
Jump to comment: Most recent
When the varbase_editor_base recipe is applied during Varbase Starter, the following exception may occur:
Drupal\Core\Recipe\InvalidConfigException: There were validation errors in editor.editor.email_html:
- settings.plugins.ckeditor_bidi_ckeditor5: Configuration for the enabled plugin "Bidi Buttons"
(ckeditor_bidi_ckeditor5) is missing.
The file config/editor.editor.email_html.yml includes the direction toolbar item, which enables the ckeditor_bidi_ckeditor5 plugin. However, the required plugin configuration is missing from the plugins: section. Drupal 11.3+ validates enabled CKEditor plugins and throws an exception when configuration is missing.
Add the missing ckeditor_bidi_ckeditor5 configuration block to config/editor.editor.email_html.yml.
ckeditor5_sourceEditing:
allowed_tags: { }
ckeditor_bidi_ckeditor5:
switch_only: false
editor_advanced_link_link:
Comments
Comment #2
rajab natshah