Problem/Motivation
Drupal CMS has the Content text format, with limited editing features,
Varbase needs a dedicated recipe for managing editor functionality including CKEditor 5 configurations, text formats, and related modules.
The Varbase Editor module contains editor configurations in the config/optional directory, but these should be migrated to a proper recipe format that can be applied independently and reused across different Varbase installations.
Having that inline with Drupal CMS ~2.0
Proposed resolution
Create a new varbase_editor_base recipe that:
- Installs core editor modules (CKEditor 5, entity_embed, linkit, etc.)
- Provides default text format configurations:
- Full HTML (Rich Editor) - Complete editing toolbar for advanced content editors
- Code HTML - Raw HTML editing with ACE editor for administrators
- Allow for AI integration by default
- Configures CKEditor 5 with premium features (fullscreen, WProofreader)
- Sets up media embedding and management capabilities
- Configures link management with Linkit integration
- Applies proper permissions when needed
- Follows Drupal CMS recipes patterns (no basic_html format, using Drupal CMS configurations)
Remaining tasks
- ✅ File an issue about this project
- ✅ Addition/Change/Update/Fix to this project
- ✅ Testing to ensure no regression
- ✅ Automated unit/functional testing coverage
- ✅ Developer Documentation support on feature change/addition
- ➖ User Guide Documentation support on feature change/addition
- ➖ UX/UI designer responsibilities
- ➖ Accessibility and Readability
- ✅ Code review from 1 Varbase core team member
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Update Release Notes
- ❌ Release varbase-11.0.0-alpha1, varbase_starter-1.0.0-alpha1, varbase_editor_base-1.0.0-alpha1
User interface changes
API changes
Data model changes
Release notes snippet
- feat: #3569701 Initialize Varbase Editor Base recipe
Comments
Comment #2
rajab natshahComment #8
rajab natshahComment #9
rajab natshahComment #11
rajab natshah✅ Released varbase_editor_base-1.0.0-alpha1