Versions Compared

Key

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

...

Anchor
anc-check-custom-fields-based-on-magnolia-fields
anc-check-custom-fields-based-on-magnolia-fields
Check custom fields extending or decorating Magnolia fields

We have changed a few some names for field definitions. This was part of the initiative to reference fields by its "short" name with the property fieldType (see Referencing fields). The name which may have changed  The name of a field definition is the node name if the field is defined via JCR in JCR  in the folder modules/some-module/fieldTypes or the file name of a YAML based definition. Field definitions which have been defined via JCR and which we have renamed now are defined with YAML files. This was part of the initiative to reference fields by its "short" name with the property fieldType (see Referencing fields). 

If you have custom fields which reuse an existing Magnolia configuration via YAML includeYAML inheritJCR extends or by decoration, your custom definition may be broken now if you reference to a field which has changed its name.

...