
| Current Path : /var/www/html/stolberg/web/core/modules/navigation/config/schema/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/stolberg/web/core/modules/navigation/config/schema/navigation.schema.yml |
# Schema for the configuration files of the Navigation module.
navigation.settings:
type: config_object
label: 'Navigation settings'
constraints:
FullyValidatable: ~
mapping:
logo:
type: mapping
label: 'Logo settings'
mapping:
provider:
type: string
label: 'Select Navigation logo handling'
constraints:
Choice:
- default
- hide
- custom
path:
type: string
label: 'Path'
constraints:
NotNull: [ ]
max:
type: mapping
label: 'Logo maximum settings'
mapping:
filesize:
type: integer
label: 'Maximum file sizes (bytes)'
constraints:
NotNull: [ ]
Range:
min: 0
height:
type: integer
label: 'Logo expected height'
constraints:
NotNull: [ ]
Range:
min: 0
width:
type: integer
label: 'Logo expected width'
constraints:
NotNull: [ ]
Range:
min: 0
constraints:
ValidKeys: '<infer>'
constraints:
ValidKeys: '<infer>'
navigation.block_layout:
type: config_object
mapping:
sections:
type: sequence
sequence:
type: layout_builder.section
block.settings.navigation_menu:*:
type: block_settings
label: 'Menu block'
mapping:
level:
type: integer
label: 'Starting level'
depth:
type: integer
label: 'Maximum number of levels'
block.settings.navigation_link:
type: block_settings
label: 'Link block'
mapping:
title:
type: label
label: 'Link title'
uri:
type: string
label: 'URL'
icon_class:
type: string
label: 'Icon CSS Class'
constraints:
Regex:
pattern: '/^[a-z0-9_-]+$/'
message: "The %value icon CSS class is not valid."
constraints:
FullyValidatable: ~