-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfields.json
107 lines (107 loc) · 2.67 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[ {
"id" : "10ef7c8a-041d-c91e-5687-9f230bc08d39",
"name" : "image_field",
"display_width" : null,
"label" : "Image",
"required" : false,
"locked" : false,
"responsive" : true,
"resizable" : true,
"show_loading" : false,
"type" : "image",
"default" : {
"size_type" : "auto",
"src" : "",
"alt" : null,
"loading" : "lazy"
}
}, {
"id" : "ef95c925-a3af-b236-273f-6548430f8bee",
"name" : "title",
"display_width" : null,
"label" : "Title",
"required" : false,
"locked" : false,
"validation_regex" : "",
"allow_new_line" : false,
"show_emoji_picker" : false,
"type" : "text",
"default" : "Title"
}, {
"id" : "d2086e3a-0f2d-9306-db7d-9246f3369fc7",
"name" : "description",
"display_width" : null,
"label" : "Description",
"required" : false,
"locked" : false,
"validation_regex" : "",
"allow_new_line" : false,
"show_emoji_picker" : false,
"type" : "text",
"default" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
}, {
"id" : "29947aa4-c9cf-a5db-8eba-e9638620f483",
"name" : "button_group",
"display_width" : null,
"label" : "Button group",
"required" : false,
"locked" : false,
"children" : [ {
"id" : "00532f98-9d25-10be-6c64-b4c3f6713e07",
"name" : "button_text",
"display_width" : null,
"label" : "Button Text",
"required" : false,
"locked" : false,
"validation_regex" : "",
"allow_new_line" : false,
"show_emoji_picker" : false,
"type" : "text",
"default" : "Go somewhere"
}, {
"id" : "0ee62eb8-63e2-df7b-3c91-495994b30d19",
"name" : "button_link",
"display_width" : null,
"label" : "Button Link",
"required" : false,
"locked" : false,
"supported_types" : [ "EXTERNAL", "CONTENT", "FILE", "EMAIL_ADDRESS", "BLOG" ],
"show_advanced_rel_options" : false,
"type" : "link",
"default" : {
"url" : {
"content_id" : null,
"type" : "EXTERNAL",
"href" : ""
},
"open_in_new_tab" : false,
"no_follow" : false
}
}, {
"id" : "c16645b3-556b-08d6-de6f-f26c773f79a0",
"name" : "button_display",
"display_width" : null,
"label" : "Button Display",
"required" : false,
"locked" : false,
"display" : "checkbox",
"type" : "boolean",
"default" : true
} ],
"tab" : "CONTENT",
"expanded" : false,
"type" : "group",
"default" : {
"button_text" : "Go somewhere",
"button_link" : {
"url" : {
"content_id" : null,
"type" : "EXTERNAL",
"href" : ""
},
"open_in_new_tab" : false,
"no_follow" : false
},
"button_display" : true
}
} ]