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

ISTWCMS-4083: adding custom template for expand/collapse block

parent c177d236
No related branches found
No related tags found
No related merge requests found
{{ attach_library('uw_fdsu_theme_resp/expandcollapse') }}
{% set field_value = ecs.0.text|default( field.value ) %}
{% if in_layout_builder %}
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{{ title_suffix }}
{% endif %}
{% include '@components/expand-collapse/expand-collapse.twig' with {
'id': block_id,
'ecs': ecs
} %}
{% if in_layout_builder %}
</div>
{% endif %}
{% include '@components/expand-collapse/expand-collapse.twig' with {
'id': block_id,
'ecs': ecs
} %}
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