Skip to content

Commit aef4d84

Browse files
committed
chore: remove unsupported option
1 parent d1c9c30 commit aef4d84

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: src/content/editor/extensions/functionality/placeholder.mdx

-12
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,6 @@ Placeholder.configure({
113113
})
114114
```
115115

116-
### considerAnyAsEmpty
117-
118-
Consider any node that is not a leaf or atom as empty for the editor empty check.
119-
120-
Default: `false`
121-
122-
```js
123-
Placeholder.configure({
124-
considerAnyAsEmpty: true,
125-
})
126-
```
127-
128116
### showOnlyWhenEditable
129117

130118
Show decorations only when editor is editable.

0 commit comments

Comments
 (0)