carhop__plugins__PROD-DEV/plugins/carhop-blocks/acf-blocks/gallery/block.json
2025-07-01 16:50:56 +02:00

26 lines
400 B
JSON

{
"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"
}