From d4644d502fb69ff2aac28ffc6fd7525dc8e742a1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 27 Jun 2025 18:29:19 +0200 Subject: [PATCH] FEATURE Add new ACF block for displaying statistical data --- .../acf-blocks/statistics-datas/block.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 plugins/dynamiques-blocks/acf-blocks/statistics-datas/block.json diff --git a/plugins/dynamiques-blocks/acf-blocks/statistics-datas/block.json b/plugins/dynamiques-blocks/acf-blocks/statistics-datas/block.json new file mode 100644 index 0000000..99a2111 --- /dev/null +++ b/plugins/dynamiques-blocks/acf-blocks/statistics-datas/block.json @@ -0,0 +1,25 @@ +{ + "name": "acf/statistics-datas", + "title": "Données statistiques", + "category": "dynamiques-blocks", + "multiple": false, + "icon": { + "foreground": "#136f63", + "src": "groups" + }, + "keywords": [ + "données", + "statistiques", + "chiffres" + ], + "supports": { + "align": [ + "full" + ] + }, + "acf": { + "mode": "auto", + "renderTemplate": "statistics-datas.php" + }, + "align": "full" +} \ No newline at end of file