Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<property>

name

required

The name of the property. The name is used for storing values in the underlying data source.

type

optional, default is String

Possible values:

  • JCR property types
    • String
    • Boolean
    • Decimal
    • Double
    • Long
    • Date
  • asset - creates Link field to choose an asset.
    The name of a Submodel.
    (warning) You can only reference submodels defined in the same content type.
  • The name of Content type making a reference to another content item.
    If a submodel and a content type have the same name, the submodel takes precedence over the content type.

required

optional, default is false

Makes the property mandatory.

i18n

optional, default is false

Enables i18n support for the property.

multiple

optional, default is false

The true setting allows storing multiple values of the property.

...