Initialization
This page describes how to initialize the storage configurator.
You will need to know how to set attributes or send events to the configurator 🔗
Mandatory data
Simple project load
The most common use case: you want to load a project. You only need three things:
Attribute name | Attribute value |
---|---|
data-distribution-id | The id of your application distribution. |
data-authentication-token | Your authentication token. |
data-project-uuid | The uuid of the project you want to load. |
Note: See the communication page to know how to send an event 🔗.
Optional data
The best way to configure the optional attributes is to set their value in your application distribution, but you can also choose to configure it in the DOM.
The values you set in the DOM will override the eventual values from the Application Distribution.