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

Commit dd3e80b

Browse files
committed
Define global field props
1 parent 7f3eed1 commit dd3e80b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Define Gravity Form global field props.
2+
export const globalFieldProps = `
3+
id
4+
adminLabel
5+
adminOnly
6+
allowsPrepopulate
7+
conditionalLogic {
8+
rules {
9+
fieldId
10+
operator
11+
value
12+
}
13+
actionType
14+
logicType
15+
}
16+
cssClassList
17+
label
18+
type
19+
visibility
20+
`

0 commit comments

Comments
 (0)