1.0.6 • Published 2 months ago

artigio-cms-parser v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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
1.0.6

2 months ago

1.0.5

3 months ago

1.0.4

5 months ago

1.0.3

7 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago