privateDitavals - Fluid Topics - 3.7

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.7

The "privateDitavals" parameter is used to define specific private groups that will be assigned to the DITA maps on which the specified DITAVAL will be applied. It is optional.

Example

{
"ui": {
...
},
"khub": {
...
"pafs": {
...
"privateDitavals": {
"ditaval_a": [
"group1",
"developers",
"admin"
],
"ditaval_b": ["admin"]
},
...
}
}
}