Versions Compared

Key

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

...

Multiexcerpt
MultiExcerptNameshort-definition

Definition decoration is a mechanism that allows you to change the properties and subdefinitions of an existing definition item.

Info

Excerpt Include
Reusing configuration
Reusing configuration
nopaneltrue

It is possible to change definitions such as app descriptors, dialogs, field types, message views, templates, media editors and renderer definitions. Any definition bound to a  

Javadoc
0info.magnolia.config.registry.Registry
 such as
Javadoc
0info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
 can be decorated. 

Decorated definitions can originate from any source, including the JCR, YAML files or  even executable code like Blossom. However, decorators themselves can only be defined via YAML for the time being. 

...