Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-2700

...

alignright
classmenu

A model definition, a subitem of the Magnolia Content type definition, defines the model of a content type.include_content types developer preview short info_content types developer preview short info

The model describes the properties of a content item such as name, description, asset, birthday, and so on. In the default JCR-based implementation. The type of the properties can be String, Boolean, Decimal, Double, Long, Date, another content type or a submodel. The model can define a list of submodel definitions.

...

Use submodels to define complex  content types .

Multiexcerpt
MultiExcerptNamesubmodels-introduction

Submodels are useful whenever you need a group of fields more than once. A content type model definition can contain a list of submodel definitions within the  subModels property. Submodels can be used only within the content type where they have been defined.

...