Versions Compared

Key

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

...

  • Angular renderer.
  • React renderer.
  • Magnolia Template Annotations. The annotations make content from a front-end project editable in Magnolia. This is achieved by injecting annotations (HTML comments) around components/templates which the Magnolia Page Editor transforms into controls for web content editors.

Installing and usage

For more information on how to install and use these helper libraries, click the following links:

...

Front-end helpers in Magnolia example SPA pages

You don't need to include these helpers manually if If you would like to try out our example Angular and React SPA demo pages,:

you don't need to include the helpers in them since the required dependencies are already declared in the configuration files of these minimal tutorial apps:

Angular renderer (on line 22):

...

linenumberstrue
urlhttps://git.magnolia-cms.com/users/rsiska/repos/spa-angular-minimal/raw/package.json?at=refs%2Fheads%2Fmaster

React renderer (on line 6):

...

Each of these two example SPA pages already include required dependencies to the helper libraries.