author
Information
- Folder
src/components/elements/author
Files
Schema
Mocks
Template
// src/components/elements/author/author.twig
<p class="Author">
<span class="Author-prefix">{{ pre_text }}</span>
{% if image %}
<span class="Author-image">
{{ image }}
</span>
{% endif %}
{% if url %}
<a href="{{ url }}">
<span class="Author-name">{{ name }}</span>
</a>
{% else %}
<span class="Author-name">{{ name }}</span>
{% endif %}
</p>
Error: schema is invalid: data/properties must be object