Skip to content

Instantly share code, notes, and snippets.

@s-panferov
Created April 17, 2015 14:09
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 s-panferov/8c3331beef31b0743f3d to your computer and use it in GitHub Desktop.
Save s-panferov/8c3331beef31b0743f3d to your computer and use it in GitHub Desktop.
{
block : 'form-field',
name : 'documentUrgency',
mods : { theme : 'alfa', bkg : 'color' },
content : [
{ tag : 'br' },
{ tag : 'br' },
{ tag : 'br' },
{
block : 'checkbox',
mods : { theme : 'alfa', bkg : 'color', size : 'l' },
val : 1,
text : 'Провести как срочный платёж'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment