Skip to content

Instantly share code, notes, and snippets.

@hailwood
Created August 25, 2014 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hailwood/683f6624cb65522fa06b to your computer and use it in GitHub Desktop.
Save hailwood/683f6624cb65522fa06b to your computer and use it in GitHub Desktop.
<% loop $Fields %>
<% if $Validation %><% if ClassName == EditableCheckboxGroupField %>
'{$Name.JS}[]': {$ValidationJSON.RAW}
<% else %>
'{$Name.JS}': {$ValidationJSON.RAW},
<% end_if %><% end_if %>
<% end_loop %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment