test 4
{% if section.settings.show_css_grid_section == true %}
{% endif %}
{% schema %}
{
"name": "CSS-Grid",
"settings": [
{
"type": "checkbox",
"id": "show_css_grid_section",
"label": "Show CSS Grid",
"default": false
}
],
"presets": [
{
"name": "CSS Grid Test",
"category": "CSS Grid Test"
}
]
}
{% endschema %}
{% stylesheet %}
{% endstylesheet %}
{% javascript %}
{% endjavascript %}
1
2
3
4