Created
December 7, 2010 20:17
-
-
Save hijonathan/732334 to your computer and use it in GitHub Desktop.
Editable Field Variable Types (Continued)
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
| <!-- The meta tag: --> | |
| <meta name="boolean:Your Label" content="1" /> | |
| <!-- The variable --> | |
| {% if boolean:Your Label %} | |
| You checked the box! | |
| {% else %} | |
| You unchecked the box! | |
| {% endif %} |
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
| <!-- The meta tag: --> | |
| <meta name="upload:Your Label" content="http://www.example.com/file.pdf" /> | |
| <!-- The variable --> | |
| {{ upload:Your Label }} |
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
| <!-- The meta tag: --> | |
| <meta name="background:Your Label" content="#FFFFFF" /> | |
| <!-- The variable --> | |
| {{ background:Your Label }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment