Last active
February 19, 2016 23:14
-
-
Save stpe/cdffdd3146124766f18b to your computer and use it in GitHub Desktop.
Hyperiterativ prototypning med Google Spreadsheets
This file contains hidden or 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
{ | |
"conditions": [ | |
{ | |
"id": "D001", | |
"value": "barn" | |
} | |
], | |
"id": "PERSONNUMMERID", | |
"label": "Personnummer för barnet", | |
"placeholder": "ååååmmddxxxx", | |
"type": "text", | |
"required": true, | |
"pattern": "personnummer", | |
"error": "Personnumret måste anges på formen ÅÅÅÅMMDDXXXX" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment