carhop__plugins__PROD-DEV/plugins/carhop-blocks/acf-blocks/custom-video/block.json
Antoine M dec4a3add1
All checks were successful
continuous-integration/drone/push Build is passing
REFACTOR block label
2026-05-07 17:10:02 +02:00

34 lines
605 B
JSON

{
"name": "acf/custom-video",
"title": "Lecteur Vidéo Infomaniak",
"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": [
"lecteur",
"infomaniak",
"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"
}