FEATURE Introducing the block

This commit is contained in:
Antoine M 2025-07-01 16:50:56 +02:00
parent 6d58909701
commit a53f5b6172

View File

@ -0,0 +1,26 @@
{
"name": "acf/gallery",
"title": "Galerie",
"category": "carhop-blocks",
"multiple": false,
"icon": {
"foreground": "#136f63",
"src": "groups"
},
"keywords": [
"galerie",
"photos",
"images"
],
"supports": {
"align": [
"full"
]
},
"acf": {
"mode": "auto",
"renderTemplate": "gallery.php"
},
"viewScript": "file:./view.js",
"align": "full"
}