Skip to content

Instantly share code, notes, and snippets.

@hijonathan
Created December 7, 2010 20:17
Show Gist options
  • Select an option

  • Save hijonathan/732334 to your computer and use it in GitHub Desktop.

Select an option

Save hijonathan/732334 to your computer and use it in GitHub Desktop.
Editable Field Variable Types (Continued)
<!-- 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 %}
<!-- The meta tag: -->
<meta name="upload:Your Label" content="http://www.example.com/file.pdf" />
<!-- The variable -->
{{ upload:Your Label }}
<!-- 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