Testflight
Some components, like the Dashboard and Time Indicator are only visible during the days of your event. To enable these for testing purposes, set data-testflight
to true
. Setting data-testflight
also disables caching.
Important: Don’t forget to disable testflight on your production.
Option | Values | Default values |
---|---|---|
data-testflight |
true false |
false |
Example
<script defer src='[path-to-embed]'
data-blokks-id='[schedule-id]'
data-testflight=‘true’>
</script>