carhop__plugins__PROD-DEV/plugins/carhop-blocks/acf-blocks/custom-video/block.json
Antoine M dc16228d12
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE refactoring Video block and introducing audio variation
2026-05-07 16:35:14 +02:00

32 lines
571 B
JSON

{
"name": "acf/custom-video",
"title": "Vidéo Auto-hébergée",
"category": "carhop-blocks",
"multiple": true,
"icon": {
"foreground": "#136f63",
"src": "format-video"
},
"description": "Pour intégrer une vidéo auto-hébergée sur infomaniak",
"keywords": [
"vidéo",
"video",
"auto-hébergée"
],
"supports": {
"align": [
"full"
]
},
"styles": [
{
"name": "stacked-background",
"label": "Fond empilé"
}
],
"acf": {
"mode": "auto",
"renderTemplate": "custom-video.php"
},
"align": "full"
}