Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 43ec08c

Browse files
committed
Alias choices
1 parent f45a2bf commit 43ec08c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

api/wordpress/gravityForms/fieldProps.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const fieldProps = {
5252
ChainedSelectField: `
5353
chainedSelectsAlignment
5454
chainedSelectsHideInactive
55-
choices {
55+
chainedSelectChoices: choices {
5656
choices {
5757
choices {
5858
choices {
@@ -94,7 +94,7 @@ export const fieldProps = {
9494
size
9595
`,
9696
CheckboxField: `
97-
choices {
97+
checkboxChoices: choices {
9898
isSelected
9999
text
100100
value
@@ -156,7 +156,7 @@ export const fieldProps = {
156156
ListField: `
157157
addIconUrl
158158
allowsPrepopulate
159-
choices {
159+
listChoices: choices {
160160
text
161161
value
162162
}
@@ -171,7 +171,7 @@ export const fieldProps = {
171171
pageNumber
172172
`,
173173
MultiSelectField: `
174-
choices {
174+
multiSelectChoices: choices {
175175
isSelected
176176
text
177177
value
@@ -249,7 +249,7 @@ export const fieldProps = {
249249
`,
250250
PasswordField: `
251251
allowsPrepopulate
252-
choices
252+
passwordChoices: choices
253253
description
254254
errorMessage
255255
inputs {
@@ -277,7 +277,7 @@ export const fieldProps = {
277277
`,
278278
PostCategoryField: `
279279
allowsPrepopulate
280-
choices {
280+
postCategoryChoices: choices {
281281
isSelected
282282
text
283283
value
@@ -355,7 +355,7 @@ export const fieldProps = {
355355
`,
356356
RadioField: `
357357
allowsPrepopulate
358-
choices {
358+
radioChoices: choices {
359359
isSelected
360360
text
361361
value
@@ -388,7 +388,7 @@ export const fieldProps = {
388388
`,
389389
SelectField: `
390390
allowsPrepopulate
391-
choices {
391+
selectChoices: choices {
392392
isSelected
393393
text
394394
value

0 commit comments

Comments
 (0)