5 questions
0
votes
0
answers
137
views
Drupal 11 - Experience Builder not working
I am trying to work with Experience Builder in Drupal. I have installed Drupal 11, and the Experience Builder extensions (since it is not available as a core feature yet).
I can see it listed in the ...
0
votes
0
answers
56
views
Drupal config sync but database drifting, how to automate 'database migration'?
I am using drupal11.
Specifically, I am using the paragrpahs module where on fresh install of the module it will create the module related entity tables in the database. Then I export my config ...
0
votes
1
answer
117
views
How to create a drupal multi select list that is populated by an external api?
I was following this guide but I think I'm having trouble understanding the scope of my requirement.
I am using drupal 11 and trying to create a content type, let's call it a Blog, with a title, ...
0
votes
1
answer
311
views
Drupal 11: How do I use a custom field with multiple values programmatically?
I am able to create a module with two columns, c1 and c2 in my example, but get the dreaded
Drupal\Core\Entity\Query\QueryException: 'my_2c' not found in Drupal\Core\Entity\Query\Sql\Tables->...
2
votes
0
answers
148
views
Module to provide a contextual filter for views
I have programmed a Drupal 11 module.
It's about a Views plugin to be able to use a contextual filter in the GUI.
The module is intended to provide two context filters in one View (Views module) under ...