Norman
Norman
Fixes #13
Having no `-p` in the `run` command sets every port to 80 where you quite likely already have a local Apache or something else listening at. So I can't access...
I would like to add the command to generate Paragraphs behavior plugins. How should it be named? `plugin:paragraphs:behavior` or without an extra namespace just `plugin:paragraphs-behavior`?
Noticed `\Drupal ode\Entity\Node::load(1);` on https://www.drush.org/latest/commands/php_eval/
I was made aware of two security issues in Klaro allowing XSS. Since there's no security policy I'm asking for the preferred security contact.
### Verification - [x] I have updated Composer to the most recent stable release (`composer self-update`) - [x] I have updated Composer Patches to the most recent stable release (`composer...
## New feature motivation > The `alert` role is used to communicate an important and usually time-sensitive message to the user. When this role is added to an element, the...
`jQuery.type()` is deprecated and no longer available in jQuery 4. Therefore the library does not work out of the box anymore. ``` Uncaught TypeError: $.type is not a function at...