Last active
March 19, 2017 23:15
-
-
Save rhukster/7e83c40e906e92a5acf91a80303c034d to your computer and use it in GitHub Desktop.
Conditional Field in Use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conditional_new_entries: | |
type: conditional | |
condition: "id ? 'false' : 'true'" | |
classes: overlay bottom | |
fields: | |
field-a: | |
label: New Field A | |
type: text | |
field-b: | |
label: New Field B | |
type: text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment