I created this widget composed of a text field and a button. When I click the button, it is supposed to add the word "hello" to the text field, but this does not happen. When I cliclk the button, the text field is hidden !! Please help!
It's been a while since I built a website and I'm currently trying to build a new website with Drupal 11.
I have multiple contents (of the same content type) that belong together. For example content A, B and C. On the page of content A I want to display links to B and C. On page B links to content A and C. On page C, links to A and B.
I would like to create a text field with buttons which insert characters on the text area i.e., an alternative to virtual keyboard. The latter does not provide a good display of the keyboard. I need sopme thing like Lexilogos:
I have three instances of this site running and two have no problems: AWS Lightsail Drupal 10.3.2, PHP 8.2.18; A local ddev instance Drupal 10.3.2, PHP 8.3.10; and a copy of the ddev site code again on Lightsail. This third site, on Lightsail does not display any maps but the code for the block exists. The maps come from two different providers, Google maps and from KML files. The KML file does not use the API key, so that is not the problem. The API key used works for both the Production site on Lightsail and for the ddev project and the KML views also work correctly on the first two
It's working I tried a lot, so I do not what solved the problem -
Please delete this issue
I am trying to add (different) modules to an existing commerce application. I always get messages that the versions do not match,
I am trying to add modules to an existing commerce application. I always get messages that the versions do not match,
Drupal core 10.3.6
commerce Version: 8.x-2.40
Hi All, How do I filter on two fields using the JSONAPI. I read https://www.drupal.org/docs/core-modules-and-themes/core-modules/jsonapi... but still I do not understand! Let say I have to fields, field_first_name and field_last_name and I want to filter on both fields combined with an AND clause. For now I can do "node/player?filter[field_first_name]=poul and I can do node/player?filter[field_last_name]=smith.