Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

This page describes a concept for requesting and rendering content snippets smaller than complete page such as areas or components.

Devstatus
Statusimplemented
Target4.3

URI to components returns a rendered component or snippet

Officialdocu
0Integration options > Web services, AJAX and snippets
1http://wiki.magnolia-cms.com/display/DOCS45/Integration+options#Integrationoptions-WebservicesAJAXandsnippets

Rationale

Scenarios where you may want to render a content snippets or a component:

  • AJAX calls (reload of components)
  • Integration in other frameworks

Goals

  • Allow URI to components/areas

Implementation

  • Use component definitions/renderer if the content type is mgln:contentNode
  • Delegate this to the rendering engine

...