utilikit-1.0.0/config/schema/utilikit.schema.yml
config/schema/utilikit.schema.yml
utilikit.settings:
type: config_object
label: 'UtiliKit settings'
mapping:
rendering_mode:
type: string
label: 'Rendering mode'
css_generation_mode:
type: string
label: 'CSS generation mode'
inline_mode_use_important:
type: boolean
label: 'Use !important in inline mode'
scope:
type: string
label: 'Scope of generated CSS (global, theme, or component)'
description: 'Determines how broadly UtiliKit utility classes are applied.'
cache_enabled:
type: boolean
label: 'Enable CSS caching'
description: 'If enabled, UtiliKit caches generated CSS for faster performance.'
breakpoints:
type: sequence
label: 'Breakpoints'
sequence:
type: string
label: 'Breakpoint key'
active_breakpoints:
type: sequence
label: 'Active breakpoints'
sequence:
type: string
label: 'Active breakpoint'
