Admin reference

Tenant Config: complete settings 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.

1. Config onderdelen

Tenant config scherm
Tenant Configuration met accordion-secties.

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

2. Branding & typography

UI veld Payload key Type Beschrijving
Tenant namenamestring|nullWeergavenaam van de tenant.
Logo (URL of inline SVG)logoUrlstring|nullTopbar logo; ondersteunt image URL of SVG markup.
Google Maps IDmapIdstring|nullFallback Map ID voor mapwidgets (Advanced Markers).
Font familyfontFamilystring|nullBasis fontstack voor UI/body.
Heading font familyheadingFontFamilystring|nullOptioneel afwijkend font voor headings.
Monospace fontmonoFontFamilystring|nullFont voor code/mono content.
Base font scalefontScalenumber|nullGlobale fontschaal, begrensd tussen 0.5 en 2.0.

3. Global display rules

Page color rules

  • Key: pageColorRules (array).
  • Rule kinds: value of range.
  • value-rule: string match + kleur.
  • range-rule: min/max + inclusivity + scale (absolute of percent).

Page value rules

  • Key: pageValueRules (array).
  • matchMode: exact of regex.
  • replacementType: text, html, svg, png, icon.
  • Optioneel: caseSensitive, maxHeightEm.

Default chart colors

  • Key: defaultChartColors (string[]).
  • Wordt gebruikt als pages geen eigen kleurenpalet hebben.
  • Toepassing op datasets in volgorde (1, 2, 3, ...).

JSON editors

  • UI bevat zowel formulier als raw JSON textareas.
  • Beide blijven in sync voor copy/paste workflows.
  • Ongeldige JSON blokkeert opslaan met validatiebericht.

4. Default formats

Payload pad: defaultFormats.*.

Key Type Beschrijving
numberLocalestring|nullLocale voor getalseparators (bijv. nl-NL).
numberDigitsstring|nullAngular digitsInfo, bijv. 1.0-2.
currencyCodestring|nullFallback valuta (bijv. EUR).
currencyDisplaysymbol/code/symbol-narrowValutaweergave.
dateFormatstring|nullStandaard format voor datums.
datetimeFormatstring|nullStandaard format voor datetime.
timeFormatstring|nullStandaard format voor tijdwaarden.

5. LLM configuration

Payload pad: llm.openai.* en llm.defaults.*.

Key Type Beschrijving
llm.openai.apiKeystring|nullTenant-specifieke OpenAI API key.
llm.defaults.modelstring|nullDefault model voor algemene AI-taken.
llm.defaults.codeModelstring|nullOptionele model override voor code/introspectie.
llm.defaults.temperaturenumber|nullCreativiteitsniveau, 0-2.
llm.defaults.maxTokensnumber|nullResponse token cap.
llm.defaults.maxTotalTokensnumber|nullGecombineerde input/output limiet (indien ondersteund).
llm.defaults.reasoningEffortlow/medium/high/nullHint voor reasoning-intensiteit.

6. AI templates

Key Beschrijving
flowOutputStructureVerwachte output-structuur voor flow generatie.
flowPromptTemplatePrompttemplate voor flow generatie.
reportPromptTemplatePrompttemplate voor rapportgeneratie.
automationLlmPromptTemplateTemplate voor Autoflow LLMResponse nodes; ondersteunt {{prompt}}.

8. Theme key reference (light & dark)

Dezelfde keyset bestaat voor theme.light en theme.dark. Onderstaande keys gelden dus voor beide modi.

Theme key Type Beschrijving
primary, secondarystring|nullAccentkleuren.
topbarBackground, topbarText, topbarTextHoverstring|nullTopbar basisstijl.
topbarButtonBackground, topbarButtonText, topbarButtonHoverBackground, topbarButtonTextHoverstring|nullTopbar knoppenstijl.
topbarBadgeBackgroundstring|nullBadge/pill kleur in topbar.
pageBackground, pageTextstring|nullPaginaachtergrond en hoofdtekstkleur.
link, linkHover, linkActivestring|nullLinkkleuren.
sidebarBackground, sidebarOpacity, sidebarText, sidebarTextHover, sidebarTextActivestring/number|nullSidebar kleur en dekking.
tableHeaderBackground, tableHeaderText, tableHeaderSelectedBackground, tableHeaderSelectedText, tableHeaderHoverBackgroundstring|nullTabelheader styling.
tableCellProgressFill, tableCellProgressOpacitystring/number|nullProgress-balk kleur/dekking in tabellen.
buttonBackground, buttonText, buttonHoverBackgroundstring|nullPrimaire knopstijl.
buttonSecondaryBackground, buttonSecondaryTextstring|nullSecundaire knopstijl.
buttonWarnBackground, buttonWarnTextstring|nullWarn knopstijl.
buttonInfoBackground, buttonInfoTextstring|nullInfo knopstijl.
buttonDangerBackground, buttonDangerTextstring|nullDanger knopstijl.
buttonErrorBackground, buttonErrorTextstring|nullError knopstijl.
widgetBackground, widgetOpacity, widgetBorderColor, widgetBorderWidthstring/number|nullWidgetpaneel styling.
filterSetBackground, filterSetPalette[]string/array|nullFilterset tegels en kleurpalet.
glassTint, glassTintStrong, glassHighlight, glassBorder, glassShadow, glassBlur, glassSaturationstring/number|nullGlass-effect instellingen.
boxShadowOffsetX, boxShadowOffsetY, boxShadowBlur, boxShadowSpread, boxShadowColor, boxShadowOpacitynumber/string|nullSchaduwwerking voor panelen/widgets.