Skip to content

Commit 6151a00

Browse files
committed
Update README
1 parent a63ac0c commit 6151a00

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ tiptap:
5858
- codeBlock
5959
- horizontalRule
6060
- removeFormatting
61-
# Custom buttons (configured in config.php):
62-
- twoColumn
63-
# Divider:
61+
# Divider: (as many as you want)
6462
- "|"
6563
```
6664
@@ -74,7 +72,7 @@ fields:
7472
counter: false # disable character counter
7573
size: small # small, medium, large, huge or the default auto
7674
spellcheck: false # disable spellcheck
77-
pretty: true # pretty-print JSON in content file
75+
pretty: true # pretty-print JSON in content file (incompatible with structure fields)
7876
links:
7977
# Set link types in the link dialog
8078
options:
@@ -113,9 +111,6 @@ fields:
113111
- tiptap # Add the Tiptap block
114112
- image
115113
```
116-
```
117-
118-
### Template
119114
120115
```php
121116
// Basic usage

0 commit comments

Comments
 (0)