-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method signatures for the CKEDITOR.htmlDataProcessor
class don't match the editor.dataProcessor
API
#5387
Labels
status:confirmed
An issue confirmed by the development team.
type:docs
The issue is related to documentation
Comments
Thanks @Enquier, indeed I see that these signatures don't match with the ckeditor4/core/htmldataprocessor.js Lines 211 to 238 in b520aa2
I'm wondering if these couldn't be inherited using the @inheritdoc feature.
|
jacekbogdanski
changed the title
method signatures for htmlDataProcessor are incorrect
Method signatures for the Dec 6, 2022
CKEDITOR.htmlDataProcessor class don't match the
editor.dataProcessor` API
jacekbogdanski
changed the title
Method signatures for the
Method signatures for the Dec 6, 2022
CKEDITOR.htmlDataProcessor class don't match the
editor.dataProcessor` APICKEDITOR.htmlDataProcessor
class don't match the editor.dataProcessor
API
jacekbogdanski
added
the
status:confirmed
An issue confirmed by the development team.
label
Dec 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status:confirmed
An issue confirmed by the development team.
type:docs
The issue is related to documentation
Type of report
Docs
Provide a description of requested docs changes
The method signatures of the htmlDataProcesser were updated in 4.3.0, but the documentation still shows the older "backwards compatible" method signatures
See:
https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_htmlDataProcessor.html#method-toHtml
which has the now "options" field instead populated by an array.
The text was updated successfully, but these errors were encountered: