diff --git a/plugins/carhop-blocks/acf-blocks/gallery/block.json b/plugins/carhop-blocks/acf-blocks/gallery/block.json new file mode 100644 index 0000000..c729b69 --- /dev/null +++ b/plugins/carhop-blocks/acf-blocks/gallery/block.json @@ -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" +} \ No newline at end of file