Nested YAML
#577
Replies: 1 comment 2 replies
-
|
Did you ever figure out if this was possible? I'm thinking about trying to use the same type of structure. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, is there a way to utilise nested YAML too?
i have extensive use of nested yaml like:
relations:
relation-link: "[[Arne]]"
relation-link: "[[Daniela]]"
relation-link: Valentin
relation-link: Johanna
or
jobs:
job-company: "[[Campany 1]]"
active: true
job-company: "[[Comapny 2]]"
active: false
is there a way to translate this into breadcrumbs?
Beta Was this translation helpful? Give feedback.
All reactions