I have a suggestion for the weekly dev meeting on Thu Apr 10, 2025
Over in Zulip we've been discussing entity extensibilityin the context of some difficulties I've run into in the course of porting entity_translation over to Backdrop, namely around the removal of label callback
and the Drupal core function entity_language
. In Drupal those two things were extensible which the entity_translation
module made heavy use of while in Backdrop langcode
and label
are static properties (even though label()
is a method on the node class for instance, just returns $node->title
.
Recent comments
Here are some more details about my setup. Yes, I am using a contextual filter. Specifically, I have several content types that have an entity reference field meant to hold references to...
Hide title of a view block if no results?
You can use Rules or the Node Notify module for comments. When a new account is created, I believe there are Rules to send.
Email notifications
There's a few way to accomplish it, but it really depends on your full requirements. I'm working on a contact management module but it won't be released for a few months. There...
Pairing fields
I'm fairly sure that some people have done this successfully in Backdrop. Please can you list the modules you are using; that should help us get the right people to join this conversation.
How to render facet blocks?
Another content type for the addresses is a good option, and there are some more, for instance: Use the Address Field. If you already use Paragraphs (or are open...
Pairing fields