drupal/varbase_ai_image_alt

Provides a recipe to automatically generate and fill the alt text of an image field using AI.

Maintainers

Package info

git.drupalcode.org/project/varbase_ai_image_alt.git

Type:drupal-recipe

pkg:composer/drupal/varbase_ai_image_alt

Statistics

Installs: 15 557

Dependents: 1

Suggesters: 0

2.0.0-alpha1 2026-04-27 18:26 UTC

This package is auto-updated.

Last update: 2026-05-06 10:34:35 UTC


README

Grants Varbase user roles the permission to generate AI image alt text, provided by the Drupal CMS AI ecosystem.

The AI image alt text functionality (modules and configuration) is provided by the drupal_cms_ai default recipe. This recipe extends that by granting the generate ai alt tags permission to Varbase's editorial roles: site_admin, seo_admin, content_admin, and content_editor.

Requirements

  • The Drupal CMS AI default recipe (drupal/drupal_cms_ai) must be applied before this recipe.

Installation

Add the recipe using composer:

composer require drupal/varbase_ai_image_alt:~2

Change directory to /web or /docroot

Run the Drupal recipe bash script:

bash core/scripts/drupal recipe ../recipes/varbase_ai_image_alt

or

Run the Drush recipe command:

drush recipe ../recipes/varbase_ai_image_alt

What this recipe does

Grants the generate ai alt tags permission to:

  • site_admin
  • seo_admin
  • content_admin
  • content_editor