Fixes #354, Adds the spellchecker option
Uses the browser_spellchecker option documented here - https://www.tinymce.com/docs/configure/spelling/#browser_spellcheck
This commit is contained in:
		
							parent
							
								
									cc0ce7c630
								
							
						
					
					
						commit
						29a4110d8f
					
				| 
						 | 
				
			
			@ -68,6 +68,7 @@ export default function() {
 | 
			
		|||
            window.baseUrl('/libs/material-design-iconic-font/css/material-design-iconic-font.min.css')
 | 
			
		||||
        ],
 | 
			
		||||
        body_class: 'page-content',
 | 
			
		||||
        browser_spellcheck: true,
 | 
			
		||||
        relative_urls: false,
 | 
			
		||||
        remove_script_host: false,
 | 
			
		||||
        document_base_url: window.baseUrl('/'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue