@@ -11,7 +11,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
11
11
meta : {
12
12
icon : 'icon-blockquote' ,
13
13
label : 'Blockquote' ,
14
- group : 'Content Structure ' ,
14
+ group : '#tiptap_extGroup_structure ' ,
15
15
} ,
16
16
} ,
17
17
{
@@ -24,7 +24,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
24
24
meta : {
25
25
icon : 'icon-bold' ,
26
26
label : 'Bold' ,
27
- group : 'Text Formatting ' ,
27
+ group : '#tiptap_extGroup_formatting ' ,
28
28
} ,
29
29
} ,
30
30
{
@@ -37,7 +37,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
37
37
meta : {
38
38
icon : 'icon-code' ,
39
39
label : 'Code Block' ,
40
- group : 'Content Structure ' ,
40
+ group : '#tiptap_extGroup_structure ' ,
41
41
} ,
42
42
} ,
43
43
{
@@ -49,7 +49,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
49
49
meta : {
50
50
icon : 'icon-embed' ,
51
51
label : '#general_embed' ,
52
- group : 'Media and Embeds ' ,
52
+ group : '#tiptap_extGroup_media ' ,
53
53
} ,
54
54
} ,
55
55
{
@@ -61,7 +61,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
61
61
meta : {
62
62
icon : 'icon-link' ,
63
63
label : '#defaultdialogs_urlLinkPicker' ,
64
- group : 'Interactive Elements ' ,
64
+ group : '#tiptap_extGroup_interactive ' ,
65
65
} ,
66
66
} ,
67
67
{
@@ -73,7 +73,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
73
73
meta : {
74
74
icon : 'icon-frame' ,
75
75
label : 'Figure' ,
76
- group : 'Media and Embeds ' ,
76
+ group : '#tiptap_extGroup_media ' ,
77
77
} ,
78
78
} ,
79
79
{
@@ -86,7 +86,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
86
86
meta : {
87
87
icon : 'icon-horizontal-rule' ,
88
88
label : 'Horizontal Rule' ,
89
- group : 'Content Structure ' ,
89
+ group : '#tiptap_extGroup_structure ' ,
90
90
} ,
91
91
} ,
92
92
{
@@ -97,7 +97,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
97
97
meta : {
98
98
icon : 'icon-picture' ,
99
99
label : 'Image' ,
100
- group : 'Media and Embeds ' ,
100
+ group : '#tiptap_extGroup_media ' ,
101
101
} ,
102
102
} ,
103
103
{
@@ -110,7 +110,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
110
110
meta : {
111
111
icon : 'icon-italic' ,
112
112
label : 'Italic' ,
113
- group : 'Text Formatting ' ,
113
+ group : '#tiptap_extGroup_formatting ' ,
114
114
} ,
115
115
} ,
116
116
{
@@ -123,7 +123,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
123
123
meta : {
124
124
icon : 'icon-strikethrough' ,
125
125
label : 'Strike' ,
126
- group : 'Text Formatting ' ,
126
+ group : '#tiptap_extGroup_formatting ' ,
127
127
} ,
128
128
} ,
129
129
{
@@ -162,7 +162,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
162
162
meta : {
163
163
icon : 'icon-table' ,
164
164
label : 'Table' ,
165
- group : 'Interactive Elements ' ,
165
+ group : '#tiptap_extGroup_interactive ' ,
166
166
} ,
167
167
} ,
168
168
{
@@ -175,7 +175,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
175
175
meta : {
176
176
icon : 'icon-underline' ,
177
177
label : 'Underline' ,
178
- group : 'Text Formatting ' ,
178
+ group : '#tiptap_extGroup_formatting ' ,
179
179
} ,
180
180
} ,
181
181
{
@@ -186,7 +186,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
186
186
meta : {
187
187
icon : 'icon-heading-1' ,
188
188
label : 'Heading' ,
189
- group : 'Text Formatting ' ,
189
+ group : '#tiptap_extGroup_formatting ' ,
190
190
} ,
191
191
} ,
192
192
{
@@ -197,7 +197,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
197
197
meta : {
198
198
icon : 'icon-ordered-list' ,
199
199
label : 'Ordered List' ,
200
- group : 'Content Structure ' ,
200
+ group : '#tiptap_extGroup_structure ' ,
201
201
} ,
202
202
} ,
203
203
{
@@ -208,7 +208,7 @@ export const manifests: Array<ManifestTiptapExtension> = [
208
208
meta : {
209
209
icon : 'icon-text-align-justify' ,
210
210
label : 'Text Align' ,
211
- group : 'Content Structure ' ,
211
+ group : '#tiptap_extGroup_structure ' ,
212
212
} ,
213
213
} ,
214
214
] ;
0 commit comments