Skip to content

WebProSoftware/artigio-parser

Repository files navigation

Artigio CMS Parser

Getting started

Installation

Install artigio cms parser with npm

  npm install artigio-cms-parser

Usage/Examples

Init app example

Initialize

const artigio = new ArtigioParser({
        dataJson: window.common.presentationJson,
        keyPrefix: "project-appName-",
        assetsPath: window.common.presentationAssetsPath
});

Options:

  • dataJson - artigio presentation file parsed to json
  • keyPrefix - string prefix
  • defaultLanguage - string, tag from artigio e.g. "PL", "EN"
  • assetsPath - path to assets dictionary or url to cdn

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published