My Drupal Core Contributions for week-ending July 19th, 2024
Don’t shower yet, Mark, you’re not finished.
Published: July 19, 2024
I think I need a shower after all that.Oh really? Yeah, remember that cool merge request from 2 weeks ago to set the dates for each node in Umami to a unique date? Well, that also has a failing test. But only if you install Umami using Spanish as the default language.Thanks to Code Enigma for sponsoring my time to go through this masochism 😀
namespace Drupalmy_project_profileEntityBlockContent; use DrupalbcaAttributeBundle; use Drupalmy_project_profileTraitsDescriptionTrait; use Drupalmy_project_profileTraitsImageTrait; use Drupalmy_project_profileTraitsTitleTrait; #[Bundle(entityType: self::ENTITY_TYPE_ID, bundle: self::BUNDLE)] final class Card extends MyProjectBlockContentBase { use TitleTrait; use DescriptionTrait; use ImageTrait; public const string BUNDLE = ‘card’; } Let’s set up our Card bundle class:EntityViewBuilders are PHP classes that contain logic on how to build (or…
In my tech journey, I’ve always had an affinity for the cutting-edge, the not-fully-tested waters of the Linux world. Rolling release distributions like Arch, Fedora, or even a custom-installed Kali Linux have been…
Integrating effortlessly with WooCommerce, Jetpack CRM automatically gathers customer details and orders on your online store. You can also manage them from the WordPress dashboard. To identify your target audience, consider these factors:…
FinOps consulting has many advantages for companies trying to get the most out of cloud computing. The numerous and extensive benefits range from improved security and operational efficiency to cloud cost optimization and…
What are your thoughts on this approach? Do you see additional ways we could position Drupal.org as the central hub for Drupal expertise? I’d love to continue this conversation. Beyond Identifying Issues: Time…
Aug 06, 2025 12min Read Email marketing campaigns are emails sent to subscribers to achieve specific business goals, such as increasing sales, building relationships, or keeping customers engaged. There are many different types…