Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

canvas_full_html

246 sites Security covered
View on drupal.org

Replaces Canvas's restricted text formats with the Full HTML text format in Drupal Canvas (Experience Builder) WYSIWYG editors, enabling unrestricted HTML editing capabilities.

While working with Canvas, I noticed that several people were struggling with its restricted WYSIWYG setup. Canvas currently allows only its own Canvas block and Canvas inline text formats, which means there’s no flexibility to customize the toolbar or apply additional text formats.

To address this limitation, I built a module that enables full_html text format support within Canvas. However, since Canvas enforces strict constraints, it doesn’t allow toggling between text filters directly during page editing. As a workaround, the configuration for enabling full_html needs to be managed separately in Drupal.

Features

  • Toggle full_html format on/off via admin configuration
  • Automatic CKEditor 5 toolbar overflow fixes for Canvas UI
  • Works with any component using contentMediaType: text/html props
  • Example "Rich Text Block" component included

Requires Canvas module and a full_html text format.

Requirements

  • Drupal 10.3+ or Drupal 11
  • PHP 8.1+
  • Canvas module
  • A text format with machine name full_html

Installation

composer require drupal/canvas_full_html
drush en canvas_full_html

Configuration

Navigate to Administration > Configuration > Content > Canvas Full
HTML

(/admin/config/content/canvas-full-html)

  • Enable Full HTML format in Canvas: Toggle to
    enable/disable the full_html text format replacement.

How to Use

  1. Enable the module
  2. Ensure the setting is enabled at
    /admin/config/content/canvas-full-html
  3. Clear caches: drush cr
  4. Open Canvas editor and add a component with rich text props
  5. The CKEditor 5 will now have full HTML toolbar options

Example Component

The module includes an example "Rich Text Block" component demonstrating how
to use contentMediaType: text/html props with full HTML support.

Activity

Total releases
6
First release
Jan 2026
Latest release
2 weeks ago
Release cadence
13 days
Stability
100% stable

Release Timeline

Releases

Version Type Release date
1.0.6 Stable Apr 1, 2026
1.0.4 Stable Mar 11, 2026
1.0.3 Stable Mar 11, 2026
1.0.2 Stable Mar 9, 2026
1.0.1 Stable Jan 28, 2026
1.0.0 Stable Jan 27, 2026