Site Building Intermediate
- Configuration
- Layout builder
- Image styles
- Text formats
- Display modes
- Paragraphs
- Composer
- Comments
- Common modules
- Reports
- Mainte...
Drupal development starts with site building, installing modules and configuring the site according to requirements. All...
Drupal is great because you can quickly edit content and structure through the UI. But your options are limited compared to...
Here's how to create a menu item that has children, but isn't clickable itself.
Simply create a menu link, and use route:
Make the module easier to set up by enabling the edit button by default.
Missing Configure block and Remove block contextual links.
Provides a UI for defining styles that can be appied to layout sections and components.
Provides tokens in the form [node:field_name].
Use Token Filter for tokens in text areas.
View all tokens in Admin > Help > Token.
When adding a block in Layout Builder, it is an inline block by default.
To create a reusable block, first go to Structure > Block layout > Custom block library.