Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Drupal 11.4.6 Update released for Drupal core (11.4.6)! Release: Drupal 10.6.16 Update released for Drupal core (10.6.16)! Release: Cms 2.1.4 Update released for Drupal core (2.1.4)! Release: Drupal 12.0.0-alpha1 First alpha version released for Drupal core (12.0.0-alpha1). Release: PhotoSwipe - Responsive JavaScript Modal Image Gallery 5.0.9 Minor update available for module photoswipe (5.0.9). Release: Template Whisperer 4.1.2 Minor update available for module template_whisperer (4.1.2). Release: SDC Components 2.0.0 Major update available for module sdc_components (2.0.0). Release: OpenCulturas 3.0.7 Minor update available for distribution openculturas (3.0.7). Module Revived: Image field to media 3.0.2 Module image_field_to_media updated after 13 months of inactivity (3.0.2). Security Coverage: Analyze PostHog Module analyze_posthog now has official Drupal security advisory coverage.

Image Style Description

Security covered Drupal 11 · not 10
View on drupal.org

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.

Depends on

Dependencies of the latest stable release

  • image Drupal core

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Apr 2026
Latest release
4 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

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