UiConfiguration Data Type
- Available Since
- 1.4-M1
| name | data type | description |
|---|---|---|
| appletFindEnabled | boolean | |
| applicationUrl | string | |
| disableEasterEggs | boolean | |
| disableRegistration | boolean | |
| showFindArtifacts | boolean |
Example
{
"showFindArtifacts" : true,
"appletFindEnabled" : true,
"disableEasterEggs" : true,
"applicationUrl" : "...",
"disableRegistration" : true
}