Nos Best Sellers
{
"name": "Bento Grid H&L",
"settings": [
{
"type": "header",
"content": "Configuration"
},
{
"type": "range",
"id": "gap_size",
"min": 0,
"max": 40,
"step": 2,
"unit": "px",
"label": "Espace entre les blocs",
"default": 16
},
{
"type": "range",
"id": "border_radius",
"min": 0,
"max": 30,
"step": 2,
"unit": "px",
"label": "Arrondi des angles",
"default": 12
}
],
"blocks": [
{
"type": "block",
"name": "Bloc Image",
"limit": 8,
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "url",
"id": "link",
"label": "Lien"
},
{
"type": "text",
"id": "title",
"label": "Titre (texte alternatif)",
"default": "Home et Liege"
}
]
}
],
"presets": [
{
"name": "Bento Grid H&L",
"blocks": [
{"type": "block"},
{"type": "block"},
{"type": "block"},
{"type": "block"},
{"type": "block"},
{"type": "block"},
{"type": "block"},
{"type": "block"}
]
}
]
}







