Skip to content

Commit 15539d9

Browse files
authored
Update 02_hero_component.sql adding poster
1 parent 19e0bcc commit 15539d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/official-site/sqlpage/migrations/02_hero_component.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ FROM (
6666
TRUE,
6767
TRUE
6868
),
69+
(
70+
'poster',
71+
'URL of the image to be displayed before the video starts.',
72+
'URL',
73+
TRUE,
74+
TRUE
75+
),
6976
-- item level
7077
(
7178
'title',

0 commit comments

Comments
 (0)