Versions Compared

Key

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

...

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
};

Additionally(warning) Additionally, to actually set the mappings, the COMPONENTS object must be passed as an argument of <Page directive>:

...