Customizing DatafariUI - Not connected user banner
Valid from Datafari 6.2 (UI v2 1.1.2)
You can display or not a “Not connected user” banner like this above the results list:
The related parameter in ui-config.json file is:
"center": {
"main": [
{
"type": "NotConnectedUser",
"displayNotConnectedUserWarning": true
},
...
]
}
, multiple selections available,