This project is not covered by Drupal’s security advisory policy.

This recipe will build two category fields (category and themes) on top of Drupal CMS Page and make it so those and the tags fields are autopopulated via AI Automator.

How to use

  1. After you login, you create a Page
  2. Fill out the title and content (and description and image if wanted).
  3. Click save.
  4. Go back to the edit page and see that tags, category and themes where picked by AI.

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_categorize_page
drush recipe ../recipes/amazeeio_categorize_page

Quick start project with the amazee.io AI provider

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

drush site:install
drush recipe ../recipes/amazeeio_categorize_page

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

Supporting organizations: 
Funding and development
Development
Development & Content
Development

Project information

Releases