


How can I create a view of the first entityreferenced child item from a multifield for a list of parent nodes via views UI?
I have a node type A containing a multifield of entityreferences to another node type B and using only the views admin interface I want to create a list of the first type B child entityreference on every node of type A. I think its possible just can’t quite... read more
How to add template suggestions for form elements of a certain form ID?
I’m looking to edit some Twig templates for certain form elements, but I need template suggestions only for certain form IDs. How do I go about that? I currently have the following functions in my .theme file: function exmaple_form_alter(&$form, $form_state,... read more