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
In the documentation we say that this is the way to retrieve all available component names:
Array.from(editor.ui.componentFactory.names())
Unfortunately, right now it prints out all names lowercased. This can be a bit confusing, especially that in the docs we also list names of these components and we use the format how they are supposed to be names.
The text was updated successfully, but these errors were encountered:
In the documentation we say that this is the way to retrieve all available component names:
Unfortunately, right now it prints out all names lowercased. This can be a bit confusing, especially that in the docs we also list names of these components and we use the format how they are supposed to be names.
The text was updated successfully, but these errors were encountered: