Optional validation rules for the custom field
If this field must be unique for every user in the environment
The regex pattern that the text field must match
255"^0x"
The dropdown options for the select field
Show child attributes
[
{ "label": "small" },
{ "label": "medium" },
{ "label": "large" }
]The text that will be displayed for the checkbox field
255"Agree to the terms and conditions"
Was this page helpful?
{
"unique": true,
"regex": "^0x",
"validOptions": [
{
"label": "small"
},
{
"label": "medium"
},
{
"label": "large"
}
],
"checkboxText": "Agree to the terms and conditions"
}