Skip to main content

Questions tagged [11]

Version tags should be used for questions that apply to a version only, not to merely say what version a site is using.

0 votes
1 answer
13 views

I have a Drupal site (full regular Drupal site) that also has a PWA (decoupled frontend made with vite/React). This PWA is hosted at a subdirectory of my domain (www.example.com/pwa). The PWA uses ...
Patrick Kenny's user avatar
3 votes
0 answers
33 views

I'm currently working on a Drupal 11 project where the client wants the validation error messages on the user forms to be a bit more user-friendly, i.e. "Please enter your email address" ...
juliolopez78's user avatar
-1 votes
1 answer
63 views

Gin theme keeps changing the IDs of form elements inside Off-Canvas dialog, so I can't target elements using their IDs. So if I try to make modifications from the buildForm() method of my entity form, ...
ilechcod's user avatar
  • 149
1 vote
2 answers
113 views

Working in the .../themes/custom/mytheme/components/component-name/component-name.css standard, none of the changes to this CSS file are seen in the browser until I do a drush cr. I do have ...
alphex's user avatar
  • 78
1 vote
2 answers
97 views

In the "Article" content type, there is a "body" text field. I have over 100 articles, and the "Text Formats" for this field is currently set to "plain text." I ...
Sophie's user avatar
  • 13
0 votes
0 answers
38 views

I have sites running the following: D10.4.7 PHP 8.3.21 Mail working out of the box D11.1.7 PHP 8.3.21 Mail working out of the box D11.2.2 PHP 8.3.21 Mail not working. I have ensured that the modules ...
VortexCentrum's user avatar
2 votes
1 answer
87 views

I've updated to Drupal 11.1.2 from Drupal 10 but when I try importing configs I get this error. TypeError: Cannot assign null to property Drupal\tour\Entity\Tour::$module of type string in Drupal\...
blu's user avatar
  • 478
0 votes
1 answer
89 views

In which directory should a library be placed to be recognized in Drupal 11? I need to install PHPMailer library manually because the server doesn't have composer.
Clecio Dias's user avatar
5 votes
0 answers
67 views

There's a case for some distros to become recipes instead. To my mind this enables devs to upgrade other parts of Drupal like the core and modules without waiting for the distro maker to release a new ...
therobyouknow's user avatar
0 votes
1 answer
55 views

In CKEditor I am using the image field (not media) to upload an image. I would like to set the size for that image by selecting one of the image styles that are configured in Drupal, but only the ...
Ben's user avatar
  • 1,030
2 votes
1 answer
215 views

I'm trying to change the label "Your email address" on the built-in "Website feedback" contact form, from "Your email address" to just "Email". I know this can ...
naomi's user avatar
  • 1,307
0 votes
1 answer
92 views

I have tried relying on Drupal to set the .htaccess, but that is not working, nor are any of the examples that I've come across. Both the private files directory and the .htaccess file are owned by ...
Marsh's user avatar
  • 101
-2 votes
1 answer
515 views

Can composer be used to fetch the code for Drupal CMS, like for Drupal 10, 11? For example, Using Composer to Install Drupal and Manage Dependencies provides this for Drupal core: composer create-...
therobyouknow's user avatar
1 vote
1 answer
117 views

TL;DR: I'm trying to write a kernel test for a module located on sites/default/modules/custom/example_module, but Drupal fails to find the module to install it in the test. I have a Drupal 11 multi-...
TravisCarden's user avatar
0 votes
0 answers
51 views

I created a custom Form to populate a commerce order programmatically, with an anonymous checkout flow and shipping enabled. The code in the Form's submitForm() method is as follows (it is a base-...
Headbank's user avatar
  • 143

15 30 50 per page