@@ -16,7 +16,7 @@ const HTMLTypes = [
16
16
placeHolderLong : '' ,
17
17
// icon: HeaderIcon,
18
18
framework : 'reactClassic' ,
19
- nestable : true
19
+ nestable : true ,
20
20
} ,
21
21
// do not move this separator element out of index 1 in this array
22
22
// in componentReducer.ts, separator is referenced as 'initialState.HTMLTypes[1]'
@@ -29,7 +29,7 @@ const HTMLTypes = [
29
29
placeHolderLong : '' ,
30
30
icon : '' ,
31
31
framework : '' ,
32
- nestable : true
32
+ nestable : true ,
33
33
} ,
34
34
{
35
35
id : 1 ,
@@ -40,7 +40,7 @@ const HTMLTypes = [
40
40
placeHolderLong : '' ,
41
41
icon : ImageIcon ,
42
42
framework : 'reactClassic' ,
43
- nestable : false
43
+ nestable : false ,
44
44
} ,
45
45
{
46
46
id : 2 ,
@@ -51,7 +51,7 @@ const HTMLTypes = [
51
51
placeHolderLong : '' ,
52
52
icon : FormIcon ,
53
53
framework : 'reactClassic' ,
54
- nestable : true
54
+ nestable : true ,
55
55
} ,
56
56
{
57
57
id : 4 ,
@@ -62,7 +62,7 @@ const HTMLTypes = [
62
62
placeHolderLong : '' ,
63
63
icon : ButtonIcon ,
64
64
framework : 'reactClassic' ,
65
- nestable : false
65
+ nestable : false ,
66
66
} ,
67
67
{
68
68
id : 6 ,
@@ -73,7 +73,7 @@ const HTMLTypes = [
73
73
placeHolderLong : '' ,
74
74
icon : LinkIcon ,
75
75
framework : 'reactClassic' ,
76
- nestable : false
76
+ nestable : false ,
77
77
} ,
78
78
{
79
79
id : 8 ,
@@ -84,7 +84,7 @@ const HTMLTypes = [
84
84
placeHolderLong : '' ,
85
85
icon : ParagraphIcon ,
86
86
framework : 'reactClassic' ,
87
- nestable : false
87
+ nestable : false ,
88
88
} ,
89
89
{
90
90
id : 9 ,
@@ -95,7 +95,7 @@ const HTMLTypes = [
95
95
placeHolderLong : '' ,
96
96
icon : HeaderIcon ,
97
97
framework : 'reactClassic' ,
98
- nestable : false
98
+ nestable : false ,
99
99
} ,
100
100
{
101
101
id : 10 ,
@@ -106,7 +106,7 @@ const HTMLTypes = [
106
106
placeHolderLong : '' ,
107
107
icon : HeaderIcon ,
108
108
framework : 'reactClassic' ,
109
- nestable : false
109
+ nestable : false ,
110
110
} ,
111
111
{
112
112
id : 5 ,
@@ -117,7 +117,7 @@ const HTMLTypes = [
117
117
placeHolderLong : '' ,
118
118
icon : HeaderIcon ,
119
119
framework : 'reactClassic' ,
120
- nestable : false
120
+ nestable : false ,
121
121
} ,
122
122
{
123
123
id : 12 ,
@@ -128,7 +128,7 @@ const HTMLTypes = [
128
128
placeHolderLong : '' ,
129
129
icon : HeaderIcon ,
130
130
framework : 'reactClassic' ,
131
- nestable : false
131
+ nestable : false ,
132
132
} ,
133
133
{
134
134
id : 13 ,
@@ -139,7 +139,7 @@ const HTMLTypes = [
139
139
placeHolderLong : '' ,
140
140
icon : HeaderIcon ,
141
141
framework : 'reactClassic' ,
142
- nestable : false
142
+ nestable : false ,
143
143
} ,
144
144
{
145
145
id : 14 ,
@@ -150,7 +150,7 @@ const HTMLTypes = [
150
150
placeHolderLong : '' ,
151
151
icon : ListIcon ,
152
152
framework : 'reactClassic' ,
153
- nestable : true
153
+ nestable : true ,
154
154
} ,
155
155
{
156
156
id : 15 ,
@@ -161,7 +161,7 @@ const HTMLTypes = [
161
161
placeHolderLong : '' ,
162
162
icon : ListIcon ,
163
163
framework : 'reactClassic' ,
164
- nestable : true
164
+ nestable : true ,
165
165
} ,
166
166
{
167
167
id : 16 ,
@@ -172,7 +172,7 @@ const HTMLTypes = [
172
172
placeHolderLong : '' ,
173
173
icon : ListIcon ,
174
174
framework : 'reactClassic' ,
175
- nestable : true
175
+ nestable : true ,
176
176
} ,
177
177
{
178
178
id : 3 ,
@@ -183,7 +183,7 @@ const HTMLTypes = [
183
183
placeHolderLong : '' ,
184
184
icon : ListIcon ,
185
185
framework : 'reactClassic' ,
186
- nestable : true
186
+ nestable : true ,
187
187
} ,
188
188
{
189
189
id : 17 ,
@@ -194,7 +194,7 @@ const HTMLTypes = [
194
194
placeHolderLong : '' ,
195
195
icon : ListIcon ,
196
196
framework : 'reactClassic' ,
197
- nestable : true
197
+ nestable : true ,
198
198
} ,
199
199
{
200
200
id : - 1 ,
@@ -205,7 +205,7 @@ const HTMLTypes = [
205
205
placeHolderLong : '' ,
206
206
icon : LinkIcon ,
207
207
framework : 'reactClassic' ,
208
- nestable : true
208
+ nestable : true ,
209
209
} ,
210
210
{
211
211
id : 18 ,
@@ -216,7 +216,7 @@ const HTMLTypes = [
216
216
placeHolderLong : '' ,
217
217
icon : ListIcon ,
218
218
framework : 'reactClassic' ,
219
- nestable : true
219
+ nestable : true ,
220
220
} ,
221
221
{
222
222
id : 19 ,
@@ -227,7 +227,7 @@ const HTMLTypes = [
227
227
placeHolderLong : '' ,
228
228
icon : ListIcon ,
229
229
framework : 'nextjs' ,
230
- nestable : true
230
+ nestable : true ,
231
231
} ,
232
232
{
233
233
id : 20 ,
@@ -238,7 +238,7 @@ const HTMLTypes = [
238
238
placeHolderLong : '' ,
239
239
icon : ListIcon ,
240
240
framework : 'nextjs' ,
241
- nestable : false
242
- }
241
+ nestable : false ,
242
+ } ,
243
243
] ;
244
244
export default HTMLTypes ;
0 commit comments