-
Notifications
You must be signed in to change notification settings - Fork 0
/
fields.json
64 lines (64 loc) · 2.57 KB
/
fields.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[ {
"id" : "517b914b-cd54-73d4-7586-0b7ff3e4f610",
"name" : "items",
"display_width" : null,
"label" : "Items",
"required" : false,
"locked" : false,
"occurrence" : {
"min" : null,
"max" : null,
"sorting_label_field" : null,
"default" : null
},
"children" : [ {
"id" : "12d45153-8db1-8e2c-9021-8fef5ea1e481",
"name" : "title",
"display_width" : null,
"label" : "Title",
"required" : false,
"locked" : false,
"validation_regex" : "",
"allow_new_line" : false,
"show_emoji_picker" : false,
"type" : "text",
"default" : "Default Title"
}, {
"id" : "a04f5428-d2af-d85d-fc1c-8e0039ad168f",
"name" : "content",
"display_width" : null,
"label" : "Content",
"required" : false,
"locked" : false,
"type" : "richtext",
"default" : "<p><span><strong>Lorem ipsum</strong> dolor sit amet, <span style=\"text-decoration: underline;\">consectetur</span> adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud <em>exercitation</em> ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <strong>Excepteur</strong> sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span></p>"
}, {
"id" : "3de4ff23-e3ec-eede-4577-ce286d7febe3",
"name" : "default_open",
"display_width" : null,
"label" : "Default open",
"required" : false,
"locked" : false,
"display" : "checkbox",
"type" : "boolean",
"default" : false
} ],
"tab" : "CONTENT",
"expanded" : false,
"type" : "group",
"default" : {
"title" : "Default Title",
"content" : "<p><span><strong>Lorem ipsum</strong> dolor sit amet, <span style=\"text-decoration: underline;\">consectetur</span> adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud <em>exercitation</em> ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <strong>Excepteur</strong> sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span></p>",
"default_open" : false
}
}, {
"id" : "f69df0dd-dffe-1521-c413-5a08cbbc794c",
"name" : "always_open",
"display_width" : null,
"label" : "Always open",
"required" : false,
"locked" : false,
"display" : "checkbox",
"type" : "boolean",
"default" : false
} ]