10 lines
		
	
	
		
			202 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| 
								 | 
							
								(function(Drupal) {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  Drupal.behaviors.{{ component_machine_name|camelize(false) }} = {
							 | 
						||
| 
								 | 
							
								    attach(context) {
							 | 
						||
| 
								 | 
							
								      console.log('@todo Replace me with the real JS behavior.');
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								  };
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								})(Drupal);
							 |