CESDK/CE.SDK/Editor/Configuration
Configuring the CreativeEditor SDK
Get to know the various configuration options of the CreativeEditor SDK.
The CreativeEditor SDK (CE.SDK) works out of the box with almost zero configuration effort. However, almost every part of CE.SDK can be adapted and its behaviour and look & feel changed.
Here is a list of all available configuration options:
Key | Type | Description |
---|---|---|
Key baseURL | Type string | Description Definition of the the base URL of all assets required by the SDK. |
Key callbacks | Type object | Description Definition of callbacks the SDK triggers. |
Key i18n | Type object | Description Options to add custom translations to the SDK. |
Key initialSceneMode | Type string | Description Option to control the mode of the initial empty scene created by the editor. |
Key initialSceneString | Type string | Description Option to load an initial scene shown on startup. |
Key initialSceneURL | Type string | Description Option to load an initial scene shown on startup from a URL. |
Key license | Type string | Description A license key that is unique to your product. |
Key locale | Type string | Description Chosen language the editor is . Possible values are 'en', 'de', ... |
Key role | Type string | Description Chosen role defines |
Key scene | Type object | Description General scene configuration. |
Key page | Type object | Description General page configuration. |
Key theme | Type string | Description The theme the SDK is launched in. Possible values are 'dark', 'light' |
Key ui | Type object | Description Options to adapt the user interface elements. |
Previous
Quickstart
Next
Basics