Change yaml file structure to allow multiple blocks of same type
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)