drupal / varbase_editor_base
A recipe to manage default installed modules, configs and permissions for Varbase editor functionality including CKEditor 5 with rich text editing capabilities.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Type:drupal-recipe
pkg:composer/drupal/varbase_editor_base
Requires
- drupal/ace_editor: ~2
- drupal/anchor_link: ~3
- drupal/ckeditor5_paste_filter: ~1
- drupal/ckeditor5_plugin_pack: ~1.5.0
- drupal/ckeditor_bidi: ~5
- drupal/ckeditor_emoji: ~2
- drupal/ckeditor_media_embed: ~2
- drupal/ckeditor_media_resize: ~1
- drupal/core: ~11.3.0
- drupal/edit_media_modal: ~2.1.0
- drupal/editor_advanced_link: ~2.3.0
- drupal/entity_embed: ~1
- drupal/extlink: ~2
- drupal/linkit: ~7
- drupal/pathologic: ~2
- drupal/token: ~1
- drupal/token_filter: ~2
This package is not auto-updated.
Last update: 2026-01-27 14:21:51 UTC
README
A recipe to manage default installed modules, configs and permissions for Varbase editor functionality including CKEditor 5 with rich text editing capabilities.
This recipe provides a complete editor setup including:
- CKEditor 5 with advanced features
- Multiple text formats (Basic HTML, Full HTML, Code HTML)
- Media embedding and management
- Link management with Linkit integration
- Advanced editing capabilities
Features
CKEditor 5 Integration
- CKEditor 5: Modern WYSIWYG editor with extensive features
- CKEditor 5 Plugin Pack: Additional plugins for enhanced functionality
- CKEditor 5 Premium Features: Fullscreen editing, WProofreader spell checking
- CKEditor Emoji: Emoji picker integration
- CKEditor BiDi: Bidirectional text support
Media and Embed
- Entity Embed: Embed entities within content
- Media Embed: Embed media items with multiple view modes
- CKEditor Media Embed: External media embedding (YouTube, Vimeo, etc.)
- CKEditor Media Resize: Resize media directly in the editor
- Edit Media Modal: Edit media properties in a modal dialog
Link Management
- Linkit: Autocomplete link suggestions to internal content
- Editor Advanced Link: Enhanced link attributes (id, rel, target, title)
- Anchor Link: Create and link to anchor points
- Extlink: External link handling with automatic target="_blank"
Text Processing
- Pathologic: Automatic URL correction for links and images
- Token & Token Filter: Token replacement in content
- CKEditor 5 Paste Filter: Clean up pasted content from Word/Office
Code Editing
- ACE Editor: Syntax-highlighted code editing for HTML/code format
Text Formats
Full HTML (Rich Editor)
- Complete editing toolbar with all features
- Advanced formatting options
- Table support, special characters
- Full media integration
- Suitable for advanced content editors
Code HTML
- Raw HTML editing with ACE editor
- Syntax highlighting
- Suitable for site administrators and developers
Installation
Add the recipe using composer:
composer require drupal/varbase_editor_base:~1.0.0
Change directory to /web or /docroot
Run the Drupal recipe bash script:
bash core/scripts/drupal recipe recipes/contrib/varbase_editor_base
or
Run the Drush recipe command:
drush recipe recipes/contrib/varbase_editor_base
Maintainers
License
GPL-2.0-or-later