Text display/headline for forms

Hello,

I would like to have a form that just displays text (no input of anykind), like in the enterprise version, but in the open source version. In the editor, I saw the headline field that would fit my needs. However, since I work with rest API, I must be able to know how to describe this in json. However, in the doc, I cannot see anything that looks like a text display form type:


The following form field types are supported:

text: rendered as a text field

multi-line-text: rendered as a text area field

integer: rendered as a text field, but only allows numeric values

boolean: rendered as a checkbox field

date: rendered as a date field

dropdown: rendered as a select field with the option values configured in the field definition

radio-buttons: rendered as a radio field with the option values configured in the field definition

people: rendered as a select field where a person from the Identity user table can be selected

functional-group: rendered as a select field where a group from the Identity group table can be selected

upload: rendered as an upload field

expression: rendered as a label and allows you to use JUEL expressions to use variables and/or other dynamic values in the label text

How could I achieve this ?

Best regards and thank you a lot in advance

An expression with a literal value would come closest to what you need.