Standard config
{
"debug": false,
"contextMenu": {
"delete": true,
"compareAndReplace": true,
"changeStatus": {
"OCProperty": "ConceptImStatusFull",
"options": [
{
"label": "draft",
"key": "imext:draft"
},
{
"label": "canceled",
"key": "stat:canceled"
},
{
"label": "usable",
"key": "stat:usable"
},
{
"label": "withheld",
"key": "stat:withheld"
}
]
}
},
"uploadAvatar": {
"org": "${DBKS:BSL_ORGANISATION}",
"endpoint": "${DBKS:BSL_URL}",
"authorization": "${DBKS:BSL_TOKEN}"
},
"map": {
"apiKey": "${DBKS:GOOGLE_MAPS_API_KEY}",
"defaultSinglePointZoom": 14
},
"templatesConfigEndpoint": "${DBKS:CONCEPT_TEMPLATES_CONFIG_URL}",
"lcc": {
"contentProvider": "${DBKS:CA_PROVIDER}"
},
"icp": {
"article": {
"provider": "${DBKS:ICP_PROVIDER}",
"function": "default"
},
"avatar": {
"provider": "${DBKS:ICP_PROVIDER}",
"function": "default"
}
},
"writer": {
"url": "${DBKS:WRITER_URL}"
},
"suggestFields": [
"ConceptName",
"ConceptStatus",
"ConceptImType",
"NavigaUnits",
"NavigaSharedWithOrgs",
"ConceptProvider"
],
"suggestLabels": {
"ConceptName": "Name",
"ConceptStatus": "Status",
"ConceptImType": "Type",
"NavigaUnits": "Units",
"NavigaSharedWithOrgs": "Shared org",
"ConceptProvider": "Provider"
},
"propertyMap": {
"etag": "checksum",
"name": "ConceptName",
"type": "ConceptImType",
"typeFull": "ConceptImTypeFull",
"subtype": "ConceptImSubTypeFull",
"status": "ConceptStatus",
"uuid": "uuid",
"parentUUID": "ConceptBroader",
"created": "created",
"updated": "updated",
"NavigaUnits": "NavigaUnits",
"NavigaSharedWithOrgs": "NavigaSharedWithOrgs",
"replacedby": "ConceptReplacedBy",
"groupType": "ConceptGroupSubTypeFull",
"parent": {
"uuid": "uuid",
"property": "ConceptBroaderRelation",
"name": "ConceptName",
"type": "ConceptImType",
"subtype": "ConceptImSubTypeFull",
"status": "ConceptStatus",
"avatar": {
"property": "ConceptAvatarRelation",
"avatarIdentifier": "uuid",
"uuid": "uuid",
"filename": "WriterFileName"
}
},
"children": {
"uuid": "uuid",
"property": "ConceptNarrowerRelations",
"name": "ConceptName",
"type": "ConceptImType",
"subtype": "ConceptImSubTypeFull",
"status": "ConceptStatus",
"avatar": {
"property": "ConceptAvatarRelation",
"avatarIdentifier": "uuid",
"uuid": "uuid",
"filename": "WriterFileName"
}
},
"associatedWithMe": {
"uuid": "uuid",
"property": "ConceptAssociatedWithMeRelations",
"name": "ConceptName",
"type": "ConceptImType",
"typeFull": "ConceptImTypeFull",
"subtype": "ConceptImSubTypeFull",
"groupType": "ConceptGroupSubTypeFull",
"status": "ConceptStatus",
"avatar": {
"property": "ConceptAvatarRelation",
"avatarIdentifier": "uuid",
"uuid": "uuid",
"filename": "WriterFileName"
}
},
"associatedWith": {
"uuid": "uuid",
"property": "ConceptAssociatedWithRelations",
"name": "ConceptName",
"type": "ConceptImType",
"typeFull": "ConceptImTypeFull",
"subtype": "ConceptImSubTypeFull",
"groupType": "ConceptGroupSubTypeFull",
"status": "ConceptStatus",
"avatar": {
"property": "ConceptAvatarRelation",
"avatarIdentifier": "uuid",
"uuid": "uuid",
"filename": "WriterFileName"
}
},
"articles": {
"property": "ConceptArticleRelations",
"headline": "WriterHeadlines",
"pubdate": "Pubdate",
"author": "WriterAuthors",
"imageIdentifier": "ArticleMetaImageUuids",
"uuid": "uuid"
},
"avatar": {
"property": "ConceptAvatarRelation",
"avatarIdentifier": "uuid",
"uuid": "uuid",
"filename": "WriterFileName"
}
},
"nestedFilters": {
"ConceptArticleRelations": {
"limit": 11,
"sort": {
"index": "Pubdate",
"ascending": false
}
}
},
"conceptTypes": {
"author": {
"id": "author",
"type": "author",
"icon": "user-id"
},
"category": {
"id": "category",
"type": "category",
"icon": "tag"
},
"channel": {
"id": "channel",
"type": "channel",
"icon": "feed"
},
"content-profile": {
"id": "content-profile",
"type": "content-profile",
"icon": "gear"
},
"Geo (polygon)": {
"id": "place-polygon",
"type": "place",
"subtype": "polygon",
"icon": "map"
},
"Geo (position)": {
"id": "place-position",
"type": "place",
"subtype": "position",
"icon": "location"
},
"group": {
"id": "group",
"type": "group",
"icon": "basket"
},
"organisation": {
"id": "organisation",
"type": "organisation",
"icon": "network-3"
},
"person": {
"id": "person",
"type": "person",
"icon": "user"
},
"section": {
"id": "section",
"type": "section",
"icon": "flag"
},
"story": {
"id": "story",
"type": "story",
"icon": "brightness-max"
},
"topic": {
"id": "topic",
"type": "topic",
"icon": "message"
}
},
"sortOptions": [
{
"display": "Alphabetical A-Z",
"field": "ConceptNameString",
"ascending": true
},
{
"display": "Alphabetical Z-A",
"field": "ConceptNameString",
"ascending": false
},
{
"display": "Oldest first",
"field": "updated",
"ascending": true
},
{
"display": "Newest first",
"field": "updated",
"ascending": false
}
],
"filterBaseQuery": "",
"filterOptions": [
{
"display": "Show all types",
"query": "ConceptImType:*"
},
{
"display": "Author",
"query": "ConceptImType: author"
},
{
"display": "Category",
"query": "ConceptImType: category"
},
{
"display": "Channel",
"query": "ConceptImType: channel"
},
{
"display": "Content-profile",
"query": "ConceptImType: content-profile"
},
{
"display": "Geo (polygon)",
"query": "ConceptImType: place AND ConceptImSubTypeFull: x-im/polygon"
},
{
"display": "Geo (position)",
"query": "ConceptImType: place AND ConceptImSubTypeFull: x-im/position"
},
{
"display": "Organisation",
"query": "ConceptImType: organisation"
},
{
"display": "Person",
"query": "ConceptImType: person"
},
{
"display": "Section",
"query": "ConceptImType: section"
},
{
"display": "Story",
"query": "ConceptImType: story"
},
{
"display": "Topic",
"query": "ConceptImType: topic"
}
],
"limitOptions": [
10,
15,
20,
25,
30
]
}
Last updated