@@ -64,15 +64,15 @@ export const baseExamples = [
64
64
]
65
65
} ,
66
66
{
67
- component : componentTypes . TEXTAREA_FIELD ,
68
- link : componentTypes . TEXTAREA_FIELD ,
67
+ component : componentTypes . TEXTAREA ,
68
+ link : componentTypes . TEXTAREA ,
69
69
linkText : 'Text area' ,
70
70
ContentText : GenericComponentText ,
71
71
canBeRequired : true ,
72
72
value : {
73
73
fields : [
74
74
{
75
- component : componentTypes . TEXTAREA_FIELD ,
75
+ component : componentTypes . TEXTAREA ,
76
76
label : 'Long text' ,
77
77
name : 'long-text'
78
78
}
@@ -152,15 +152,15 @@ export const baseExamples = [
152
152
]
153
153
} ,
154
154
{
155
- component : componentTypes . SELECT_COMPONENT ,
156
- link : componentTypes . SELECT_COMPONENT ,
155
+ component : componentTypes . SELECT ,
156
+ link : componentTypes . SELECT ,
157
157
linkText : 'Select' ,
158
158
ContentText : SelectText ,
159
159
canBeRequired : true ,
160
160
value : {
161
161
fields : [
162
162
{
163
- component : componentTypes . SELECT_COMPONENT ,
163
+ component : componentTypes . SELECT ,
164
164
label : 'Select' ,
165
165
name : 'select' ,
166
166
simpleValue : true ,
@@ -519,13 +519,13 @@ Vestibulum vulputate inceptos himenaeos.`
519
519
} ,
520
520
fields : [
521
521
{
522
- component : componentTypes . TEXTAREA_FIELD ,
522
+ component : componentTypes . TEXTAREA ,
523
523
name : 'source-name' ,
524
524
type : 'text' ,
525
525
label : 'Source name'
526
526
} ,
527
527
{
528
- component : componentTypes . SELECT_COMPONENT ,
528
+ component : componentTypes . SELECT ,
529
529
name : 'source-type' ,
530
530
label : 'Source type' ,
531
531
isRequired : true ,
0 commit comments