I would like to use following blueprint:
foo:
label: <title>
type: text
I tried to escape the < with \ but no success so far. ![]()
I would like to use following blueprint:
foo:
label: <title>
type: text
I tried to escape the < with \ but no success so far. ![]()
Untested, but maybe this works:
label: <title>
Yep, thanks it works!