This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
api/wordpress/gravityForms Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export const fieldProps = {
52
52
ChainedSelectField : `
53
53
chainedSelectsAlignment
54
54
chainedSelectsHideInactive
55
- choices {
55
+ chainedSelectChoices: choices {
56
56
choices {
57
57
choices {
58
58
choices {
@@ -94,7 +94,7 @@ export const fieldProps = {
94
94
size
95
95
` ,
96
96
CheckboxField : `
97
- choices {
97
+ checkboxChoices: choices {
98
98
isSelected
99
99
text
100
100
value
@@ -156,7 +156,7 @@ export const fieldProps = {
156
156
ListField : `
157
157
addIconUrl
158
158
allowsPrepopulate
159
- choices {
159
+ listChoices: choices {
160
160
text
161
161
value
162
162
}
@@ -171,7 +171,7 @@ export const fieldProps = {
171
171
pageNumber
172
172
` ,
173
173
MultiSelectField : `
174
- choices {
174
+ multiSelectChoices: choices {
175
175
isSelected
176
176
text
177
177
value
@@ -249,7 +249,7 @@ export const fieldProps = {
249
249
` ,
250
250
PasswordField : `
251
251
allowsPrepopulate
252
- choices
252
+ passwordChoices: choices
253
253
description
254
254
errorMessage
255
255
inputs {
@@ -277,7 +277,7 @@ export const fieldProps = {
277
277
` ,
278
278
PostCategoryField : `
279
279
allowsPrepopulate
280
- choices {
280
+ postCategoryChoices: choices {
281
281
isSelected
282
282
text
283
283
value
@@ -355,7 +355,7 @@ export const fieldProps = {
355
355
` ,
356
356
RadioField : `
357
357
allowsPrepopulate
358
- choices {
358
+ radioChoices: choices {
359
359
isSelected
360
360
text
361
361
value
@@ -388,7 +388,7 @@ export const fieldProps = {
388
388
` ,
389
389
SelectField : `
390
390
allowsPrepopulate
391
- choices {
391
+ selectChoices: choices {
392
392
isSelected
393
393
text
394
394
value
You can’t perform that action at this time.
0 commit comments