ECA Guide Adds Six Recipes for Drupal Editor Workflows
Drupal teams now have six new ECA Guide recipes for recurring content-editing and form interactions. ECA project creator Jürgen Haas described the additions in a LakeDrops post published on 27 August 2026. The recipes provide configuration-based starting points for tasks ranging from metadata enrichment and edit shortcuts to dependent fields, Ajax updates, and contextual guidance.
One recipe uses AI to generate structured article metadata on first save when specified information is missing, while another adds permission-aware edit links to node teasers. A dependent-location model keeps Country, State or Province, and City selections consistent as values change. The remaining examples demonstrate Field Widget Actions for changing an attached field, Drupal Form API Ajax for updating several form fields without saving the node, and an HTMX endpoint for loading guidance beside a form.
Jürgen distinguishes the interaction patterns by what they change. Field Widget Actions operate on an attached field, Form API Ajax participates in Drupal's form lifecycle and can update multiple values, while HTMX fetches and replaces markup without managing form state. He also cautions that the recipes are starting points rather than production configurations to apply unchanged, with the AI example requiring review of latency, cost, privacy, and editorial policy and the other models requiring site-specific checks around data, permissions, validation, and access control. Implementation details and links to all six recipes are available in Jürgen's original LakeDrops post.


