Select-boxes with defined options are documented a little bit here:
And the configuration syntax is:
{
label: "Select Field",
key: "select_field",
type: "select",
options: [
{ value: "bad", label: "Bad" },
{ value: "good", label: "Good", alternates: ["great", "wonderful"] }
]
}
Comments
0 comments
Please sign in to leave a comment.