We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760bad1 commit 8b64261Copy full SHA for 8b64261
src/Themes/PortalTheme/Views/Widget-Section.liquid
@@ -1,5 +1,6 @@
1
<section class="content-section">
2
<div class="{{ Model.ContentItem.Content.Section.Section.Text }}">
3
+ <h2 class="{{ Model.ContentItem.Content.Section.TitleLayout.Text }}">{{ Model.ContentItem | display_text }}</h2>
4
<div class="row {{ Model.ContentItem.Content.Section.ColumnLayout.Text }} {{ Model.ContentItem.Content.Section.JustifyContent.Text }}">
5
{% for item in Model.ContentItem.Content.SectionPanels.ContentItems %}
6
{{ item | shape_build_display | shape_render }}
0 commit comments