12 lines
		
	
	
		
			295 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			295 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| return [
 | |
|     '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
 | |
|     'filename' => 'plugins://langswitcher/langswitcher.yaml',
 | |
|     'modified' => 1582124791,
 | |
|     'data' => [
 | |
|         'enabled' => true,
 | |
|         'built_in_css' => true,
 | |
|         'untranslated_pages_behavior' => 'none'
 | |
|     ]
 | |
| ];
 |