Tips
Input elements with type="image" can be used as submit buttons.
PostCSS configuration examples often show common js code with module.exports
.
module.exports = { plugins: [ require(...
I had git version 2.34.1 installed through apt.
Git push --staged was added in 2.35.
To update, add the stable ppa from...
Drupal provides information about text formats for long text fields.
The Allowed Formats module can restrict the formats...
Hosting providers offer intro rates like $2.99 that can double or triple after the first year.
The User Login block can be placed on the page and shown to users who are not logged in.
If you only want to show the...
You can "autowire" your services, or automatically define their dependencies in *.services.yml based on their class...
The Standard profile contains user.role.administrator.yml, which provides the Administrator role.
If you don't use the...
The media library button in ckeditor pops up with the .ui-dialog--narrow class. Classy sets this to 500px, which is too...
You may often have a field that is used in several content types, such as a taxonomy reference or image.
You can create...