Magnolia 5.4 reached end of life on November 15, 2018. This branch is no longer supported, see End-of-life policy.
renders non-editable text that is displayed next to the label. You can use it to display help text, for example.
class: info.magnolia.ui.form.field.definition.StaticFieldDefinition
Simple static field:
form: tabs: - name: tabText label: Text fields: - name: information class: info.magnolia.ui.form.field.definition.StaticFieldDefinition label: Important! value: Meta information is used on search engine result pages (SERPs)...
Node name | Value |
---|---|
form | |
tabs | |
tabText | |
fields | |
information | |
class | info.magnolia.ui.form.field.definition.StaticFieldDefinition |
label | Important |
value | Meta information is used on search engine result pages (SERPs)... |
You can use common field properties and the following properties in a static field definition:
Properties:
value | required Text displayed next to the label. |