﻿
//Atere o config.php na pasta ckfinder: linha 56

CKFinder.SetupCKEditor( null, 'ckeditor/ckfinder/' ) ;

CKEDITOR.config.toolbar_Geral =	[ ['Source'],
		['PasteText'], 
		['Undo','Redo'],['Link','Unlink'],
		['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
		  ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
		    ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
		    ['Table'],		
		    ['Format']
			
		];		

CKEDITOR.config.toolbar = 'Geral';
