Hi,
I’m new to Grav, but loving it so far!
I’ve managed to add some custom fields to my admin interface via blueprints, which is fantastic. I do however have one question…
One of the custom fields I’m trying to add is a markdown text box. I’ve managed to get it to display in my custom tab, but it only takes a single paragraph. As soon as I add a line break, the validation fails.
I’ve scoured the docs to see what settings are available, but the markdown form field is not mentioned. In fact, I only knew it existed because I found it here:
I’ve tried random settings like:
multiline: true
preview: true (I would like to enable the preview mode)
But neither of them work;(
Any help would be greatly appreciated.