Sections
New Section

Créer une nouvelle section

MAJ Conf 2024


{{ 'mm-section-template.css' | asset_url | stylesheet_tag }}
 
<div class="mm-section-{{ section.id }} mm-section-template-wrapper">
	
</div>
 
{% schema %}
    {
        "name": "MM section template",
        "max_blocks": 4,
        "tag": "section",
        "class": "mm-section-template",
        "settings": [
            {
                "type": "text",
                "id": "title",
                "label": "Titre"
            }
        ],
        "blocks": [      
            {
                "type": "text",
                "name": "Produit",
                "settings": [
                    {
                        "type": "product",
                        "id": "product",
                        "label": "Produit"
                    }
                ]
            }
        ],
        "presets": [
            {
                "name": "MM section template",
                "category": "Moon Moon",
            }
        ],
        "enabled_on": {
            "templates": ["*"],
            "groups": ["footer"]
        }
    }
{% endschema %}