


Views + Multiple dates
I have a view that will display content (nodes) in a fields display having a multiple date field. Another filter is set to date:enddate > now. What I want is just one row per node, but cant get it to work. I’ve tried the following: a) In the date... read more
Problem rendering paragraphs field – advanced but still not working
I am working on a site with one special page layout (lets call it originally “two columns”), which has basically two columns: The left one showing page contents and the right one an unlimited number of paragraphs. There is still one problem: 1) The twig... read more
Get nodes as options in a webform
Any pointers gratefully received! For Drupal 8. I’m looking to use the image select webform element – but instead of the options being added when the webform element is created/edited we need to get the options from a content type. This is partly because... read more
How to get url and description of FileFieldItemList’s items in node template
I have a content type called publication which results the node’s twig template: node–publication.html.twig. This content type contains a multiple file fields where the description is allowed. I would like to share it with you, because it took a lot of... read more
Override breadcrumbs is not present?
In Drupal 7, in the views with an argument, is easy to override both title and breadcrumbs. Now in Drupal 8 I can’t find the option. Did I miss something? or isn’t possible? In this case what is the workaround? read more
$.cookie is not a function from form.js with block cache
I am getting this error if I turn my block caches on. I have traced back the origin back to Drupal core form.js but can’t seem to see what’s going on here. Any ideas? Here is the debug: form.js?v=7.56:69 Uncaught TypeError: $.cookie is not a function at... read more
How can I pass variables from a view template to a node template?
I have a view showing the nodes of a content type which has reference entity fields to another content type. I am trying to iterate through this view with templates. If I choose to show nodes for my format, I can easily access the referenced entities and its fields,... read more