Initial Drupal 11 with DDEV setup
This commit is contained in:
		@ -0,0 +1 @@
 | 
			
		||||
override_parent_selector: false
 | 
			
		||||
							
								
								
									
										25
									
								
								web/core/modules/menu_ui/config/schema/menu_ui.schema.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								web/core/modules/menu_ui/config/schema/menu_ui.schema.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,25 @@
 | 
			
		||||
# Schema for configuration files of the Menu UI module.
 | 
			
		||||
 | 
			
		||||
menu_ui.settings:
 | 
			
		||||
  type: config_object
 | 
			
		||||
  label: 'Menu settings'
 | 
			
		||||
  constraints:
 | 
			
		||||
    FullyValidatable: ~
 | 
			
		||||
  mapping:
 | 
			
		||||
    override_parent_selector:
 | 
			
		||||
      type: boolean
 | 
			
		||||
      label: 'Override parent selector'
 | 
			
		||||
 | 
			
		||||
node.type.*.third_party.menu_ui:
 | 
			
		||||
  type: mapping
 | 
			
		||||
  label: 'Per-content type menu settings'
 | 
			
		||||
  mapping:
 | 
			
		||||
    available_menus:
 | 
			
		||||
      type: sequence
 | 
			
		||||
      label: 'Available menus'
 | 
			
		||||
      sequence:
 | 
			
		||||
        type: string
 | 
			
		||||
        label: 'Menu machine name'
 | 
			
		||||
    parent:
 | 
			
		||||
      type: string
 | 
			
		||||
      label: 'Parent'
 | 
			
		||||
		Reference in New Issue
	
	Block a user