two-col-content-sidebar
Information
- Folder
src/components/template-components/two-col-content-sidebar
Files
Schema
Mocks
Template
// src/components/template-components/two-col-content-sidebar/two-col-content-sidebar.twig
{{ attach_library("circle_dot/template-components-two-col-content-sidebar") }}
<div class="TwoColContentSidebar">
<div class="TwoColContentSidebar-content">
{% for item in content %}
{{ item }}
{% endfor %}
</div>
<div class="TwoColContentSidebar-sidebar">
{% for item in sidebar %}
{{ item }}
{% endfor %}
</div>
</div>
Error: schema is invalid: data/properties must be object