Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This project provides custom CKEditor widgets that integrate with AI Automators to enhance content creation. It includes widgets for automatically generating image alt text, summarizing content, and ensuring a professional writing tone.

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.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
14
Tracked since
Mar 2025
Latest release
1 month ago
Releases (12 mo)
11 ▲ from 3
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
1.3.2 Stable Jul 13, 2026
1.3.1 Stable Jul 11, 2026
1.3.x-dev Dev Jul 6, 2026
1.3.0 Stable Jul 6, 2026
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