carhop__plugins__PROD-DEV/plugins/carhop-blocks/acf-blocks/team-carhop/block.json
Antoine M 5dc6ea260d
All checks were successful
continuous-integration/drone/push Build is passing
CHORE REFACTOR upgrading plugin to handle a unique monopackage bundler
2025-11-20 11:06:56 +01:00

24 lines
381 B
JSON

{
"name": "acf/team-carhop",
"title": "Équipe Carhop",
"category": "carhop-blocks",
"multiple": true,
"icon": {
"foreground": "#136f63",
"src": "universal-access-alt"
},
"keywords": [
"équipe",
"carhop"
],
"supports": {
"align": [
"full"
]
},
"acf": {
"mode": "auto",
"renderTemplate": "team-carhop.php"
},
"align": "full"
}