Shown in the app's own themes — pick the one you run. Light or dark follows the toggle above.

Studio

The Config UI builder

Design the settings form users fill in per instance.

Every configurable task shows a small settings form on the instance's Task setup page — numbers, toggles, choices, pickers. The Config UI builder is where that form is designed, no code. It's the Config UI tab of the Task Builder, and also the Design bundle UI surface of the Bundle Editor.

  1. Widgets palette
  2. Page selector (Main form) + add
  3. Preview form
  4. Properties: selected widget
  5. Canvas: live form
The Config UI builder — widget palette, live canvas and inspector.

Three panes

Property name = the binding

A field's Property name is the binding the flow reads and where the player's value is saved. A field with no property name is never saved and won't appear in Task setup — a banner warns you when nothing in the whole form is bound.

Zones and pages

A top-level widget can sit in a header, body or footer zone: the body scrolls while the header and footer stay pinned. A long form can split into extra pages (shown as a popup or a sheet) opened from a Popup button field — the page selector switches which page the canvas edits. The Summary line is the one-liner shown on the task's card and pinned header.

The values a player enters live on that instance's task assignment, not on the task itself — which is how one authored task runs with different settings on every account (Task setup).