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