Versions Compared

Key

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

...

In the context of the content editor app, each item (e.g. a story in the stories-app) is a   composition  of N  blocks of editable content, such as  <hx> headings and  <p>  paragraphs, complemented by meta information such as the required fields for a  lead text and a  title of the story:


Anchor
node-types
node-types

Required node types

The content editor UI expects nodes of the type mgnl:composition and mgnl:block. These node types are defined in the file content-editor-nodetypes.xml which resides in the magnolia-content-editor submodule. 

Hoewever, registration of these node types is handled by the stories-app or the article-editor via the XML-based module descriptor.

Dependencies on the content editor modules

...

  • the stories workspace provided by the stories-app module,  
  • the articles workspace provided by the article-editor module,  
  • or a custom workspace defined by your custom module.

Multilingual content

The Content editor and the Stories app don't yet support multi-language content.

Defining a custom content editor app

...