Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14572 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 14572 Rev 15508
Línea 3... Línea 3...
3
export {
3
export {
4
	axios
4
	axios
5
}
5
}
Línea 6... Línea 6...
6
 
6
 
7
export const CKEDITOR_OPTIONS = {
-
 
8
	startupFocus: 'end',
-
 
9
	allowedContent: false,
-
 
10
	image_previewText: ' ',
7
export const CKEDITOR_OPTIONS = {
11
	toolbarGroups: [
8
	toolbar: [
12
		// { name: 'document',	   groups: [ 'mode', 'document', 'doctools' ] },
9
	  { name: 'editing', items: ['Scayt'] },
13
		// { name: 'clipboard',   groups: [ 'undo' ] },
10
	  { name: 'links', items: ['Link'] },
14
		{ name: 'editing', groups: ['find', 'selection', 'spellchecker'] },
-
 
15
		{ name: 'forms' },
11
	  { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
16
		{ name: 'basicstyles', groups: ['basicstyles', 'cleanup'] },
-
 
17
		{ name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi'] },
12
	  { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
18
		{ name: 'links' },
13
	  '/',
19
		{ name: 'insert' },
14
	  { name: 'insert', items: ['Table', 'HorizontalRule', 'SpecialChar'] },
20
		{ name: 'styles' },
-
 
21
		{ name: 'colors' },
15
	  { name: 'styles', items: ['Styles', 'Format'] },
22
		{ name: 'tools' },
-
 
23
		{ name: 'others' },
16
	  { name: 'tools', items: ['Maximize'] }
24
	],
17
	],
25
	removeButtons: 'Anchor,Scayt',
-
 
26
	removePlugins: 'elementspath,Anchor,wsc,scayt'
18
	heigth: 100
-
 
19
}
27
}
20
 
28
export * from './globals'
21
export * from './globals'