Skip to content
Snippets Groups Projects
Commit aed3c917 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4083: removing old copy text block template file and replacing with...

ISTWCMS-4083: removing old copy text block template file and replacing with new copy text custom template
parent 9d07d072
No related branches found
No related tags found
No related merge requests found
{% include "@components/copy-text/copy-text.twig" with {
'copy_text': copy_text|field_value,
'width': width
} %}
{% if in_layout_builder %}
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{{ title_suffix }}
{% endif %}
{% include "@components/copy-text/copy-text.twig" with {
'copy_text': copy_text|field_value,
'width': width
} %}
{% if in_layout_builder %}
</div>
{% endif %}
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