Standard config
{
"generalConfig": {
"writer": {
"url": "${DBKS:WRITER_URL}"
},
"lcc": {
"provider": "${DBKS:CA_PROVIDER}"
},
"icp": {
"provider": "${DBKS:ICP_PROVIDER}",
"thumbnail": "default"
},
"displayPublishedFilter": true,
"defaultListLimit": 30
},
"productsConfig": [
{
"name": "Example-single-group",
"value": [
"esg"
]
},
{
"name": "Example-multi-group",
"value": [
"emg-1",
"emg-2"
]
}
],
"listPropertyMapper": {
"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"
}
},
"packagePropertyMapper": {
"products": "Products",
"checksum": "checksum",
"uuid": "uuid",
"contentType": "contenttype",
"created": "created",
"updated": "updated",
"name": "Name",
"type": "Type",
"category": "PackageCategory",
"coverUuid": "PackageCoverArticleUuid",
"published": "PackagePublished",
"pubStatus": "PackagePubStatus",
"pubStart": "PackagePubStart",
"pubStop": "PackagePubStop",
"listUuid": "PackageListUuid",
"xml": "PackageXML",
"units": "NavigaUnits",
"cover": {
"property": "CoverArticleRelation"
},
"list": {
"property": "ListRelation"
}
},
"articlePropertyMapper": {
"uuid": "uuid",
"contentType": "contenttype",
"headline": "WriterHeadlines",
"section": "ArticleMetaSections",
"imageIdentifier": "ArticleMetaImageUuids",
"hasPublishedVersion": "WriterHasPublishedVersion",
"coverImageIdentifier": "ArticleMetaImageUuids",
"coverHeadline": "WriterHeadlines",
"coverBody": "ArticleMetaSections",
"pubStatus": "WriterPubStatus"
},
"itemTemplateConfig": {
"title": [
{
"key": "headline"
}
],
"body": [
{
"key": "section"
}
],
"imageIdentifier": {
"key": "imageIdentifier"
}
},
"coverTemplateConfig": {
"title": [
{
"key": "coverHeadline"
}
],
"body": [
{
"key": "coverBody"
}
],
"imageIdentifier": {
"key": "coverImageIdentifier"
}
},
"productIconsConfig": [],
"listConfig": {
"search": {
"sortProperty": "updated",
"suggestQuery": "contenttype: List",
"filterQuery": "contenttype: List AND metadata_mimetype: infomaker/list-2.0",
"suggestFields": [],
"labels": {
"_all": "Fritext"
},
"keysToFetch": []
},
"types": [
{
"name": "Lista",
"value": "list"
}
]
},
"packageConfig": {
"search": {
"suggestQuery": "contenttype: Package",
"filterQuery": "contenttype: Package AND metadata_mimetype: infomaker/package-1.0",
"suggestFields": [],
"labels": {
"_all": "Fritext"
},
"keysToFetch": []
},
"types": [
{
"name": "__TypeWithCategory__",
"value": "__TypeWithCategoryValue__",
"categories": [
{
"name": "__CategoryName__",
"value": "__CateogoryValue__"
}
]
},
{
"name": "__Type__",
"value": "__TypeValue__",
"categories": []
}
]
},
"articleConfig": {
"keysToFetch": []
},
"debug": false
}
Last updated