- 🇩🇪Germany Anybody Porta Westfalica
@Grevil: Let's better fix that in a separate issue / follow-up.
Automatically closed - issue fixed for 2 weeks with no activity.
$url must be a string or object of type \Drupal\Core\Url in media--drowl-media-types--document.html.twig
{% block document_link %}
{% if content.field_document.0['#url'] %}
{%- set link_label %}
{% if mime_type %}
<i class="ico {{ icon_class }}"></i>
{% endif %}
<span class="button__label">{{ button_label }}</span>
{% endset -%}
{% apply spaceless %}
{{ link(link_label, content.field_document.0['#url'], media_link_attributes.addClass(link_classes)) }}
{% endapply %}
{% endif %}
{% endblock %}
Fixed
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@Grevil: Let's better fix that in a separate issue / follow-up.
Automatically closed - issue fixed for 2 weeks with no activity.