Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										17
									
								
								web/core/modules/menu_ui/migrations/menu_settings.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								web/core/modules/menu_ui/migrations/menu_settings.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,17 @@
 | 
			
		||||
# The menu migration is in the system module and the menu_links migration is in the menu_link_content module.
 | 
			
		||||
id: menu_settings
 | 
			
		||||
label: Menu UI configuration
 | 
			
		||||
migration_tags:
 | 
			
		||||
  - Drupal 6
 | 
			
		||||
  - Drupal 7
 | 
			
		||||
  - Configuration
 | 
			
		||||
source:
 | 
			
		||||
  plugin: variable
 | 
			
		||||
  variables:
 | 
			
		||||
    - menu_override_parent_selector
 | 
			
		||||
  source_module: menu
 | 
			
		||||
process:
 | 
			
		||||
  override_parent_selector: menu_override_parent_selector
 | 
			
		||||
destination:
 | 
			
		||||
  plugin: config
 | 
			
		||||
  config_name: menu_ui.settings
 | 
			
		||||
@ -0,0 +1,5 @@
 | 
			
		||||
finished:
 | 
			
		||||
  6:
 | 
			
		||||
    menu: menu_ui
 | 
			
		||||
  7:
 | 
			
		||||
    menu: menu_ui
 | 
			
		||||
		Reference in New Issue
	
	Block a user