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
Thanks for sharing this link. We have a feature freeze in just a few days, so now is a good time to see what is happening in the issue queue.
Seeing what issues are new
The Search module from CMS core allows to limit the Content type and is quite suitable for use, the settings are available for understanding. The form is added to the pages like other blocks /...
Generating Search Form
I played around with metatags and when i revisited those pages they now have description metatags. Not sure what the initial problems were though. Sorry for the time waste.
Meta tag description on a page created by a layout
You might want to chime in on this issue.
Meta tag description on a page created by a layout
Layout is not Content, it is not used to create pages, so I think you have chosen the wrong way. To avoid problems, just need to use every tool for its own purpose. This is not a direct answer,...
Meta tag description on a page created by a layout