Objecttype

Objecttype

{{ objecttype }}

Properties of {{ objecttype }} objects
Name Type Description
is_valid Boolean True if at least one object type is selected (exactly one if multiple selections are not allowed)
value String Delimited string containing the values from all of the selected options. For objecttype fields you do not typically care about this - use values instead
options list A list containing all of the available object type options
values list A list containing all of the selected object types
count Integer The number of selected object types
field_id String The identifier for this field
label String The label for this field
output String String containing the text from all of the selected options. May include additional markup in the editor preview to make it easier to edit content

Represents the selection of one or more object types from a list. The list may or may not allow multiple selections.

Related

object

May be any object, including simple, complex and list objects. In some cases may even include symbols and null.

{{ select }}

number

Can be any number, including integers, decimals, or the value 0. Any value - including 0 - evaluates as true when used alone in a conditional.

integer

A whole (non-fractional, non-decimal) number. May be 0. Any value - including 0 - evaluates as true when used alone in a conditional.

list

An enumerable list containing zero or more objects. Lists may contain many different object types, although most lists only contain a single object type. There are a large number of other complex object types that are also lists (ag: an articlelist is a complex object but is also a list of article objects).