We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402112d commit 6e17a7aCopy full SHA for 6e17a7a
src/packages/rte/tiptap/extensions/core/manifests.ts
@@ -136,7 +136,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
136
meta: {
137
icon: 'icon-subscript',
138
label: 'Subscript',
139
- group: 'Text Formatting',
+ group: '#tiptap_extGroup_formatting',
140
},
141
142
{
@@ -149,7 +149,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
149
150
icon: 'icon-superscript',
151
label: 'Superscript',
152
153
154
155
0 commit comments