Skip to content

Instantly share code, notes, and snippets.

View arturu's full-sized avatar
🎵

Pietro Arturo Panetta arturu

🎵
View GitHub Profile
@arturu
arturu / paragraph--carousel.html.twig
Created February 2, 2019 09:46 — forked from thejimbirch/paragraph--carousel.html.twig
Drupal 8 Template for Bootstrap Paragraphs customized for Carousel.

Drupal 8 Twig cheatsheet

Getting Drupal 8 field values in Twig

Image path: {{ file_url(content.field_name['#items'].entity.uri.value) }}

Image title text: {{ node.field_name.title }}

Entity Reference path: {{ content.field_tags[0]['#url'] }}