artigio-cms-parser
v1.0.6
Published
ArtigioCMS Tools
Downloads
13
Readme
Artigio CMS Parser
Getting started
Installation
Install artigio cms parser with npm
npm install artigio-cms-parserUsage/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 jsonkeyPrefix- string prefixdefaultLanguage- string, tag from artigio e.g. "PL", "EN"assetsPath- path to assets dictionary or url to cdn
