Skip to content

Change yaml file structure to allow multiple blocks of same type

Dominic Kempf requested to merge multiple-blocks-of-same-type into master

So far the YAML structure was like this:

<blocktype>:
  <blockconfig>

The commit changes it to:

-
  _type: <blocktype>
  <blockconfig>

There is no backwards compatibility for YAML files with this change. XML exports from the frontend should however still work.

This fixes #55 (closed)

Merge request reports