We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
This works, but is not documented anywhere:
Sorry, something went wrong.
@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.
fabianmichael
No branches or pull requests
The text was updated successfully, but these errors were encountered: