ContentElements
Folder: Content
name: example/cta
fields:
- identifier: header
useExistingField: true
Learn more about Content Elements.
Options
Here you can find all common root options.
description
-
- Type
- string
This is the description of the Content Element. If you have a labels.xlf file, you should define it there with the key
description
. If both are defined, the translation file has precedence.description: "Here comes my description"
Copied!
group
-
- Type
- string
- Default
- default
The group is used for the grouping of the record type selector in the edit view of records. In addition, it is used for the "New Content Element Wizard" for the tab grouping. By default, all new types are placed in the
default
group.group: special
Copied!The Core defines these groups for Content Elements:
default
menu
special
forms
plugins
typeName
-
- Type
- string
- Default
- automatically generated from
name
The identifier of the new Content Element. It is automatically generated from the name, if not defined manually.
typeName: my_content_element
Copied!
saveAndClose
-
- Type
- bool
- Default
- false
Can be activated in order to skip the edit view when adding the Content Element via the NewContentElementWizard. This can be useful if you have a Content Element or Plugin without configuration.
saveAndClose: true
Copied!