Festival Edition Identifier
Description: The unique identifier for your festival edition. WARNING: Do not change this value.
Value: A numerical identifier assigned to your festival.
Example: data-id="50"
Lineup Page Path
Description: The relative path to the lineup page on your website.
Example: data-lineup="/lineup"
Schedule Page Path
Description: The relative path to the schedule page on your website.
Example: data-schedule="/schedule"
Background Color
Description: The background color behind the widget.
Value: Any valid CSS color value (hex, rgb, etc.).
Default: #fff (white)
Example: data-bg-color="#000000"
Language
Description: The display language.
Value: en, fr
Default: The browser language or the locale from the URL path (e.g., mywebsite.com/fr/home).
Example: data-lang="fr"
It is important to specify data-lang="..."
explicitly.
Otherwise, the widget will use the language from the URL path (/fr or /en). If no language is specified in the URL, it will default to the browser’s language.
For data-lineup and data-schedule, do not include the language in the URL.