Hi all,
For a custom input I want to use the markdown editor. It saves the content, but it does not recognize paragraphs in the text and just puts it all after each other as if it's one big string. The default 'content' input does recognize the paragraphs in the text and outputs it in <p></p>. This is the yaml I use in my blueprint:
header.company_description:
# type: editor
type: markdown
label: Description
validate:
type: textarea
I tried both type: editor - as I read in the documentation - and type: markdown - as it is configured in the system's default blueprint (line 30). Is there something I can do to fix this issue?