PageTypes

Folder: ContentBlocks/PageTypes

EXT:your_extension/ContentBlocks/PageTypes/blog/config.yaml
name: example/blog
typeName: 1701284006
fields:
  - identifier: additional_field
    type: Text
Copied!

Learn more about Page Types.

Options

Here you can find all common root options.

Name Type Default Required
integer true
string default

typeName

typeName
Type
integer
Required

true

The typeName has to be a numerical value. There are some reserved numbers, which you can't use either: 1, 3, 4, 6, 7, 199, 254, 255.

typeName: 1701284021
Copied!

group

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 "Create multiple pages" view for selecting the type. By default, all new types are placed in the default group.

group: special
Copied!

The Core defines these groups for Page Types:

  • default
  • link
  • special