mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: disable duplicate link/underline extensions from StarterKit
This commit is contained in:
@@ -231,6 +231,8 @@ export default function AdminNewsCreate() {
|
||||
() => [
|
||||
StarterKit.configure({
|
||||
heading: { levels: [1, 2, 3] },
|
||||
link: false,
|
||||
underline: false,
|
||||
}),
|
||||
UnderlineExtension,
|
||||
LinkExtension.configure({
|
||||
|
||||
Reference in New Issue
Block a user