Hi there,
I got a very long blueprint that I would like to structure into modules. However I just know that you can build fields to reuse in blueprints but I would like to pack a bunch of fields into a file and reuse that over different blueprints.
Is this possible?
Example: Blueprint Home
fields:
headline:
label: Überschrift
type: text
text:
label: Text
type: yakme
event_location:
label: Veranstaltungsort
type: text
icon: map-marker
width: 1/2
event_street:
label: Strasse
type: text
icon: map-marker
width: 1/2
...
..
a lot more event infos...
Restructured into: event.yml and then I would like to use it as:
fields:
Eventinfo: event
Is something like this possible? I tried it out and get errors. If not then what is your approach to don’t lose track in blueprints. They can get very long and because indentation is important you get so much surface for indentation errors.