@ -472,7 +472,7 @@ For a more advanced usage you can rely on the [Style Manager API] to perform dif
},
},
})
})
```
```
* Adding new types.
* [Adding new types](#adding-new-types).
@ -480,7 +480,43 @@ For a more advanced usage you can rely on the [Style Manager API] to perform dif
## Customization
## Customization
The default types should cover most of the common styling properties but in case you need a more advanced control over styling you can define your own types or even create a completely custom Style Manager UI from scratch.
### Adding new types
In order to add a new type you have to use the `styleManager.addType` API call and indicate all the necessary methods to make it work properly with the editor. Here an example of implementation by using the native `range` input.