[TS] EditorConfig misses licenseKey
('licenseKey' does not exist in type 'EditorConfig'
)
#13906
Labels
domain:ts
squad:core
Issue to be handled by the Core team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
ClassicEditor
as, for example, given in Overview - CKEditor 5 Documentation.✔️ Expected result
Given the
licenseKey
as option, it compiles successfully.❌ Actual result
It fails to compile as
licenseKey
is not part of EditorConfig.More Notes
Possibly related to:
licenseKey
,sidebar
,presenceList
#7603Also note, that this is a migration issue, when coming from typings at DefinitelyTyped, where
EditorConfig
had alicenseKey
:(I think in previous versions, it even got marked as "required" property, why we still have it in our code.)
Workaround for us
We don't need the
licenseKey
(yet) and may safely skip it.📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: