Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt

Use this file to discover all available pages before exploring further.

Optional validation rules for the custom field

unique
boolean

If this field must be unique for every user in the environment

regex
string

The regex pattern that the text field must match

Maximum string length: 255
Example:

"^0x"

validOptions
object[]

The dropdown options for the select field

Example:
[
{ "label": "small" },
{ "label": "medium" },
{ "label": "large" }
]
checkboxText
string

The text that will be displayed for the checkbox field

Maximum string length: 255
Example:

"Agree to the terms and conditions"