area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.72k stars 568 forks source link

fix: remove duplicate extensions already included in the starterKit #2486

Closed Tofandel closed 6 months ago

Tofandel commented 6 months ago

Fixes the warning

[tiptap warn]: Duplicate extension names found: ['hardBreak', 'horizontalRule']. This can lead to issues.

For reference https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/src/starter-kit.ts#L30-L33