Dynamic Image Generator Module - Release Notes
Version 1.0.1 - Initial Release
🚀 Features
Custom Entity Type: Create and manage reusable image templates (Image Template entity).
HTML/CSS Template Support: Define custom HTML and CSS for image generation, with full token and Twig support.
Token Replacement: Use Drupal tokens and custom tokens to inject dynamic content into images.
Background Images: Upload and reference multiple images in templates via [image_1], [image_2], etc.
Summary of Changes:
- Added new configuration options:
- `Per Page Selector`: Allows users to define custom pagination options via a comma-separated list.
- `Search Type`: Enables users to choose between "Any word" or "Exact match" search behavior.
- `/api/{entity_type}/{bundle}/{id}`: Fetch any Drupal entity with deeply normalized references
- `/api/node/{bundle}/list`: Node listing with pagination, sorting, filtering, and field pruning
- `/api/block/{bundle}/list`: Structured custom block data for decoupled components
- `/api/menu/{menu_name}?depth=n`: Hierarchical menu trees with field values and descriptions
- `/api/config/basic`: Output basic site config (site name, logo, theme)
- `/api/entity-type/list`: Dynamic discovery of all entity types and bundles