FEATURE Add new ACF block for displaying statistical data

This commit is contained in:
Antoine M 2025-06-27 18:29:19 +02:00
parent fd82b16618
commit d4644d502f

View File

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