1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 21:51:51 +02:00

update reference

This commit is contained in:
Ian Storm Taylor
2016-07-12 10:43:24 -07:00
parent 713a7ab4d0
commit 1e4f1e48c4

View File

@@ -87,7 +87,7 @@ An optional dictionary of styles to apply to the default block type's placeholde
## Plugin-like Properties
In addition to its own properties, the editor allows passing any of the properties that a [`Plugin`](../plugins) defines as well.
In addition to its own properties, the editor allows passing any of the properties that a [plugin](../plugins/plugins.md) defines as well.
These properties are actually just a convenience—an implicit plugin defintion. Internally, they are grouped together and turned into a plugin that is given first priority in the plugin stack.
@@ -121,6 +121,8 @@ const plugins = [
/>
```
To see how these properties behave, check out the [Plugins reference](../plugins/plugins.md).
## Methods