|
@@ -91,7 +91,7 @@ ClassicEditor
|
|
|
You can use the following snippet to retrieve all toolbar items available in your editor:
|
|
You can use the following snippet to retrieve all toolbar items available in your editor:
|
|
|
|
|
|
|
|
```js
|
|
```js
|
|
|
-Array.from( editor.ui.componentFactory.names );
|
|
|
|
|
|
|
+Array.from( editor.ui.componentFactory.names() );
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Other configuration options
|
|
## Other configuration options
|