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)

Dashboard Utility/Helpers core module

GUI (^3.0.0)

Dashboard GUI/Style-Guide core module

Actions

Writer 6.5.1, 6.4.1, 6.3.5, 6.2.2 or newer is required

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

  • Image search handler => A portal to search for images.

  • Image gallery handler => A portal to handle displaying images and render them in a grid.

  • Image metadata handler => A portal to handle images metadata.

  • Image upload handler => A portal to handle upload images.

Optional

Portals

Last updated

Was this helpful?