mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	Also updated the setting system with a more sane approach to handling default values. (Now done via the setting-defaults config file)
		
			
				
	
	
		
			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'
 | 
						|
 | 
						|
]; |