@@ -15,7 +15,9 @@ const HTMLTypes: HTMLType[] = [
15
15
style : { } ,
16
16
placeHolderShort : 'div' ,
17
17
placeHolderLong : '' ,
18
- icon : HeaderIcon
18
+ icon : HeaderIcon ,
19
+ framework : 'reactClassic' ,
20
+ nestable : true
19
21
} ,
20
22
// do not move this separator element out of index 1 in this array
21
23
// in componentReducer.ts, separator is referenced as 'initialState.HTMLTypes[1]'
@@ -26,7 +28,9 @@ const HTMLTypes: HTMLType[] = [
26
28
style : { border : 'none' } ,
27
29
placeHolderShort : '' ,
28
30
placeHolderLong : '' ,
29
- icon : ''
31
+ icon : '' ,
32
+ framework : '' ,
33
+ nestable : true
30
34
} ,
31
35
{
32
36
id : 1 ,
@@ -35,7 +39,9 @@ const HTMLTypes: HTMLType[] = [
35
39
style : { } ,
36
40
placeHolderShort : 'image' ,
37
41
placeHolderLong : '' ,
38
- icon : ImageIcon
42
+ icon : ImageIcon ,
43
+ framework : 'reactClassic' ,
44
+ nestable : false
39
45
} ,
40
46
{
41
47
id : 2 ,
@@ -44,7 +50,9 @@ const HTMLTypes: HTMLType[] = [
44
50
style : { } ,
45
51
placeHolderShort : 'form' ,
46
52
placeHolderLong : '' ,
47
- icon : FormIcon
53
+ icon : FormIcon ,
54
+ framework : 'reactClassic' ,
55
+ nestable : true
48
56
} ,
49
57
{
50
58
id : 4 ,
@@ -53,7 +61,9 @@ const HTMLTypes: HTMLType[] = [
53
61
style : { } ,
54
62
placeHolderShort : 'button' ,
55
63
placeHolderLong : '' ,
56
- icon : ButtonIcon
64
+ icon : ButtonIcon ,
65
+ framework : 'reactClassic' ,
66
+ nestable : false
57
67
} ,
58
68
{
59
69
id : 6 ,
@@ -62,7 +72,9 @@ const HTMLTypes: HTMLType[] = [
62
72
style : { } ,
63
73
placeHolderShort : 'link' ,
64
74
placeHolderLong : '' ,
65
- icon : LinkIcon
75
+ icon : LinkIcon ,
76
+ framework : 'reactClassic' ,
77
+ nestable : false
66
78
} ,
67
79
{
68
80
id : 8 ,
@@ -71,7 +83,9 @@ const HTMLTypes: HTMLType[] = [
71
83
style : { } ,
72
84
placeHolderShort : 'paragraph' ,
73
85
placeHolderLong : '' ,
74
- icon : ParagraphIcon
86
+ icon : ParagraphIcon ,
87
+ framework : 'reactClassic' ,
88
+ nestable : false
75
89
} ,
76
90
{
77
91
id : 9 ,
@@ -80,7 +94,9 @@ const HTMLTypes: HTMLType[] = [
80
94
style : { } ,
81
95
placeHolderShort : 'header 1' ,
82
96
placeHolderLong : '' ,
83
- icon : HeaderIcon
97
+ icon : HeaderIcon ,
98
+ framework : 'reactClassic' ,
99
+ nestable : false
84
100
} ,
85
101
{
86
102
id : 10 ,
@@ -89,7 +105,9 @@ const HTMLTypes: HTMLType[] = [
89
105
style : { } ,
90
106
placeHolderShort : 'header 2' ,
91
107
placeHolderLong : '' ,
92
- icon : HeaderIcon
108
+ icon : HeaderIcon ,
109
+ framework : 'reactClassic' ,
110
+ nestable : false
93
111
} ,
94
112
{
95
113
id : 5 ,
@@ -98,7 +116,9 @@ const HTMLTypes: HTMLType[] = [
98
116
style : { } ,
99
117
placeHolderShort : 'span' ,
100
118
placeHolderLong : '' ,
101
- icon : HeaderIcon
119
+ icon : HeaderIcon ,
120
+ framework : 'reactClassic' ,
121
+ nestable : false
102
122
} ,
103
123
{
104
124
id : 12 ,
@@ -107,7 +127,9 @@ const HTMLTypes: HTMLType[] = [
107
127
style : { } ,
108
128
placeHolderShort : 'input' ,
109
129
placeHolderLong : '' ,
110
- icon : HeaderIcon
130
+ icon : HeaderIcon ,
131
+ framework : 'reactClassic' ,
132
+ nestable : false
111
133
} ,
112
134
{
113
135
id : 13 ,
@@ -116,7 +138,9 @@ const HTMLTypes: HTMLType[] = [
116
138
style : { } ,
117
139
placeHolderShort : 'label' ,
118
140
placeHolderLong : '' ,
119
- icon : HeaderIcon
141
+ icon : HeaderIcon ,
142
+ framework : 'reactClassic' ,
143
+ nestable : false
120
144
} ,
121
145
{
122
146
id : 14 ,
@@ -125,7 +149,9 @@ const HTMLTypes: HTMLType[] = [
125
149
style : { } ,
126
150
placeHolderShort : 'ordered list' ,
127
151
placeHolderLong : '' ,
128
- icon : ListIcon
152
+ icon : ListIcon ,
153
+ framework : 'reactClassic' ,
154
+ nestable : true
129
155
} ,
130
156
{
131
157
id : 15 ,
@@ -134,7 +160,9 @@ const HTMLTypes: HTMLType[] = [
134
160
style : { } ,
135
161
placeHolderShort : 'unordered list' ,
136
162
placeHolderLong : '' ,
137
- icon : ListIcon
163
+ icon : ListIcon ,
164
+ framework : 'reactClassic' ,
165
+ nestable : true
138
166
} ,
139
167
{
140
168
id : 16 ,
@@ -143,7 +171,9 @@ const HTMLTypes: HTMLType[] = [
143
171
style : { } ,
144
172
placeHolderShort : 'menu' ,
145
173
placeHolderLong : '' ,
146
- icon : ListIcon
174
+ icon : ListIcon ,
175
+ framework : 'reactClassic' ,
176
+ nestable : true
147
177
} ,
148
178
{
149
179
id : 3 ,
@@ -152,7 +182,9 @@ const HTMLTypes: HTMLType[] = [
152
182
style : { } ,
153
183
placeHolderShort : 'list item' ,
154
184
placeHolderLong : '' ,
155
- icon : ListIcon
185
+ icon : ListIcon ,
186
+ framework : 'reactClassic' ,
187
+ nestable : true
156
188
} ,
157
189
{
158
190
id : 17 ,
@@ -161,7 +193,9 @@ const HTMLTypes: HTMLType[] = [
161
193
style : { } ,
162
194
placeHolderShort : 'Switch' ,
163
195
placeHolderLong : '' ,
164
- icon : ListIcon
196
+ icon : ListIcon ,
197
+ framework : 'reactClassic' ,
198
+ nestable : true
165
199
} ,
166
200
{
167
201
id : - 1 ,
@@ -170,7 +204,9 @@ const HTMLTypes: HTMLType[] = [
170
204
style : { } ,
171
205
placeHolderShort : 'Route' ,
172
206
placeHolderLong : '' ,
173
- icon : LinkIcon
207
+ icon : LinkIcon ,
208
+ framework : 'reactClassic' ,
209
+ nestable : true
174
210
} ,
175
211
{
176
212
id : 18 ,
@@ -179,7 +215,9 @@ const HTMLTypes: HTMLType[] = [
179
215
style : { } ,
180
216
placeHolderShort : 'LinkTo' ,
181
217
placeHolderLong : '' ,
182
- icon : ListIcon
218
+ icon : ListIcon ,
219
+ framework : 'reactClassic' ,
220
+ nestable : true
183
221
} ,
184
222
{
185
223
id : 19 ,
@@ -188,7 +226,9 @@ const HTMLTypes: HTMLType[] = [
188
226
style : { } ,
189
227
placeHolderShort : 'LinkHref' ,
190
228
placeHolderLong : '' ,
191
- icon : ListIcon
229
+ icon : ListIcon ,
230
+ framework : 'nextjs' ,
231
+ nestable : true
192
232
} ,
193
233
{
194
234
id : 20 ,
@@ -198,6 +238,8 @@ const HTMLTypes: HTMLType[] = [
198
238
placeHolderShort : 'Image' ,
199
239
placeHolderLong : '' ,
200
240
icon : ListIcon ,
201
- } ,
241
+ framework : 'nextjs' ,
242
+ nestable : false
243
+ }
202
244
] ;
203
245
export default HTMLTypes ;
0 commit comments