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).

This recipe will build a custom filter format you can use on the WYSIWYG fields that have three custom CKEditor widgets powered by the AI Automators.

  1. Image Alt Text - adds image alt text in CKEditor.
  2. Summary - summarizes text nicely
  3. Style Guide - makes sure that the tone of what you are writing is professional.

How to use

  1. After you login, you create a Page
  2. On the content, choose the filter format "Content with AI"
  3. In the top right corner of the CKEditor, you can use the three different widgets.

Adding to an existing project

Requirements

  1. Either a Drupal CMS project, or the Drupal CMS Page recipe. Note that the Drupal CMS Page recipe doesn't blend very well in with the Standard installation profile.
  2. An AI provider with chat capabilities and a default model configured for Chat with complex JSON. Try the amazee.ai AI provider for an easy setup without the privacy trade-offs.

Installation

composer require drupal/amazeeio_ckeditor_widgets
drush recipe ../recipes/amazeeio_ckeditor_widgets
drush cr

Quick start project with the amazee.io AI provider

composer create-project drupal/cms
composer config minimum-stability beta
composer require drupal/ai_provider_amazeeio drupal/amazeeio_ckeditor_widgets

drush site:install
drush en ai_provider_amazeeio
drush recipe ../recipes/amazeeio_ckeditor_widgets
drush cr

You can login to or register with the amazee.ai AI provider at /admin/config/ai/providers/amazeeio.

Activity

Total releases
10
First release
Mar 2025
Latest release
5 months ago
Release cadence
25 days
Stability
20% stable

Release Timeline

Releases

Version Type Release date
1.2.x-dev Dev Oct 28, 2025
1.1.0 Stable Sep 29, 2025
1.1.0-beta1 Pre-release Sep 23, 2025
1.0.0 Stable Sep 23, 2025
1.1.x-dev Dev Sep 23, 2025
1.0.0-beta4 Pre-release Sep 11, 2025
1.0.0-beta3 Pre-release Sep 9, 2025
1.0.0-beta2 Pre-release Mar 19, 2025
1.0.0-beta1 Pre-release Mar 14, 2025
1.0.x-dev Dev Mar 13, 2025