Drupal 10 Site Building Notes
It's almost Theme Time, but before we begin with the fun stuff, there are a few server items that need to be set up. Outbound email is the hardest piece, so we're going to get help from AI and we'll put the notes here to share.
Explore the Full ArticleDrupalCon Portland 2024
It looks like the stars will align and we'll be making a trip to Portland for this year's DrupalCon. ... and from here, its off to the stars: ddev setup notes https://www.drupal.org/docs/develop/local-server-setup/windows-development-environment/installing-drupal-with-ddev-in-wsl2-on-windows/installing-docker-ddev-drupal-in-wsl2 Explore the Full ArticleSetting the Default Value for field_ assigned_ user_email
Problem Statement
We needed to set a default value for the field_assigned_user_email field on the node_reservation_request_form. The challenge was to locate the correct array path to this field within the form structure, as it was not immediately apparent where the field was nested.
Stable Match Drupal Camp Youtube Video
Pinning this video as an interesting review of running "Stable Match" using Drupal 7.
It looks like the used Rules to help process their Match.
Affiliated Theme Templates
Twig templates, based on a Domain suggestion, are baked into our Radix House theme.
These template "suggestions" are the glue which provide affiliated sites their custom landing experience. All affiliated sites share a common front page URL. Views and Content Blocks are customized for each site by filtering on either Domain, Term or Context.
Explore the Full Article