Concepts

Section data types

Data types for Built.js themes and plugin content sections.

The data types available for a Built.js Section are all the common data types plus the following:

element

An Element represents a reusable UI component.

PropertyDescriptionRequired
typeThe data typetrue
elementName of the elementtrue
repeatableWhether the value is single or multiple values. Default: falsefalse
requiredDetermines if value is required. Default: falsefalse

On this page