I'm working on a simple custom form and using a field of type:editor to provide rich content to the page.
Unfortunately the editor that is generated doesn't show the code/preview buttons we can see in the default blueprint (top right corner).
Is there a way to have them show up?
Sample of my blueprint file:
form:
fields:
tabs:
type: tabs
active: 1
fields:
content:
type: tab
title: Content
fields:
content:
type: editor
---