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>'

Change History (1)

comment:1 Changed 12 years ago by Piotrek Koszuliński

Resolution: fixed
Status: newclosed

Thanks. In fact, we've got this corrected in repo, but we haven't uploaded new docs build yet.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy