Config

General config

{
    "lcc": {
        "provider": "__INSERT_LCC_PROVIDER__" // name of content agent provider
    },
    "icp": {
        "provider": "__INSERT_ICP_PROVIDER__", // name of image provider
        "thumbnail": "default"
    },
    "displayPublishedFilter": true, // wheter to display if a article is published or not
    "defaultListLimit": 30 // the default limit on an list
}

Property mapper

List

{
    "products": "Products",
    "checksum": "checksum",
    "uuid": "uuid",
    "limit": "ListItemLimit",
    "created": "created",
    "updated": "updated",
    "contentType": "contenttype",
    "name": "Name",
    "description": "Description",
    "type": "Type",
    "contentUuids": "ListContentUuids",
    "xml": "ListXML",
    "units": "NavigaUnits",
    "package": {
        "property": "PackageRelations"
    },
    "contentArticles": {
        "property": "ArticleRelations"
    },
    "contentPackages": {
        "property": "ContentPackageRelations"
    },
    "contentLists": {
        "property": "ContentListRelations"
    }
}

Package

Article

Products

Template config

Item

Cover

Product icons

List Options

Package Options

Article options

Last updated

Was this helpful?