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

  • N/A

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • feat: #3569701 Initialize Varbase Editor Base recipe

Comments

rajab natshah created an issue. See original summary.

rajab natshah’s picture

Version: » 1.0.x-dev

  • rajab natshah committed 6ae39620 on 1.0.x
    feat: #3569701 Add import for extlink and then have simpleConfigUpdate...

  • rajab natshah committed 2adb7c17 on 1.0.x
    feat: #3569701 grant Permissions in Varbase Editor Base recipe for...

  • rajab natshah committed fc210951 on 1.0.x
    feat: #3569701 Update extlink_class and extlink_label in Varbase Editor...

  • rajab natshah committed 7d03b4a0 on 1.0.x
    feat: #3569701 Update extlink_class and extlink_label in Varbase Editor...
rajab natshah’s picture

Assigned: rajab natshah » josebc
Issue summary: View changes
Status: Active » Needs review
Issue tags: +varbase-11.0.0-alpha1, +varbase_starter-1.0.0-alpha1, +varbase_editor_base-1.0.0-alpha1
rajab natshah’s picture

Assigned: josebc » Unassigned
Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

rajab natshah’s picture

Issue summary: View changes