Skip to content
Noodlewitt edited this page Nov 20, 2014 · 7 revisions

There's a number of field types. Each one has a field parameters column, where you can customise the field add in validation, add in a tooltip etc.:

text

{
    "tooltip":"",
    "max_number":1
}

upload

{
    "validation": {
      "mimes":"gif,jpeg,bmp,png",
      "size":"5120"
    },
    "tooltip": "",
    "count": 1
}

checkbox

{
    "values": {
      "checked": "1",
      "unchecked": "0"
    },
    "tooltip": ""
}

static

for printing static fields

textarea

Textarea boxes

dropdown (todo)

{
    "validation": {
      "mimes":"gif,jpeg,bmp,png",
      "size":"5120"
    },
    "tooltip": "",
    "count": 1
}
Clone this wiki locally