mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 14:50:02 +00:00
fix: expose promoted template media slots
This commit is contained in:
@@ -59,6 +59,46 @@
|
||||
"label": "Decline label",
|
||||
"description": "Left-hand action button.",
|
||||
"default": "Decline"
|
||||
},
|
||||
{
|
||||
"id": "slideImage1",
|
||||
"type": "image",
|
||||
"role": "content",
|
||||
"label": "Slide image 1",
|
||||
"description": "First carousel image; also fills the blurred background.",
|
||||
"default": "assets/slide-01.jpg"
|
||||
},
|
||||
{
|
||||
"id": "slideImage2",
|
||||
"type": "image",
|
||||
"role": "content",
|
||||
"label": "Slide image 2",
|
||||
"description": "Second carousel image; also fills the blurred background.",
|
||||
"default": "assets/slide-02.jpg"
|
||||
},
|
||||
{
|
||||
"id": "slideImage3",
|
||||
"type": "image",
|
||||
"role": "content",
|
||||
"label": "Slide image 3",
|
||||
"description": "Third carousel image; also fills the blurred background.",
|
||||
"default": "assets/slide-03.jpg"
|
||||
},
|
||||
{
|
||||
"id": "slideImage4",
|
||||
"type": "image",
|
||||
"role": "content",
|
||||
"label": "Slide image 4",
|
||||
"description": "Fourth carousel image; also fills the blurred background.",
|
||||
"default": "assets/slide-04.jpg"
|
||||
},
|
||||
{
|
||||
"id": "brandLogo",
|
||||
"type": "image",
|
||||
"role": "content",
|
||||
"label": "Brand logo",
|
||||
"description": "Transparent horizontal wordmark in the preview strip.",
|
||||
"default": "assets/hyperframes-logo-black.svg"
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user