Skip to main content
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:

KeyTypeDescription
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
license
Type
string
Description
A license key that is unique to your product.
Key
userID
Type
string
Description
An unique ID tied to your application's user. This helps us accurately calculate monthly active users (MAU). Especially useful when one person uses the app on multiple devices with a sign-in feature, ensuring they're counted once. Providing this aids in better data accuracy.
Key
locale
Type
string
Description
Chosen language the editor is . Possible values are 'en', 'de', ...
Key
role
Type
string
Description
Chosen role. Possible values are 'Creator' or 'Adopter'.defines
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.