Created
November 30, 2015 23:31
-
-
Save kmgdevelopment/cc5c9f6699a23683bb56 to your computer and use it in GitHub Desktop.
Craft Comma-Separated Checkbox List
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
{% for option in entry.metaRobots.options %}{{option}}{% if not loop.last %}, {% endif %}{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bit cleaner: