Created
May 11, 2022 08:16
-
-
Save lightningspirit/68b8f2c92ef5a6f27dc5a1a13f4cd137 to your computer and use it in GitHub Desktop.
Fields Ano Mês
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
[{ | |
"id": "year", | |
"type": "year", | |
"label": "Em que ano ficou desempregado/a", | |
"min": 2008 | |
}, | |
{ | |
"id": "month", | |
"type": "select", | |
"label": "E em que mês", | |
"options": [{ | |
"value": 1, | |
"label": "Janeiro" | |
}, | |
{ | |
"value": 2, | |
"label": "Fevereiro" | |
}, | |
{ | |
"value": 3, | |
"label": "Março" | |
}, | |
{ | |
"value": 4, | |
"label": "Abril" | |
}, | |
{ | |
"value": 5, | |
"label": "Maio" | |
}, | |
{ | |
"value": 6, | |
"label": "Junho" | |
}, | |
{ | |
"value": 7, | |
"label": "Julho" | |
}, | |
{ | |
"value": 8, | |
"label": "Agosto" | |
}, | |
{ | |
"value": 9, | |
"label": "Setembro" | |
}, | |
{ | |
"value": 10, | |
"label": "Outubro" | |
}, | |
{ | |
"value": 11, | |
"label": "Novembro" | |
}, | |
{ | |
"value": 12, | |
"label": "Dezembro" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment