Darshilbhai Patel · Stack Overflow

Score of 0

3 answers

138 views

interactive SVG on drupal

I created a rather simple interactive illustration with html (an <svg> with four <button>, all inside a <figure>) with a bit of css and js so that when the user clicks the buttons ...

  • reputation score 31

Score of 0

2 answers

176 views

public:// file URL gets index.php inserted

I upload a file to my Drupal 10.6.1 installation, and it shows up in the files_managed with the url public://12-25 Newsletter.pdf, but when Drupal writes the page that it appears on, the html is <a ...

  • reputation score 183942

Score of 1

0 answers

90 views

How to add ajax for State select in address field

Under Drupal 11.2.5. I installed Address Module (2.0.4) I want to trigger an AJAX request when the State changes in field_address. The state is named "administrative_area" in address field ...

  • reputation score 11

Score of 4

1 answer

1197 views

lando rebuild rendering unknown manifest error

I have a Drupal project with lando based local development. my lando.base.yml looks like: Services: database: type: mysql:8.4 creds: user: drupal password: xxx database: ...

  • reputation score 1619

Score of 0

1 answer

120 views

How do I add the Dialog plugin?

The CKEditor5 dialog documentation gives a code snippet like this: editor.plugins.get( 'Dialog' ).show( { isModal: true, // The rest of the dialog definition. } ); However, this requires ...

  • reputation score 2201

Score of 0

0 answers

54 views

Relationship is not preserved while migrating from mysql to Drupal

I am trying to migrate a relational tables songs and author and bridge table from a mysql database to drupal. Although songs and authors are getting exported but their relationship is not getting ...

  • reputation score 181

Score of 0

0 answers

50 views

How to prevent Drupal from making view feed links all relative

I have a Drupal 10 site where I created a view with an RSS feed. The links for the items are to various outside websites - for example https://www.yahoo.com/news_article. The problem is that my site ...

  • reputation score 1

Read the original on stackoverflow.com ↗