Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stzouvaras authored Nov 25, 2024
1 parent ca647fb commit e02c3a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wiki/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,17 @@ You can configure the *RQESConfig*, which implements the EudiRQESUiConfig interf
```
class RQESConfigImpl : EudiRQESUiConfig {
// Optional. Default English translations will be used if not set.
override val translations: Map<String, Map<LocalizableKey, String>> get()
// Optional. Default theme will be used if not set.
override val themeManager: ThemeManager get()
override val rqesServiceConfig: RqesServiceConfig get()
override val qtsps: List<QtspData> get()
// Optional. Default is false.
override val printLogs: Boolean get()
}
```
Expand Down

0 comments on commit e02c3a1

Please sign in to comment.