Skip to content

Commit

Permalink
Merge pull request #13 from TimothePearce/fix-headings
Browse files Browse the repository at this point in the history
Add the ability to edit content with <h4>, <h5> and <h6> tags
  • Loading branch information
Sebastian Hilger authored Dec 30, 2019
2 parents 4b586d6 + ec40f4c commit 82d1c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default {
new BulletList(),
new CodeBlock(),
new HardBreak(),
new Heading({ levels: [1, 2, 3] }),
new Heading({ levels: [1, 2, 3, 4, 5, 6] }),
new HorizontalRule(),
new ListItem(),
new OrderedList(),
Expand Down

0 comments on commit 82d1c00

Please sign in to comment.