Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML Wrap
alignright
classmenu

Related topics:

Magnolia front-end helpers are collections is a collection of JavaScript libraries that enable easy integration of single-page applications in the Magnolia Pages app. Currently, the helpers consist of the following:

Magnolia provides the following helper libraries:

  • Angular editor
  • React editorTwo helper renderers:
  • React renderer
  • Angular 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 which the Magnolia Page

...

editor transforms into controls for web content editors.

The helpers are available from our bitbucket repository: https://git.magnolia-cms.com/scm/modules/frontend-helpers.git

Table of Contents

Installing and usage

You can add the libraries to your JavaScript project by installing them as project dependencies. The libraries have the following npm package names:

  • @magnolia/angular-editor
  • @magnolia/react-editor
  • @magnolia/template-annotations

For information on how to To get more information on how to install and use these helper libraries, click see the following linksREADME files available in our frontend-helpers repository:

On npmjs.com, the helpers have the following package names:

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

Example SPA projects built with front-end helpers

To see how these libraries can be used, check out our example projects. The projects already include the required dependencies to the helper libraries.

React renderer (on line 6):

...