Skip to content
Snippets Groups Projects
Commit f103a6b0 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3357698: Fix context to be able to edit the Rich text block and heading SDC components

parent da965965
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
{% set html_tag = html_tag ?? 'div' %}
<{{ html_tag }} {{ attributes.addClass(classes) }}>
{{ title_prefix }}
{% if heading %}
{% include "varbase_components:heading" with {
attributes: heading_attributes,
......@@ -20,6 +21,7 @@
utility_classes: ['rich-heading', 'mb-2']
} %}
{% endif %}
{{ title_suffix }}
<div class="rich-body mb-2">{{ content }}</div>
</{{ html_tag }}>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment