|  | @@ -158,6 +158,8 @@ export default {
 | 
	
		
			
				|  |  |          default_link_target: '_blank',
 | 
	
		
			
				|  |  |          link_title: false,
 | 
	
		
			
				|  |  |          nonbreaking_force_tab: true, // inserting nonbreaking space   need Nonbreaking Space Plugin
 | 
	
		
			
				|  |  | +        fontsize_formats: '10pt 12pt 14pt 16pt 18pt 22pt 24pt 26pt 28pt 30pt 32pt 34pt 36pt 38pt 40pt 50pt 60pt',
 | 
	
		
			
				|  |  | +        content_style: 'body { font-size: 14pt; }', // 默认字体大小
 | 
	
		
			
				|  |  |          init_instance_callback: (editor) => {
 | 
	
		
			
				|  |  |            if (_this.value) {
 | 
	
		
			
				|  |  |              editor.setContent(_this.value)
 |