-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgroup_5fbc44d240d7e.json
151 lines (151 loc) · 4.22 KB
/
group_5fbc44d240d7e.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"key": "group_5fbc44d240d7e",
"title": "Event Data",
"fields": [
{
"key": "field_5fbc44deaa83a",
"label": "",
"name": "",
"type": "message",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"message": "An event is a single session of a course. Events should not be re-used, instead new events should be created every time there's a new session of a course. This way we have a history of all sessions that have run.",
"new_lines": "wpautop",
"esc_html": 0
},
{
"key": "field_5fbc4555b473e",
"label": "Related Course",
"name": "related_course",
"type": "post_object",
"instructions": "",
"required": 1,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"post_type": [
"cc_course"
],
"taxonomy": "",
"allow_null": 0,
"multiple": 0,
"return_format": "id",
"ui": 1
},
{
"key": "field_5fbc45d297a5a",
"label": "Start Date",
"name": "start_date",
"type": "date_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "50",
"class": "",
"id": ""
},
"display_format": "m\/d\/Y",
"return_format": "F d",
"first_day": 1
},
{
"key": "field_5fbc460797a5b",
"label": "End Date",
"name": "end_date",
"type": "date_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "50",
"class": "",
"id": ""
},
"display_format": "m\/d\/Y",
"return_format": "F d",
"first_day": 1
},
{
"key": "field_5fbc463597a5d",
"label": "Location",
"name": "location",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": "",
"maxlength": ""
},
{
"key": "field_5fbc461197a5c",
"label": "Registration URL",
"name": "registration_url",
"type": "url",
"instructions": "Defaults to the global registration url on the options page; can also be overwritten here.",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": ""
},
{
"key": "field_5fbc62f98d54c",
"label": "Language",
"name": "language",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": "",
"maxlength": ""
}
],
"location": [
[
{
"param": "post_type",
"operator": "==",
"value": "cc_events"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"modified": 1606181628
}