Requirements

Example how to interpret which version that is required, according to Semver (Semver org):

  • ^1.2.3 means "is greater than or equal to 1.2.3 but lower than 2.0.0."

  • ^0.2.3 means "is greater than or equal to 0.2.3 but lower than 0.3.0." (0.x.x is special)

  • 0.0.1 means "is = 0.0.1."

  • 0.14.x || 15.x.x means "version 0.14.x or 15.x.x".

  • Dashboard plugin Writer: ^4.2.0

  • Naviga Photos: ^2.1.2

  • Content Agent 2.1.0

  • Image Content Provider ^1.2.0

  • Status map ^2.2.0

Required

OpenContent configuration

Verify that OpenContent standard config of version 0.11.0 or higher is present in target OC

Modules

modules are handled by Naviga

Utility (^2.3.0)

GUI (^3.0.0)

Actions

For Article Size, Writer 6.4.0 or newer is needed, as well as the Article Size Writer plugin.

Status Map ^2.2.0

Portals

Optional

Portals

Dashboard plugin Writer (^3.0.0 || ^4.0.0)

Article Copy => Display a article copy portal

Used in order to let Writer plugin handle copying of articles

Dashboard plugin Writer (^3.0.0 || ^4.0.0)

Article preview => Display article preview portal

Used to allow a more correct representation of the article to be previewed inside NRP.

*Needs CCA compliant data

Article handler => Display a article handler portal

Used to let Writer dashboard plugin handle create/update articles. Configuration of fields are done in the Writer dashboard plugin. *Needs mapping to allow creation of articles in assignments.

Writer => Writer application portal

Used in my assignments to let Writer dashboard plugin handle the rendering and communication with Writer

Was this helpful?