﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13310	full package not displaying all plugins in toolbar	C Dog		"Hi,

I have been working with this issue for a while and i have downloaded the full package from CKEDITOR and I have been doing everything to at least display the Font and Size drop downlist to appears. I first download the standard version and placing the font folder in the ckeditor/plugins folder and then in ckeditor/config.js adding config.extraPlugins = 'font'; 

This did not work, so i downloaded the fullpackage with all the plugins and still the toolbar shows as i have the standard version.

This is my config.js

/**
 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md or http://ckeditor.com/license
 */

CKEDITOR.editorConfig = function( config ) {
	
	// %REMOVE_START%
	// The configuration options below are needed when running CKEditor from source files.
	config.plugins = 'dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,templates,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,horizontalrule,htmlwriter,iframe,wysiwygarea,image,indent,indentblock,indentlist,smiley,justify,menubutton,language,link,list,liststyle,magicline,maximize,newpage,pagebreak,pastetext,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,scayt,stylescombo,tab,table,tabletools,undo,wsc';
	config.skin = 'moono';
	// %REMOVE_END%

	// Define changes to default configuration here. For example:
	// config.language = 'fr';
    // config.uiColor = '#AADC6E';
	//config.extraPlugins = 'font';
	config.autoParagraph = false;
	config.ignoreEmptyParagraph = false;
	config.pasteFromWordPromptCleanup = true;
	config.forcePasteAsPlainText = false;
	config.pasteFromWordRemoveFontStyles = false;
	config.pasteFromWordRemoveStyles = true;
	config.enterMode = CKEDITOR.ENTER_BR;
	config.scayt_autoStartup = true;
};

What can i do to at least either have the Font and Size dropdownlists or have the toolbar contain all features.

Thank you,
Cory
"	Bug	closed	Normal		General		invalid		
