|
|
@@ -205,9 +205,10 @@ export default class BalloonEditor extends Editor {
|
|
|
} )
|
|
|
.then( () => {
|
|
|
if ( !isElement( sourceElementOrData ) && config.initialData ) {
|
|
|
+ // Documented in core/editor/editorconfig.jdoc.
|
|
|
throw new CKEditorError(
|
|
|
'editor-create-initial-data: ' +
|
|
|
- 'EditorConfig#initialData cannot be used together with initial data passed in Editor#create()'
|
|
|
+ 'The config.initialData option cannot be used together with initial data passed in Editor.create().'
|
|
|
);
|
|
|
}
|
|
|
|