Content Loader

Usage

  • The Content Loader Building Block is used to load other content at runtime.
  • Use it to navigate between different projects or scenarios.
  • Combine it with the Workflow to load content based on interaction.

Settings

The Content Loader has no settings.


Actions

The following actions are available:

  • Load Content

Load Content

Loads another project.

PropertyDescription
Content File (.glb/.c2prj)Path to the project file that should be loaded
Notification TitleTitle of the message shown during loading

The file path is relative within the Files system of the web portal.

Example

Assume you have the following structure:

project-A/
  project.c2prj

project-B/
  project.c2prj

Then the path from project-A to project-B is:

/../project-B/project.c2prj

Reactions

This Building Block has no reactions.

Last updated on