Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Extending multiple blueprint at once#378

As you know, it is not possible to make more than one extending at the same level at the moment.

When you write a modular system, you separate different parts of a field to avoid code duplication and call them for different uses in different places.

fields:
  layout:
    type: layout
    label: Layout
    extends:
      - layout/layouts
      - layout/fieldsets
      - layout/settings
2 years ago
Changed the status to
In upcoming releases
2 years ago
Changed the status to
Completed
2 years ago