imagex/recipe-standard

Standard install and config for ImageX.

Maintainers

Package info

bitbucket.org/ixm/recipe-standard

Type:drupal-recipe

pkg:composer/imagex/recipe-standard

Transparency log

Statistics

Installs: 1 717

Dependents: 0

Suggesters: 0

1.0.0-rc3 2026-08-04 15:36 UTC

README

Standard installation and configuration for ImageX Drupal builds: admin theme, editorial roles, media types, and the common contrib toolset used across ImageX projects.

Recipes Included

  • core/recipes/administrator_role
  • core/recipes/content_editor_role
  • core/recipes/page_content_type
  • core/recipes/image_media_type
  • core/recipes/local_video_media_type
  • core/recipes/remote_video_media_type

Modules Installed

Configuration Highlights

  • Sets Gin as the admin theme and enables the Navigation admin UI.
  • Places the Gin/Claro admin blocks and swaps the Navigation Shortcuts block for the Dashboard block.
  • Clones every content type's default view display as a card view mode, so a Card display is always available.
  • Configures Klaro consent categories for Google Analytics/Tag Manager and grants use klaro to anonymous and authenticated users.
  • Configures Security Kit (CSP, HSTS, referrer policy) and Update Manager notification thresholds for ImageX's baseline security posture.
  • Grants the content_editor and administrator roles the media, taxonomy, redirect, and sitemap permissions needed for day-to-day editorial work.
  • Accepts an optional property_id input (prompted at apply time) for the Google Tag container ID.

Installation

Add the recipe to a project with Composer:

composer require imagex/recipe-standard

Then apply it:

drush recipe:apply recipes/recipe-standard

You'll be prompted for your site's Google Tag ID (optional — press enter to skip).

Notes

This recipe uses strict: false, so it only creates configuration that doesn't already exist — it's safe to reapply on a site that already has some of this configuration in place. It's typically applied after recipe-base as part of ImageX's standard site build.