Make property CKEditorPremiumFeatures
non-nullable if premium: true
is passed
#24
Milestone
CKEditorPremiumFeatures
non-nullable if premium: true
is passed
#24
Nothing critical, but it'll improve DX a bit. We need to adjust this line:
https://github.com/ckeditor/ckeditor5-integrations-common/blob/master/src/cdn/loadCKEditorCloud.ts#L117
To make it non-nullable if
premium: true
is passed here:https://github.com/ckeditor/ckeditor5-integrations-common/blob/master/src/cdn/loadCKEditorCloud.ts#L150
It may be a good idea to improve,
ckbox
typing too.The text was updated successfully, but these errors were encountered: