mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 11:42:53 +02:00
Add missing next property in rules (#2953)
This commit is contained in:
@@ -81,6 +81,7 @@ A dictionary of inlines by type, each with its own set of validation rules.
|
|||||||
first: Object|Array,
|
first: Object|Array,
|
||||||
isVoid: Boolean,
|
isVoid: Boolean,
|
||||||
last: Object|Array,
|
last: Object|Array,
|
||||||
|
next: Object|Array,
|
||||||
marks: Array,
|
marks: Array,
|
||||||
match: Object|Array,
|
match: Object|Array,
|
||||||
nodes: Array,
|
nodes: Array,
|
||||||
|
Reference in New Issue
Block a user