Versions Compared

Key

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

...

  • You no longer need to specify the field type using the a fully qualified class name. You need to set just Just provide the field name proper via the 's name as the value of the new fieldType property.
  • In selected modules (see the Short field names list below on this page), the field name does not even require the -Field or -FieldDefiniton suffix. 

For Applied to the above example with the text field this means that , the configuration can look like now be as simple as this:

Code Block
languageyaml
form:
  tabs:
    - name: tabText
      fields:
        - name: title
          fieldType: text

...