pafs - Fluid Topics - 4.0

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
4.0

The "pafs" object is used to configure all properties regarding Fluid Topics processing pipes. It expects one or more of the elements detailed in the following sections.

The "pafs" object is mandatory if the "mode" parameter is set to "MANAGE".

Example

{
"ui": {
...
},
"khub": {
"mode": "MANAGE",
"boProjectName": "Name of the project in the Back Office",
"target": {
"id": 4,
"status": "stable"
},
"pafs": {
"connector": [
"Authorit",
"Dita",
"Ftml",
"UnstructuredDocuments",
"MapAttachments"
],
"legacy": ["FTManager"],
"ditamaps": [
"ditamap_1",
"ditamap_2",
"ditamap_3"
],
"related_links": "reltable|none|all",
"ditaot_max_memory": "INTEGER",
"privateDitavals": {
"group1": [
"group1",
"unknown",
"interesting"
],
"group2": ["group2"]
},
"dita-ot": "DITA-OT-1.7",
"generate_tasks_heading": true|false,
"transtype": "DITA_OT_custom_plugin_transformation_type"
}
}
}