clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# Schema for the configuration files of the Navigation module.
navigation.settings:
type: config_object
label: 'Navigation settings'
mapping:
logo_provider:
type: string
label: 'Select Navigation logo handling'
constraints:
NotNull: []
logo_managed:
type: sequence
label: 'Custom logo'
sequence:
type: integer
logo_max_filesize:
type: integer
label: 'Maximum file sizes (bytes)'
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'