Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This static field definition is part of the Magnolia 6 UI framework. The fully qualified class name is info.magnolia.ui.field.StaticFieldViewDefinition.

If you work with the Magnolia 5 UI framework, see Static field for Magnolia 5 UI instead.

Table of Contents

Example

...

definition

Code Block
languageyml
static:
  label: Description
  $type: staticField
  value: Used on search engine result pages...

...

Field properties

Field-specific properties

value

required

Text displayed next to the label. Can be specified in an i18n file. The value is i18n-able.

Common simple field properties

The only relevant optional property for a static field is label.

...