Initial Drupal 11 with DDEV setup

This commit is contained in:
gluebox
2025-10-08 11:39:17 -04:00
commit 89ef74b305
25344 changed files with 2599172 additions and 0 deletions

View File

@ -0,0 +1,40 @@
# Schema for the configuration files of the Olivero theme.
olivero.settings:
type: theme_settings
label: 'olivero settings'
mapping:
third_party_settings:
type: mapping
label: 'Third party settings'
mapping:
shortcut:
type: mapping
label: 'Shortcut'
mapping:
module_link:
type: boolean
label: 'Module Link'
mobile_menu_all_widths:
type: integer
label: 'Mobile menu all widths'
constraints:
Choice:
# @see olivero_preprocess_html()
# Set to 1 to enable the mobile menu toggle at all widths.
choices:
- 0
- 1
site_branding_bg_color:
type: string
label: 'Site branding background color'
constraints:
Choice:
# @see olivero_form_system_theme_settings_alter()
choices:
- "default"
- "gray"
- "white"
base_primary_color:
type: color_hex
label: 'Base Primary Color'