first commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"value": "ktp",
|
||||
"label": "KTP",
|
||||
"placeholder": "Masukkan 14 Nomor NIK",
|
||||
"regex": "regex:^\\d{14}$"
|
||||
},
|
||||
{
|
||||
"value": "nip",
|
||||
"label": "NIP",
|
||||
"placeholder": "Masukkan Nomor NIP",
|
||||
"regex": "regex:^\\d{10}$"
|
||||
},
|
||||
{
|
||||
"value": "niptt",
|
||||
"label": "NIPTT",
|
||||
"placeholder": "Masukkan NIPTT",
|
||||
"regex": "regex:^\\d{13}$"
|
||||
},
|
||||
{
|
||||
"value": "sip",
|
||||
"label": "SIP",
|
||||
"placeholder": "Masukkan Nomor Surat Ijin Praktek",
|
||||
"regex": "regex:^\\d{2}$"
|
||||
},
|
||||
{
|
||||
"value": "jkn",
|
||||
"label": "JKN",
|
||||
"placeholder": "Masukkan Nomor Surat Ijin Praktek",
|
||||
"regex": "regex:^\\d{10}$"
|
||||
},
|
||||
{
|
||||
"value": "no_rm",
|
||||
"label": "NO RM",
|
||||
"placeholder": "Masukkan Nomor Surat Ijin Praktek",
|
||||
"regex": "regex:^\\d{2}$"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user