Created
April 17, 2015 14:09
-
-
Save s-panferov/8c3331beef31b0743f3d to your computer and use it in GitHub Desktop.
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
{ | |
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