diff --git a/examples/official-site/sqlpage/migrations/34_carousel.sql b/examples/official-site/sqlpage/migrations/34_carousel.sql index b7fc395e..6736ccff 100644 --- a/examples/official-site/sqlpage/migrations/34_carousel.sql +++ b/examples/official-site/sqlpage/migrations/34_carousel.sql @@ -78,6 +78,14 @@ VALUES TRUE, TRUE ), + ( + 'carousel', + 'delay', + 'Specify the delay, in milliseconds, between two images.', + 'INTEGER', + TRUE, + TRUE + ), ( 'carousel', 'image', diff --git a/sqlpage/templates/carousel.handlebars b/sqlpage/templates/carousel.handlebars index 7d85775e..d65762ed 100644 --- a/sqlpage/templates/carousel.handlebars +++ b/sqlpage/templates/carousel.handlebars @@ -5,7 +5,7 @@
{{title}}
{{/if}} -