10 Apr 2026

feedDrupal.org aggregator

Gábor Hojtsy: Solving a small Drupal issue with plenty added tests: most basic Claude Code setup, without writing a single line of code, issue commentary or commit message myself

Solving a small Drupal issue with plenty added tests: most basic Claude Code setup, without writing a single line of code, issue commentary or commit message myself

To say that there is not an agreement of using large language models (LLMs) for Drupal development would be an understatement. I've been using Claude Code for a while to assits with my Drupal development and I shared a month ago how I brought back the Drupal 7 module upgrader tool from the dead. That was a bit of an involved example, so I wanted to find a simpler one and this time rely even more on Claude.

Gábor Hojtsy

10 Apr 2026 9:20am GMT

09 Apr 2026

feedDrupal.org aggregator

mark.ie: Introducing LocalGov Bus Data: Bringing Bus Information into Your Council Website

Introducing LocalGov Bus Data: Bringing Bus Information into Your Council Website

We're excited to announce the release of LocalGov Bus Data - a new Drupal module built with and for councils, now available for the entire local government community to use.

markconroy

09 Apr 2026 8:00pm GMT

Annertech: Editorial workflows in LocalGov Drupal: secure, scalable and council-ready

Workflows made easy with LocalGov Drupal

Managing a council website is a high-stakes balancing act where a single accidental "publish" can impact public trust. Learn more about how LocalGov Drupal solves this problem for councils.

09 Apr 2026 1:35pm GMT

The Drop Times: DrupalCamp Grenoble Begins Today with Expanded Bilingual Programme

DrupalCamp Grenoble begins today in Grenoble, France, bringing together more than 110 attendees for three days of sessions, keynotes, and contribution work. The event introduces a third English-language track alongside two French tracks, reflecting a broader European outreach while maintaining its Francophone roots. With topics ranging from Symfony's evolution to security and sociotechnical reflection, the programme signals a balance between technical depth and community introspection.

09 Apr 2026 7:30am GMT

08 Apr 2026

feedDrupal.org aggregator

1xINTERNET blog: When AI meets humanity: a Driesnote that left a lasting mark

A personal, powerful Driesnote shows how Drupal's community, AI innovation, and leadership shape the future of digital experiences.

08 Apr 2026 12:00pm GMT

1xINTERNET blog: Driving digital innovation with UICC

Discover how 1xINTERNET and UICC apply responsible AI to real-world digital experiences. Webinar and podcast recordings are ready to watch!

08 Apr 2026 12:00pm GMT

UI Suite Initiative website: UI Suite Monthly #34 — Pushing Toward Core: Design Tokens, AI Workflows, and Display Builder's Road to RC1

Overall SummaryOur 34th monthly meeting brought together a smaller-than-usual but engaged group of contributors to review the state of the UI Suite ecosystem. With Drupal's core freeze just six weeks away, we focused on what it takes to get our APIs - Style API, Design Tokens, and Icon API - across the finish line for Drupal 11.1 or 11.4. We also reviewed the rapid cadence of Display Builder beta releases, celebrated impressive adoption numbers for UI Icons, and opened an exciting conversation about AI agent integration with our UI Pattern suite. The session closed with a deep-dive discussion on how Display Builder can eventually work alongside or replace Paragraphs-based workflows for site builders.

08 Apr 2026 12:10am GMT

07 Apr 2026

feedDrupal.org aggregator

DrupalCon News & Updates: Why You Should Speak at DrupalCon Rotterdam 2026

Are you a Drupal enthusiast who's ever thought, "I'm not expert enough to speak at DrupalCon"? You're not alone. Imposter syndrome can affect even the most experienced developers, designers, and site builders. But here's the truth: real-world experience matters far more than textbook expertise. Your lessons learned, project insights, and practical workflows are exactly what the community wants to hear.

Speaking at DrupalCon isn't just about sharing knowledge. It's a chance to grow personally and professionally. You'll gain visibility in the Drupal community, advance your career through skill development and recognition, and connect with peers, mentors, and potential collaborators.

Don't let self-doubt hold you back. If you've tackled real Drupal challenges, you already have a story worth sharing.

Image
Photo by PdJohnson

Photo by PdJohnson

What Makes a Great DrupalCon Talk Proposal

When reviewers look at submissions, they're seeking talks that are educational, clear, and actionable, not sales pitches. Here's what makes a proposal stand out:

  • Clear takeaway: What will attendees actually learn?
  • Specific audience: Who benefits most from your talk?
  • Drupal relevance: Make it explicit why this matters to the community.

Tips for a strong proposal:

  • Avoid vague titles like "Drupal Tips & Tricks"
  • Focus on outcomes rather than just features
  • Be specific about your context, challenges, and solutions

Top Ideas for DrupalCon Rotterdam 2026 Talks

Need inspiration? Here are some trending topics that resonate with the community and demonstrate thought leadership:

  • AI and Drupal: How AI tools can enhance content creation and user experiences
  • Decoupled & composable architectures: Building flexible, modern sites
  • Accessibility & inclusive design: Making Drupal sites usable for everyone
  • Performance at scale: Lessons from high-traffic projects
  • Real client success stories: Challenges, solutions, and wins
  • Content workflows & editorial UX: Improving efficiency and satisfaction

Your unique experience in these areas could spark the next great DrupalCon session.

Image
Photo by PdJohnson

Photo by PdJohnson

From Submission to Stage: How to Get Selected

Wondering how your proposal moves from idea to spotlight? Here's a peek behind the curtain:

  1. Choose the right track and format: DrupalCon has multiple tracks: technical, design, strategy, and more. Pick the one your talk aligns with.
  2. Craft a compelling description: Clearly state the problem, your approach, and what attendees will take away.
  3. Match difficulty level to audience: Beginners, intermediate, or advanced. Be honest to set expectations.
  4. Focus on practical value: Share actionable insights, not theory alone.

Remember, clarity and relevance are key. The more concrete your examples and lessons, the stronger your submission.

Call for Papers: Key Dates & How to Submit

Don't miss your chance to speak at DrupalCon Rotterdam 2026!

Deadline: 13 April 2026

Tracks:

  • Community Health
  • Digital Sovereignty & Open Web
  • Drupal CMS
  • Development AI and Agentic Architecture
  • Agency, Business & Marketing
  • Success Stories and Innovation
  • User Experience, Accessibility, and Design

Formats: Sessions (45 or 20 minutes), workshops (45 or 2x45 minutes), panels (45 minutes)


How to submit:

  1. Visit the DrupalCon CFP page
  2. Choose your track and format
  3. Write your title and description with clear takeaways
  4. Submit before the deadline!

Whether you're a first-time speaker or a seasoned presenter, DrupalCon is the perfect platform to share your story, contribute to the community, and grow your career. Your insights matter, so step up to the mic and make your mark!

SUBMIT YOUR SESSION

07 Apr 2026 2:43pm GMT

Matt Glaman: Dynamic type expressions in Drupal config schema

Drupal's config schema YAML supports dynamic expressions inside square brackets that resolve to values from the surrounding configuration data at runtime. Most developers have seen them - [%parent.type] in field formatter schema is a classic example - but few understand exactly how they work or when to use them.

I found a Todoist task from December 4th, 2024: \Drupal\Core\Config\TypedConfigManager::replaceVariable blog post. (Yeah, you do not want to see my "Overdue" list.) I have no memory of what I was working on that day or why I went deep on this. But past-me clearly thought it was worth documenting, so here we are. If you've ever stared at [%parent.type] in a schema file and just accepted it as magic - this one's for you.

07 Apr 2026 1:00pm GMT

Specbee: How to clean up your Drupal Taxonomy faster? Go with Bulk Term Delete

Struggling with taxonomy cleanup in Drupal? Read this blog to learn how the Bulk Term Delete module helps remove multiple taxonomy terms at once and improve admin efficiency.

07 Apr 2026 9:24am GMT

06 Apr 2026

feedDrupal.org aggregator

Talking Drupal: Talking Drupal #547 - Why Developers Don't Choose Drupal

In episode #547, guest JD Flynn joins us to discuss why developers don't choose Drupal, focusing on Drupal adoption, discoverability, and outdated perceptions from Drupal 6/7. JD cites survey data showing low interest among non-Drupal developers, arguing Drupal's biggest problem is invisibility and that developers often pre-filter it due to PHP stigma and friction getting started.

For show notes visit: https://www.talkingDrupal.com/547

Topics

Resources

Why Developers Don't Choose Drupal (And What We Can Do About It) - https://www.fldrupal.camp/session/why-developers-dont-choose-drupal-and-what-we-can-do-about-it JD's stream - http://twitch.tv/jddoesdev Drupal is Great! Its Perception Might Not be. -https://picozzi.com/notebook/2025/jan/drupal-great-its-perception-might-not-be Drupal Forge - https://www.drupalforge.org/

Guests

JD Flynn - Crepdrop dorficus

Hosts

Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Rod Martin - DrupalHelps.com imrodmartin

Module of the Week Correspondent

Martin Anderson-Clutz - mandclu.com mandclu

Native Observability brings real observability into Drupal. Trace requests, inspect execution, analyze performance, and explore runtime behavior - directly inside your application.

No core patches. No external dependencies required to get started. Just install, enable, and start seeing what actually happens inside your system.

06 Apr 2026 6:00pm GMT

The Drop Times: What’s Next for Drupal

DrupalCon Chicago 2026 outlined concrete developments already moving through the current cycle toward DrupalCon Rotterdam. The keynote highlighted progress in Drupal CMS, expanded site templates and marketplace functionality, and ongoing work on artificial intelligence features that are now transitioning from demonstration to implementation.

Drupal CMS 2.1 builds on Drupal Core 11.3 and introduces support for preconfigured site templates. The keynote demonstrated eleven templates available through a basic marketplace, all installable directly from the Drupal CMS installer. This signals that both template distribution and marketplace functionality have moved beyond concept into early rollout.

The Context Control Center now appears close to production readiness. The keynote positioned it as a central source of truth for brand voice, target audiences, key messages, product details, and editorial guidelines used by AI agents. In one demonstration, the system generated an on-brand page from a marketing brief, while a second example used Google Analytics data in a proof-of-concept workflow to improve content performance after publication.

Not all demonstrated capabilities are fully mature. Several features remain in alpha or beta stages as development continues toward DrupalCon Rotterdam. At the same time, increased AI-assisted contribution is placing pressure on maintainers, alongside a direct reminder that contributors remain responsible for the code they submit.

With that introduction, let us move to the major stories from last week.

CASE STUDY

EVENT

DISCOVER DRUPAL

ORGANIZATION NEWS

PHP

Additional developments from across the Drupal ecosystem were published during the week. Readers may follow The DropTimes on LinkedIn, Twitter, Bluesky, and Facebook for continuing updates. The publication also maintains a presence on Drupal Slack in the #thedroptimes channel.

Thank you.

KAZIMA ABBAS
Sub-editor
The DropTimes

06 Apr 2026 4:42pm GMT

Matthew Tift: Using AI Without Compromising Our Values

Using AI Without Compromising Our Values mtift

A wide-angle shot of a crowd of participants gathered in a Chicago conference hall for DrupalCon 2026, with a large, blue inflatable Druplicon mascot centered in the room.
Photo by Curt Rochon, DrupalCon Chicago 2026. Licensed under CC BY-SA 4.0
I went into DrupalCon Chicago suspicious of AI. I almost didn't go. What changed my mind wasn't a demo or a keynote. It was realizing the Drupal community already has what it needs: our Values and Principles. We just did not center them in the AI conversation.

06 Apr 2026 11:56am GMT

02 Apr 2026

feedDrupal.org aggregator

Drupal AI Initiative: Drupal AI Summit NYC

Where AI Moves from Experiment to Operation

The Drupal AI Summit NYC, taking place on May 14, 2026

Exterior of Convene 360 Madison Avenue

Photo by Gryffindor , CC BY-SA 3.0 Wikimedia

The conversation around AI is changing.

Not long ago, most discussions focused on what AI could do. That phase is largely behind us. Organisations are now dealing with a more difficult and more important question: how do you operate AI systems in a way that holds up over time, under real conditions, and with real consequences?

The Drupal AI Summit NYC is designed to address that shift directly. This is not a standalone Drupal event. It is co-located with apidays New York and Generation AI, placing Drupal into a broader ecosystem of technology leaders, platform owners, and organisations actively working through the realities of AI adoption at scale.

This is a different kind of conversation

This Summit is not structured as a traditional developer track, and it is not focused on early-stage experimentation. The intent is to create space for people who are already responsible for delivery and are dealing with the complexity that comes with it.

The audience includes CTOs, digital leaders, and platform owners who are navigating challenges such as governance, compliance, data ownership, and long-term operational stability. These are not theoretical concerns. They emerge quickly once AI is integrated into production systems and begin to affect real users, real data, and real outcomes.

We're In the Storm, This is the Way Through

AI is already embedded in how organisations operate, whether they realise it or not. It is present in content workflows, search systems, personalisation engines, and automation pipelines. In many cases, it has been introduced incrementally, often without a clear understanding of how data is being handled or where control ultimately resides.

This creates a gap between perceived responsibility and actual control.

The Drupal AI Initiative has been working to close that gap by focusing on approaches that are open, inspectable, and governable. This is not an abstract position. It is a practical requirement for organisations that need to understand how their systems behave, where their data is processed, and how decisions can be audited over time.

What the Summit will focus on

The programme is centred on real implementation work. The goal is to surface the decisions, trade-offs, and operational realities that teams encounter when AI moves beyond pilot projects and into production environments.

Sessions will focus on areas such as:

  • AI implementations currently running in production within Drupal
  • Architectural decisions and integration patterns that support long-term use
  • Governance and compliance considerations in regulated environments
  • Operational lessons learned from scaling AI systems
  • Practical insights from projects that required course correction

The emphasis is on experience rather than theory. Attendees should expect to hear what actually happens when systems are deployed, maintained, and evolved over time.

This builds on the foundation established by the first Drupal AI Summit in Paris, which brought together global contributors to focus on practical architecture, governance, and real-world application of open source AI systems.

Why is Drupal part of this conversation?

Drupal is not approaching AI as an external add-on. The work being done through the Drupal AI Initiative is focused on integrating AI directly into the platform in a way that preserves control, flexibility, and transparency.

That includes the ability to choose where models run, how data is processed, and how AI capabilities are embedded into content and workflow systems. It also reflects Drupal's long-standing strengths as an open source platform built around extensibility, governance, and long-term ownership.

For organisations that need to operate AI responsibly, those characteristics are not optional. They are foundational.

Who should attend?

This Summit is intended for organisations and individuals who are already engaged in applying AI in meaningful ways and are now working through the implications of doing so at scale. In short, YOU SHOULD ATTEND.

It is particularly relevant for those who are responsible for platform decisions, architectural direction, or operational oversight, and who need to ensure that AI systems remain reliable, governable, and aligned with organisational requirements.

Join us in New York City

Early bird tickets are currently available for $150 until April 13. For an event of this scale, and with access to a much larger federated conference environment, that price is difficult to justify passing up.

The Drupal AI Summit NYC is an opportunity to engage directly with practitioners who are doing this work today, in environments where the stakes are real and the outcomes matter.

02 Apr 2026 7:37pm GMT

Pivale: Does your mechanic talk about their tools, or your problems?

Digital success starts with understanding the problem, not selling tech. A discovery-led approach builds tailored, effective, long-lasting solutions.

02 Apr 2026 1:23pm GMT

Dripyard Premium Drupal Themes: Dripyard's Drupal Contributions for March 2026

Inspired by Mark Conroy's blog series, I'm starting a series of blog posts detailing Dripyard's contributions. My hope is that it brings a bit of visibility to 1) inspire y'all to buy our themes, and 2) inspire folks to contribute on their own.

March 2026 was especially busy for us, as 1) we made a bunch of contributions to the Drupal CMS installer, 2) created a badass new module (see below), and 3) did a bunch of work at DrupalCon Chicago.

02 Apr 2026 12:00pm GMT