- Address Extend Example Drupal 8/9 module by Minnur
- Language Suggestion by Minnur
- Forced File Removal by Minnur
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# This paragraph's parent (either a node or a paragraph) #} | |
{% set parent = paragraph._referringItem.parent.parent.entity %} | |
{# A field's entity #} | |
{% set entity = paragraph.field_item.get(0).entity %} | |
{# Media Library image #} | |
<img src="{{ file_url(paragraph.field_media.0.entity.field_media_image.entity.uri.value) }}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.full-width { | |
width: 100vw; | |
position: relative; | |
left: 50%; | |
right: 50%; | |
margin-left: -50vw; | |
margin-right: -50vw; | |
} |
- Formdazzle! Provides theme suggestions for forms that are much more useful than those provided by Drupal core
Download v2.5 https://pasteapp.io/legacy/download/