Hi,
Created a template and respective yaml:
title: Text
'@extends': default
form:
fields:
tabs:
fields:
content:
fields:
header.media_order:
label: Page Media (first one will be displayed next to your content)
header.image_align:
type: select
label: Image position
classes: fancy
default: left
options:
'left': 'Left'
'right': 'Right'
features:
type: tab
title: '+ Info'
fields:
header.extra_info:
type: editor
validate:
type: textarea
label: Info Adicional
markdown: true
.. and called it in twig file: {{ header.extra_info }}
For some reason markdown isn't being processed.
Am I missing something?
Cheers!
Pedro