mode - Fluid Topics - 4.0

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
4.0

The "mode" parameter is used to define the type of Fluid Topics portal.

The "mode" parameter is mandatory if the "khub" parameter is present.

It must be configured with one of the following values:

  • "MANAGE": to enable KHUB management from the portal.
  • "CONSUME": to consume a KHUB managed by another portal.

Example

{
"ui": {
...
},
"khub": {
"mode": "MANAGE",
"boProjectName": "Name of the project in the Back Office",
"target": {
"id": 4,
"status": "stable"
},
"pafs": {
"connector": [
"Authorit",
"Dita",
"MapAttachments",
"UnstructuredDocuments"
],
"atict": false,
"dita-ot": "DITA-OT-2.1",
"related_links": "all"
}
}
}