📷

Experiences

Introduction

A Venue can define multiple .

If we use the programming analogy and think of Venues as Classes, then Experiences can be considered as the data that we use to instantiate a venue for an event.

Experiences are defined through configuration files stored under the global/experiences folder. Each subfolder in that folder represents one experience.

image

An experience is defined primarily by a experience.json configuration file. The folder can then have multiple screenshots of the experience. A typical structure looks like this;

image

screenshot_{x}.png

You can have up to 5 screenshots for an experience. The screenshots are then displayed to a user when selecting an experience. The specs of the file should be as follows: Filename: screenshot_{x}.png, where {x} should be replaced with a number, e.g.: screenshot_1.png, screenshot_2.png, etc... Size: 500 x 550px

image