﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5038	Impossible to add new format tag using configuration settings	Wiktor Walc		"To add new [http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.format_tags format_tag] according to the documentation it is enough to add something like:
{{{
config.format_pre = { element : 'pre', attributes : { class : 'code' } };
}}}
in the configuration object.

Unfortunately also a new language entry is needed by the format plugin in the onRender() function:

{{{
if ( tag != currentTag )
	this.setValue( tag, editor.lang.format[ 'tag_' + tag ] );
}}}

Because there are no language entries for ""unknown"" tags, CKEditor is displaying them as ""undefined"" in Format combo box.


This can be solved by #1032 but should be also documented better when #1032 is fixed."	Bug	closed	Normal		General	3.0	wontfix		
