10 lines
		
	
	
		
			130 B
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			130 B
		
	
	
	
		
			PHP
		
	
	
	
|  | <?php | ||
|  | 
 | ||
|  | /** | ||
|  |  * The defaults for the system settings that are saved in the database. | ||
|  |  */ | ||
|  | return [ | ||
|  | 
 | ||
|  |     'app-editor' => 'wysiwyg' | ||
|  | 
 | ||
|  | ]; |