Drupal is a registered trademark of Dries Buytaert
Menu Per Role 8.x-1.9 Minor update available for module menu_per_role (8.x-1.9). Bible 3.4.1 Minor update available for module bible (3.4.1). Bible 3.4.0 Minor update available for module bible (3.4.0). GEO Starter JSON-LD 1.1.1 Minor update available for module geo_starter_jsonld (1.1.1). SQLite VDB Provider 1.4.0 Minor update available for module ai_vdb_provider_sqlite (1.4.0). SQLite VDB Provider 1.3.0 Minor update available for module ai_vdb_provider_sqlite (1.3.0). Burndown 1.0.70 Minor update available for module burndown (1.0.70). Webform MailerLite integration 1.0.4 Minor update available for module webform_mailerlite (1.0.4). Menu Per Role 2.0.0 Module menu_per_role updated after 7 months of inactivity (2.0.0). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module adds a description field to image styles to clarify their intended use. This helps site administrators understand and manage different image styles more easily on the Image styles administration page. The descriptions are stored as configuration and are preserved even if the module is temporarily disabled.

Once you have a dozen image styles — Large (480×480), Max 1300x1300, Media Library thumbnail, and so on — you're left guessing which image style is actually used where, and why. This module adds a Description field to the image style add/edit form so you (or whoever inherits the site from you) can describe what each style is for. The description is then displayed on the Image styles admin page at /admin/config/media/image-styles

How it works

The description lives on the image style itself, stored as a third-party setting. That means it exports and imports cleanly with drush config:export and drush config:import like any other config — no separate table, no extra entity, nothing to migrate.

If you disable the module, your image styles keep working; the descriptions simply stop showing up on the listing. Re-enable it and they come back.

Installation

Install it like any other Drupal module:

composer require drupal/image_style_description
drush en image_style_description

Usage

  1. Go to Configuration › Media › Image styles (/admin/config/media/image-styles).
  2. Edit an existing style, or add a new one.
  3. Fill in the Description field. Something future-you (or someone else) will understand.
  4. Save. The description now appears on the listing.

Activity

Total releases
2
First release
Apr 2026
Latest release
2 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.0 Stable Apr 20, 2026
1.0.x-dev Dev Apr 20, 2026