1[
2    {
3        "name": "checkbox", "title": "Checkbox", "position": 100,
4        "callback": "+CheckboxPaperOption"
5    },
6    {
7        "name": "selector", "title": "Selector", "position": 200,
8        "has_selector": true, "callback": "+SelectorPaperOption"
9    },
10    {
11        "name": "radio", "title": "Radio buttons", "position": 300,
12        "has_selector": true, "callback": "+SelectorPaperOption"
13    },
14    {
15        "name": "numeric", "title": "Numeric", "position": 400,
16        "callback": "+NumericPaperOption"
17    },
18    {
19        "name": "text", "title": "Text", "position": 500,
20        "callback": "+TextPaperOption"
21    },
22    {
23        "name": "text:ds_5", "title": "Multiline text", "position": 550,
24        "callback": "+TextPaperOption"
25    },
26    {
27        "match": "text:ds_(\\d+)",
28        "title": "Multiline text", "position": 550,
29        "callback": "+TextPaperOption", "priority": -1,
30        "expand_callback": "TextPaperOption::expand"
31    },
32    {
33        "name": "pdf", "title": "PDF", "position": 600,
34        "callback": "+DocumentPaperOption"
35    },
36    {
37        "name": "slides", "title": "Slides", "position": 610,
38        "callback": "+DocumentPaperOption"
39    },
40    {
41        "name": "document", "title": "File upload", "position": 699,
42        "callback": "+DocumentPaperOption"
43    },
44    {
45        "name": "attachments", "title": "Attachments", "position": 700,
46        "callback": "+AttachmentsPaperOption"
47    }
48]
49