Add inline instructions on a Blueprint

I would like to include instructions on an admin page so that a content person could read it - inline help. I see there is a field called Dispaly that I could use. I can get the label to show up on the admin page, what do I use for the content?

            instructions:
              type: display
              label: Instructions
              content: hear ye hear ye, this is how you do it.

I don’t think we have a plain text field as yet. Please create an issue on the admin plugin and i’ll make sure we have one :slight_smile:

Thanks for adding it in.

test:
  type: display
  size: large
  label: Instructions
  markdown: true
  content: "This is a test of **bold** and _italic_ in a text/display field

another paragraph...."