carhop__plugins__PROD-DEV/plugins/carhop-blocks/acf-blocks/custom-video/block.json
Antoine M 699a2efe1b
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing block custom vidéo
2025-10-13 11:15:22 +02:00

25 lines
403 B
JSON

{
"name": "acf/custom-video",
"title": "Vidéo Auto-hébergée",
"category": "carhop-blocks",
"multiple": true,
"icon": {
"foreground": "#136f63",
"src": "format-video"
},
"keywords": [
"vidéo",
"video",
"auto-hébergée"
],
"supports": {
"align": [
"full"
]
},
"acf": {
"mode": "auto",
"renderTemplate": "custom-video.php"
},
"align": "full"
}