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
Fixed the first one following: https://forum.backdropcms.org/forum/backup-migrate-import-errors but is there an issue if I want to implement comments at a later date? Searched the...
Migrate BD to BD
I don't think, you got it right, yet. To select where the attachment is displayed, you set that in the attachment's setting. Remove all area embed stuff. That are two different...
have a view show contents in table and leaflet format simultaneously.
that was it! I have to get used that I have to explicitly select where it says "all views" and select "this attachement" instead; not only for the format but also for the footer....
have a view show contents in table and leaflet format simultaneously.
thanks! this worked for me, I'll try to list it easily for anyone to follow. Add an attachment type above, where it says "Displays" Change its format but...
have a view show contents in table and leaflet format simultaneously.
Seems like you're embedding something that embeds the same... Maybe try to clean up a bit. Do you additionally use the view embedded in an area? That should get removed. Only use the...
have a view show contents in table and leaflet format simultaneously.