Skip to content

New: Configuration file #95

@codeworksdev

Description

@codeworksdev

Starting with v2.1 you'll now be able to configure various options via a new configuration file (dist/frontend/js/config.js). This new file is automatically loaded before the sandbox initializes, allowing you to customize it to align with your requirements. All supported configuration options are listed below.

SUPPORTED CONFIGURATION OPTIONS

Note: Click on an option name to get detailed information.

Option Type Default
BODY html More information here.
BROWSER_TAB_AUTO_LABEL boolean true
BROWSER_TAB_SUFFIX string "Digital Sandbox"
BROWSER_TAB_SUFFIX_DELIMITER string "|"
BROWSER_TAB_SUFFIX_ENABLED boolean true
LAUNCHER_AUTOGEN_TITLE_VARS boolean true
LAUNCHER_ENABLE_FOLDER_SWITCHING boolean true
LAUNCHER_ENABLE_TITLE_VAR boolean true
LAUNCHER_HTML_HEADER_BODY html More information here.
LAUNCHER_HTML_HEADER_ENABLED boolean true
LAUNCHER_HTML_HEADER_H1 html "Digital Sandbox"
LAUNCHER_HTML_HEADER_H2 html "Please make a selection to begin."
LAUNCHER_WIDGET_NAME string "simple"
THEME_DEFAULT_DEVICE string "ipad"
THEME_DEFAULT_ORIENTATION string "l"
THEME_DEFAULT_WALLPAPER_NAME string "desk"
THEME_NAME string "default"
TOOLBAR_ENABLE_ABOUT boolean true
TOOLBAR_ENABLE_COLLAPSE boolean true
TOOLBAR_ENABLE_DEVICE boolean true
TOOLBAR_ENABLE_EXPAND boolean true
TOOLBAR_ENABLE_HOME boolean true
TOOLBAR_ENABLE_LAUNCH boolean true
TOOLBAR_ENABLE_QREFRESH boolean true
TOOLBAR_ENABLE_REFRESH boolean true
TOOLBAR_ENABLE_RELOAD boolean true
TOOLBAR_ENABLE_ROTATE boolean true
TOOLBAR_ENABLE_WALLPAPER boolean true
TOOLBAR_ENABLED boolean true
TOOLBAR_START_COLLAPSED boolean false

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions