-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.yaml
307 lines (306 loc) · 10.7 KB
/
settings.yaml
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
- category: "general"
key: "robots_on"
keyFriendly: "Search Engine Crawlable?"
value: "1"
admin: false
parsleyAccess: false
dataType: "checkbox"
options: "0,1"
tips: "Search engines will have permission to index each page of your site allowing for greater visibility"
- category: "general"
key: "site_protocol"
keyFriendly: "HTTPS on?"
value: "https"
admin: false
parsleyAccess: false
dataType: "checkbox"
options: "http,https"
tips: "If your site has an SSL certificate then contact info@gozesty.com about secure hosting"
- category: "general"
key: "always_redirect_to_https"
keyFriendly: "Always redirect to HTTPS"
value: "1"
admin: false
parsleyAccess: false
dataType: "checkbox"
options: "0,1"
tips: "This will redirect any http requests to https (if https is on)."
- category: "general"
key: "preferred_domain_prefix"
keyFriendly: "Always prepend WWW to my domain?"
value: "0"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: null
- category: "general"
key: "show_in_title"
keyFriendly: "Show site name in meta title?"
value: "1"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: "Appends your site name, located in Global dataset, to the title tag"
- category: "developer"
key: "parsley_debugger"
keyFriendly: "Use Parsley Debugger"
value: "1"
admin: false
parsleyAccess: true
dataType: "checkbox"
options: "1,2"
tips: "Option to how and when the debugger should be presented*|*Parsley Debugger"
- category: "developer"
key: "tips"
keyFriendly: "Show Zesty Tips?"
value: "1"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: "Choose to turns Zesty Tips on of off*|*Zesty Tips"
- category: "developer"
key: "basic_content_api_enabled"
keyFriendly: "Access to Instant JSON API for content."
value: "1"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: ""
- category: "developer"
key: "basic_content_api_cors_allow_any_origin"
keyFriendly: "Allow cross domain access to Instant JSON API"
value: "1"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: "Toggle CORS Headers"
- category: "developer"
key: "auto_include_js_in_head"
keyFriendly: "Automatically include JavaScript in head"
value: "1"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: ""
- category: "developer"
key: "ajax_cors_allow_any_origin"
keyFriendly: "Custom View Endpoints » CORS Allow Any Origin"
value: "1"
admin: false
parsleyAccess: true
dataType: "checkbox"
options: "0,1"
tips: ""
- category: "contact-form"
key: "sending_email"
keyFriendly: "Sending Email"
value: ""
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "This email address will be used to send an outbound email. We will verify this email, and then register it with Amazon SES (our mailing service provider). This will whitelist your email, helping you to avoid the junk folder."
- category: "contact-form"
key: "recipients"
keyFriendly: "Email Recipients"
value: ""
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "This can be a single email address or comma seperated email addresses. The email(s) in this area will receive form information upon submit."
- category: "contact-form"
key: "reply_email"
keyFriendly: "Reply Email"
value: ""
admin: false
parsleyAccess: null
dataType: "text"
options: ""
tips: "When the form is complete, a notification email is sent to the person who filled out the form. When they hit reply on that email, the email entered here is who they reply to."
- category: "contact-form"
key: "honeypot"
keyFriendly: "Form Honey Pot"
value: "honeytest"
admin: false
parsleyAccess: null
dataType: "text"
options: ""
tips: "If this value is set, all posted forms will look for an input whose name matches the honeypot setting value. If forms are posted without an input whose name matches the honeypot setting value, they will not succeed. If a form is posted containing an input whose name matches the honeypot setting value, and this input has a value, the post will fail. It needs to be submitted with no value to succeed. Setting a honeypot value affects ALL FORMS IMMEDIATELY."
- category: "verification"
key: "keybase"
keyFriendly: "Keybase Filename"
value: ""
admin: false
parsleyAccess: null
dataType: "text"
options: ""
tips: null
- category: "verification"
key: "keybase_key"
keyFriendly: "Keybase Value"
value: ""
admin: false
parsleyAccess: null
dataType: "text"
options: ""
tips: null
- category: "seo"
key: "feed_xml_set_override_zid"
keyFriendly: "Content Set ID override for /feed.xml"
value: ""
admin: false
parsleyAccess: null
dataType: "text"
options: ""
tips: null
- category: "i18n"
key: "default_page"
keyFriendly: "Default Language Page"
value: ""
admin: false
parsleyAccess: null
dataType: "text"
options: ""
tips: "When you have multiple languages, this is the starting page url PATH. Empty is none. This setting creates a meta tag in every page head."
- category: "tag_managers"
key: "gtm_id"
keyFriendly: "Google Tag Manager ID"
value: ""
admin: false
parsleyAccess: null
dataType: "text"
options: ""
tips: "Typically in the format: GTM-XXXXXXX. This will auto inject scripts into the head and body for you on the live production website."
- category: "analytics"
key: "google_urchin_id"
keyFriendly: "Google Analytics ID"
value: "UA-21247490-1"
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "It is a unique code that Google Analytics gives you to track your website hits. This is required for Zesty to track hits to your website.*|*What is an Urchin ID?"
- category: "analytics"
key: "google_profile_id"
keyFriendly: "Google Profile ID"
value: "103227557"
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "The main account created with google analytics is tied to a unique profile ID. This is necessary for Zesty to pull data and show your analytics.*|*Google Profile ID"
- category: "analytics"
key: "universal_code"
keyFriendly: "Use Google Universal Code"
value: "1"
admin: null
parsleyAccess: true
dataType: "checkbox"
options: "0,1"
tips: "The new version of Googles tracking code.*|*Google Universal Code"
- category: "analytics"
key: "display_advertising_support"
keyFriendly: "Display Advertising Support"
value: "0"
admin: null
parsleyAccess: true
dataType: "checkbox"
options: "0,1"
tips: "If you turn on Display Advertising, you need to enable Re-marketing with Google Analytics or Google Display Network (GDN) Impression Reporting. With this setting on the Analytics tracking code is updated. Once you have made that change, Google Analytics collects the information it normally does, as well as the DoubleClick cookie when that cookie is present."
- category: "analytics"
key: "google_auto_linker"
keyFriendly: "Google Auto Linker"
value: null
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "When tracking sessions across multiple domains, the Client-ID value has to be transferred from one domain to the other. To do this, the Analytics tracking code has linking features that allow the source domain to place the Client-ID in the URL parameters of a link, where the destination domain can access it. Add your secondary domain or domains here as a comma separated list."
- category: "seo"
key: "canonical_tags_enabled"
keyFriendly: "Enable Canonical Tags"
value: "1"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: ""
- category: "contact-form"
key: "api_test_setting"
keyFriendly: "API test setting"
value: "true"
admin: false
parsleyAccess: null
dataType: "text"
options: ""
tips: "This was created in a Runner on Postman"
- category: "general"
key: "mode"
keyFriendly: "WebEngine Mode"
value: "hybrid"
admin: null
parsleyAccess: null
dataType: "dropdown"
options: "headless:Headless;hybrid:Hybrid;traditional:Traditional"
tips: "Headless: routes return JSON, all API are on, and CORS is anywhere. Hybrid: Routes return parsley views with ?toJSON option, all APIs on, cors anywhere. Traditional: Routes return Parlsey views, API and CORS must be turned on."
- category: "developer"
key: "gql"
keyFriendly: "GraphQL Endpoints"
value: "1"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: "Turns on endpoints from /-/gql/ that are used to feed a GraphQL server"
- category: "developer"
key: "gql_cors"
keyFriendly: "GraphQL Cors"
value: "*"
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "Cross Origin Request control to restrict requests to the origin specified, * is any"
- category: "security"
key: "preview_lock_password"
keyFriendly: "Preview Lock Password"
value: "password"
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "Entering this password is an alternate way to view the webengine preview url without being logged in."
- category: "security"
key: "headless_authorization_key"
keyFriendly: "Headless Endpoint Authorization Secret Key"
value: ""
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "When a value is exists, requests to WebEngine gql, instant, and toJSON endpoints will require the header \"Authorization: bearer [Secret Key]\". Cache bust required to activate."
- category: "security"
key: "authorization_key"
keyFriendly: "Full WebEngine Authorization Secret Key"
value: ""
admin: null
parsleyAccess: null
dataType: "text"
options: ""
tips: "When a value is exists, ALL requests to WebEngine will require the header \"Authorization: bearer [Secret Key]\" to resolve. Cache bust required to activate."
- category: "developer"
key: "auto_include_ga_tag"
keyFriendly: "Auto Include Google Analytics Tags"
value: "1"
admin: null
parsleyAccess: null
dataType: "checkbox"
options: "0,1"
tips: "If GA urchin settings are present, WebEngine will automatically include Google Analytics scripts if this setting is on."