Open tobimori opened 9 months ago
This works, but is not documented anywhere:
@tobimori I just tried Kirby 4.1.1 and it worked with this blueprint. Please check your indentation:
fields:
ta:
type: markdown
buttons:
headlines:
- h1
- divider
bold: ** # or `__`
- divider
link: null # or `markdown` or `kirbytext`
Kirby 4 seems to use the Symfony YAML parser (https://github.com/getkirby/kirby/blob/main/composer.json#L49) by default, did I miss anything?
You'll have to enable it manually in the config still: https://getkirby.com/docs/reference/system/options/yaml
Okay, then it’s probably just a docs issue, will look into that.