
Talking Drupal Talking Drupal #511 - UI Suite 2.0
Jul 14, 2025
Pierre Dureau, a Drupal veteran and UI Suite creator, dives into the transformative UI Suite 2.0 release. He discusses its module ecosystem and the new features that enhance front-end development. The conversation covers the 'Field Formatter Range' module, design system integration, and the balance between coding and site configuration. Dureau emphasizes the importance of structured workflows and user-friendly tools for developers. Engaging with the Drupal community, he highlights the future of UI Suite and invites listeners to contribute.
AI Snips
Chapters
Transcript
Episode notes
UI Suite Is Community + Tooling
- UI Suite is both a community and a collection of modules to integrate design systems with Drupal's APIs.
- It provides production-ready example themes and tooling to make design-system integration repeatable.
Expose Components Via Clear YAML
- Treat front-end developers as plugin providers: document components and expose them via YAML so Drupal can consume them.
- Use simple, understandable YAML (props, slots, attributes) so display tools can integrate components cleanly.
Themes Often Hide Business Logic
- Drupal themes are rarely shareable because they contain project-specific business logic.
- That makes theme reuse hard and discourages publishing reusable themes on Drupal.org.
