diff --git a/examples/official-site/sqlpage/migrations/28_tracking_component.sql b/examples/official-site/sqlpage/migrations/28_tracking_component.sql index d1088c56..698c61a9 100644 --- a/examples/official-site/sqlpage/migrations/28_tracking_component.sql +++ b/examples/official-site/sqlpage/migrations/28_tracking_component.sql @@ -77,7 +77,16 @@ VALUES ( 'TEXT', FALSE, FALSE + ), + ( + 'tracking', + 'center', + 'Whether to center the component.', + 'BOOLEAN', + TRUE, + TRUE ); + -- Insert example(s) for the component INSERT INTO example(component, description, properties) VALUES diff --git a/sqlpage/templates/tracking.handlebars b/sqlpage/templates/tracking.handlebars index bd2968f7..e8262231 100644 --- a/sqlpage/templates/tracking.handlebars +++ b/sqlpage/templates/tracking.handlebars @@ -1,4 +1,4 @@ -
+
{{title}}
@@ -23,5 +23,4 @@
-
- + \ No newline at end of file