Details
-
Improvement
-
Resolution: Done
-
Neutral
-
None
-
None
-
None
-
None
Description
On page for Magnolia Vue Editor there are several examples on how to use the package.
In EditorContextHelper.inIframe section: The first line in the example is an import statement from @magnolia/react-editor, which should be @magnolia/vue-editor as the documentation is for Vue Editor. (Notice import statement in previous code example)
Expected
import { EditorContextHelper } from '@magnolia/vue-editor';
Actual
import { EditorContextHelper } from '@magnolia/react-editor';
Checklists
Acceptance criteria