Accordionsecties in de UI
- Branding & typography
- Global display rules
- Default formats
- LLM configuration
- Uplink API keys
- AI templates
- Theme presets & preview
- Light theme / Dark theme
Admin reference
In Administration → Config beheer je tenant-brede branding, thema, default formats, LLM defaults, AI templates en uplink keys. Deze pagina beschrijft alle hoofdinstellingen en payload-keys.
| UI veld | Payload key | Type | Beschrijving |
|---|---|---|---|
| Tenant name | name | string|null | Weergavenaam van de tenant. |
| Logo (URL of inline SVG) | logoUrl | string|null | Topbar logo; ondersteunt image URL of SVG markup. |
| Google Maps ID | mapId | string|null | Fallback Map ID voor mapwidgets (Advanced Markers). |
| Font family | fontFamily | string|null | Basis fontstack voor UI/body. |
| Heading font family | headingFontFamily | string|null | Optioneel afwijkend font voor headings. |
| Monospace font | monoFontFamily | string|null | Font voor code/mono content. |
| Base font scale | fontScale | number|null | Globale fontschaal, begrensd tussen 0.5 en 2.0. |
pageColorRules (array).value of range.value-rule: string match + kleur.range-rule: min/max + inclusivity + scale (absolute of percent).pageValueRules (array).matchMode: exact of regex.replacementType: text, html, svg, png, icon.caseSensitive, maxHeightEm.defaultChartColors (string[]).Payload pad: defaultFormats.*.
| Key | Type | Beschrijving |
|---|---|---|
numberLocale | string|null | Locale voor getalseparators (bijv. nl-NL). |
numberDigits | string|null | Angular digitsInfo, bijv. 1.0-2. |
currencyCode | string|null | Fallback valuta (bijv. EUR). |
currencyDisplay | symbol/code/symbol-narrow | Valutaweergave. |
dateFormat | string|null | Standaard format voor datums. |
datetimeFormat | string|null | Standaard format voor datetime. |
timeFormat | string|null | Standaard format voor tijdwaarden. |
Payload pad: llm.openai.* en llm.defaults.*.
| Key | Type | Beschrijving |
|---|---|---|
llm.openai.apiKey | string|null | Tenant-specifieke OpenAI API key. |
llm.defaults.model | string|null | Default model voor algemene AI-taken. |
llm.defaults.codeModel | string|null | Optionele model override voor code/introspectie. |
llm.defaults.temperature | number|null | Creativiteitsniveau, 0-2. |
llm.defaults.maxTokens | number|null | Response token cap. |
llm.defaults.maxTotalTokens | number|null | Gecombineerde input/output limiet (indien ondersteund). |
llm.defaults.reasoningEffort | low/medium/high/null | Hint voor reasoning-intensiteit. |
| Key | Beschrijving |
|---|---|
flowOutputStructure | Verwachte output-structuur voor flow generatie. |
flowPromptTemplate | Prompttemplate voor flow generatie. |
reportPromptTemplate | Prompttemplate voor rapportgeneratie. |
automationLlmPromptTemplate | Template voor Autoflow LLMResponse nodes; ondersteunt {{prompt}}. |
Payload key: uplinkApiKeys[].
| Key | Type | Beschrijving |
|---|---|---|
id | string | Unieke key-ID. |
hash | string | Opgeslagen hash van sleutel (geen plaintext). |
createdAt | string | Aanmaakdatum ISO. |
revokedAt | string|undefined | Optionele revoke datum. |
Generate maakt een nieuwe raw key; die is maar één keer zichtbaar.Revoke zet key op ingetrokken status.Remove verwijdert key uit tenantconfig.
Dezelfde keyset bestaat voor theme.light en theme.dark.
Onderstaande keys gelden dus voor beide modi.
| Theme key | Type | Beschrijving |
|---|---|---|
primary, secondary | string|null | Accentkleuren. |
topbarBackground, topbarText, topbarTextHover | string|null | Topbar basisstijl. |
topbarButtonBackground, topbarButtonText, topbarButtonHoverBackground, topbarButtonTextHover | string|null | Topbar knoppenstijl. |
topbarBadgeBackground | string|null | Badge/pill kleur in topbar. |
pageBackground, pageText | string|null | Paginaachtergrond en hoofdtekstkleur. |
link, linkHover, linkActive | string|null | Linkkleuren. |
sidebarBackground, sidebarOpacity, sidebarText, sidebarTextHover, sidebarTextActive | string/number|null | Sidebar kleur en dekking. |
tableHeaderBackground, tableHeaderText, tableHeaderSelectedBackground, tableHeaderSelectedText, tableHeaderHoverBackground | string|null | Tabelheader styling. |
tableCellProgressFill, tableCellProgressOpacity | string/number|null | Progress-balk kleur/dekking in tabellen. |
buttonBackground, buttonText, buttonHoverBackground | string|null | Primaire knopstijl. |
buttonSecondaryBackground, buttonSecondaryText | string|null | Secundaire knopstijl. |
buttonWarnBackground, buttonWarnText | string|null | Warn knopstijl. |
buttonInfoBackground, buttonInfoText | string|null | Info knopstijl. |
buttonDangerBackground, buttonDangerText | string|null | Danger knopstijl. |
buttonErrorBackground, buttonErrorText | string|null | Error knopstijl. |
widgetBackground, widgetOpacity, widgetBorderColor, widgetBorderWidth | string/number|null | Widgetpaneel styling. |
filterSetBackground, filterSetPalette[] | string/array|null | Filterset tegels en kleurpalet. |
glassTint, glassTintStrong, glassHighlight, glassBorder, glassShadow, glassBlur, glassSaturation | string/number|null | Glass-effect instellingen. |
boxShadowOffsetX, boxShadowOffsetY, boxShadowBlur, boxShadowSpread, boxShadowColor, boxShadowOpacity | number/string|null | Schaduwwerking voor panelen/widgets. |