Versions Compared

Key

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

...

Code Block
languageyml
title<magnolia-resource-dir>/light-modules/sample-light-module/templates/components/title.yaml
renderType: spa
title: Title
dialog: sample-light-module:components/title

The mapping itself:

Code Block
title/magnolia-react-tutorial/src/environments/mapping.js
const COMPONENTS = {
    'sample-light-module:components/title': Title,
    'sample-light-module:components/text-image': TextImage,
    'sample-light-module:components/nested': Nested,
    'sample-light-module:components/navigation': Navigation
};

...