Concepts

Content type data types

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

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

relation

A relation describes a relationship between this content type and another.

PropertyDescriptionRequired
typeThe data typetrue
targetThe name of the relation content type.true
relationoneToOne, manyToOne or oneToManytrue
requiredDetermines if value is required. Default: falsefalse

uid

A data type for slugs which is typically used to create a unique URL.

The slug field of a Content Type uses this data type and is required for every Content Type.

PropertyDescriptionRequired
typeThe data typetrue
targetFieldThe name of the field to create the slug from.true
requiredDetermines if value is required.true

On this page