Created
June 2, 2014 19:50
-
-
Save that0n3guy/7479972eb4160f9eaf9e to your computer and use it in GitHub Desktop.
ocalist and contact form yaml
This file contains hidden or 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
# =================================== | |
# Form Field Definitions for Contact | |
# =================================== | |
fields: | |
firstname: | |
label: First Name | |
lastname: | |
label: First Name | |
name: | |
label: Name | |
email: | |
label: Email | |
phone: | |
label: Phone | |
lists: | |
label: Lists | |
type: relation | |
tags: | |
label: tags | |
type: relation | |
active: | |
label: Active? | |
type: checkbox | |
# =================================== | |
# Form Field Definitions for ocalists | |
# =================================== | |
fields: | |
name: | |
label: Name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment