legacy - Fluid Topics - 3.10

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.10

The "legacy" parameter is used to enable the legacy method to upload data to Fluid Topics via the Back Office.

It must be composed of the following value: "FTManager". It is optional. If unset, data upload will only be available using the Process content interface.

Example

{
"ui": {
...
},
"khub": {
...
"pafs": {
...
"legacy": [
"FTManager"
],
...
}
}
}