Skip to content

Page Editor

The Page Editor lets you design custom layouts for your screens — without any design software. Combine text, images, videos, shapes, and live data on a canvas that matches your screen's dimensions.

Page editor

Creating a page

In the Content library, click New → Page. Give it a name and choose the dimensions (or leave them to match your display's resolution). The editor opens.

The canvas

The canvas represents your screen. What you place here is exactly what will display. Use the rulers and grid to align elements precisely.

Adding elements

Click the + button or use the toolbar to add:

ElementWhat it adds
TextA text block — resize and style it freely. Can display live data from a data source.
ShapeRectangle or circle
ContentAn image or video from your content library
WidgetA specialized visual component, such as a weather icon
DynamicA datasource-driven component: image, table, scrolling ticker, cycle dots, or cycle progress
PageAn embedded nested page

To create a group, select multiple layers and group them — groups aren't added from the element picker. See Groups and repeating elements.

Clock and Weather

A Digital Clock and a Weather display are available as Apps that can be embedded into any page. They are not native element types.

Selecting and moving elements

Click any element to select it. Drag to move. Drag the handles to resize. Use the right-click menu to duplicate, delete, or change layering order.

Layers panel

The layers panel on the left shows all elements in the page. Click a layer to select it. Drag layers to reorder them (top of the list = front of the canvas).

Styling

With an element selected, the right panel shows all styling controls for that element.

Element styles panel

Use the right panel to change:

PropertyOptions
Font (text only)Family, size, weight, colour, alignment, vertical alignment (top / center / bottom)
Text sizingAuto — element grows with content; Auto height — fixed width, height grows; Box — fixed size, text clips
FillBackground colour and opacity (0–100%)
BorderColour, width, and style: solid, dashed, dotted, double, groove, ridge, inset, outset
Border radiusUniform or per-corner rounding (px)
ShadowX offset, Y offset, blur, and colour
PaddingPer-side padding (px)
Rotation0–360° free rotation
Position & sizeExact pixel values for X, Y, width, and height
Scaling (content)Scale down, contain, cover, or fill — controls how media fits the element

Live data binding

Text elements can display live data from a Data Source. Select a text element, click the data icon in the toolbar, and pick the field you want. The page will show real values on screen.

For a full walkthrough — including mixing static text with live fields, binding groups to arrays, and using cycle variables — see Binding Live Data to Pages.

Data binding flyout

Transformers

After binding a field, you can apply transformers to format the value before it's displayed:

TransformerEffect
UppercaseConverts text to ALL CAPS
LowercaseConverts text to all lowercase
CapitalizeCapitalises the first letter of each word
Max lengthTruncates text to a maximum number of characters
ReplaceReplaces a substring with another value
Date formatFormats a date/time value using Day.js format strings (e.g. HH:mm for 24-hour time, DD MMM for day and month)
Round numbersRounds a numeric value to a chosen number of decimal places (e.g. 3.141593.14)

You can chain multiple transformers together. They run in order, top to bottom.

Ticker (scrolling text)

Text elements can be set to ticker mode to scroll horizontally across the screen — useful for news headlines or announcements. In the right panel, enable the ticker option and choose a scroll direction:

  • Infinite — text scrolls continuously in one direction
  • Bounce — text scrolls to the end then reverses

Combine ticker mode with a datasource binding to show live, scrolling content automatically.

Groups and repeating elements

A group is a set of layers you've bundled together. Select multiple layers in the canvas or layers panel and group them — the group appears as a parent in the layers panel.

Once bound to a datasource array, a group repeats over that array — all the layers inside render once per item. Use groups to display a dynamic number of rows or columns from live data, e.g. a list of upcoming train departures or calendar events.

For a full walkthrough of designing a row, grouping its layers, binding the group to an array, and using Insert Group Field + cycle variables, see Binding Live Data to Pages.

Group repeat settings

Group repeat settings:

SettingWhat it does
DirectionLay out repeated items horizontally or vertically
GapSpacing between repeated items (px)
Max itemsLimit how many items are shown at once
SkipSkip the first N items in the datasource
StepOnly show every Nth item
Cycle intervalAutomatically rotate through items over time (seconds)

Once bound to a datasource array, each layer inside the group can reference the current item's properties.

Saving

Changes are saved automatically as you work. The page is ready to use in playlists as soon as you create it.