Skip to content

Instantly share code, notes, and snippets.

View Seorusus's full-sized avatar
🏠
Working from home

Oleg Kreminsky Seorusus

🏠
Working from home
View GitHub Profile
@Seorusus
Seorusus / paragraph---list-cards-one-item--default.html.twig
Last active May 6, 2021 19:30
Drupal Использование поля link в качестве href="" атрибута ссылки
{% block paragraph %}
<div{{ attributes.addClass(classes) }}>
{% block content %}
<a href="{{ content.field_card_link.0['#url'] }}">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 lo-use-item fadeIn wow animated animated animated" style="visibility: visible;">
<span class="bg-animate">
{{ content|without("field_card_link") }}
</span>
</div>
</a>