Basic

The Basic type can be used to include a pre-defined set of fields. Most commonly used to include shared Palettes.

Can also be used as a root option basics.

Read the main article about Basics.

Example:

EXT:your_extension/ContentBlocks/ContentElements/basics/config.yaml
name: example/basics
fields:
    - identifier: TYPO3/Header
      type: Basic
Copied!