Opened 12 years ago
Closed 12 years ago
#10481 closed Bug (fixed)
extraAllowedContent documentation correction
Reported by: | Matthew Leffler | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Documentation & Samples | Version: | 4.1 |
Keywords: | Cc: |
Description
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
// Editor contents will be: '<h1>Foo</h1><p><b>Bar</b> foo</p>'
This is incorrect since the docs state that 'b i' are allowed via extraAllowedContent
. The behavior is correct, only the docs are incorrect.
The correct contents are
'<h1><i>Foo</i></h1><p><b>Bar</b> foo</p>'
Thanks. In fact, we've got this corrected in repo, but we haven't uploaded new docs build yet.