diff --git a/src/templates/components/section.twig b/src/templates/components/section.twig index 5bcafce..79f81b7 100644 --- a/src/templates/components/section.twig +++ b/src/templates/components/section.twig @@ -2,6 +2,10 @@ {% set rowIcon %}{% endset %} {% set gridIcon %}{% endset %} {% export icon = component.data.getDataAttributes()['markhuot\\keystone\\attributes\\Display']|default(false) == 'grid' ? gridIcon : rowIcon %} +{% export propTypes = { + name: field('\\craft\\fields\\PlainText') +} %} +{% export summary = props.name %}