From a53f5b61728070c7dd1acf19c30da004f8f51504 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 1 Jul 2025 16:50:56 +0200 Subject: [PATCH] FEATURE Introducing the block --- .../acf-blocks/gallery/block.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 plugins/carhop-blocks/acf-blocks/gallery/block.json 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