mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 06:31:28 +02:00
update reference
This commit is contained in:
@@ -87,7 +87,7 @@ An optional dictionary of styles to apply to the default block type's placeholde
|
|||||||
|
|
||||||
## Plugin-like Properties
|
## 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.
|
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
|
## Methods
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user