Skip to content

Commit 6e17a7a

Browse files
committed
Localized Tiptap extension group name
1 parent 402112d commit 6e17a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/rte/tiptap/extensions/core/manifests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
136136
meta: {
137137
icon: 'icon-subscript',
138138
label: 'Subscript',
139-
group: 'Text Formatting',
139+
group: '#tiptap_extGroup_formatting',
140140
},
141141
},
142142
{
@@ -149,7 +149,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
149149
meta: {
150150
icon: 'icon-superscript',
151151
label: 'Superscript',
152-
group: 'Text Formatting',
152+
group: '#tiptap_extGroup_formatting',
153153
},
154154
},
155155
{

0 commit comments

Comments
 (0)