View All Components

Component: Content Block

Features:

  1. choose a custom block and display it

Notes:

  1. Use Block Field

Watch Short Video

Custom Block Body1

This could be custom html

Light

paragraph--custom-block.html.twig

 

{% block paragraph %}
<div class="row">
{% block content %}
{{ content }}
{% endblock %}
</div>
{% endblock paragraph %}