You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mabryl opened this issue
Dec 22, 2023
· 0 comments
Assignees
Labels
squad:qaIssue to be handled by the QA team.support:2An issue reported by a commercially licensed client.type:docsThis issue reports a task related to documentation (e.g. an idea for a guide).
import { UIModel, addListToDropdown, createDropdown } from '@ckeditor/ckeditor5-ui';
The issue is that there is no UIModel in the @ckeditor/ckeditor5-ui package.
The import could be altered to look like this:
import { Model as UIModel, createDropdown, addListToDropdown } from '@ckeditor/ckeditor5-ui';
The text was updated successfully, but these errors were encountered:
mabryl
added
type:docs
This issue reports a task related to documentation (e.g. an idea for a guide).
support:2
An issue reported by a commercially licensed client.
labels
Dec 22, 2023
squad:qaIssue to be handled by the QA team.support:2An issue reported by a commercially licensed client.type:docsThis issue reports a task related to documentation (e.g. an idea for a guide).
📝 Provide a description of requested docs changes
In the Creating a custom thread view with a new template guide there's an incorrect import in one of the code snippets.
Currently the import statement looks as follows:
The issue is that there is no
UIModel
in the@ckeditor/ckeditor5-ui
package.The import could be altered to look like this:
The text was updated successfully, but these errors were encountered: