We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9742aab commit 762fe67Copy full SHA for 762fe67
1 file changed
kickstart/kickstart.json
@@ -53,6 +53,9 @@
53
"debug": false,
54
"enabled": true,
55
"preflightMaxAgeInSeconds": 0
56
+ },
57
+ "usageDataConfiguration": {
58
+ "enabled": true
59
}
60
61
@@ -134,7 +137,7 @@
134
137
135
138
136
139
},
- {
140
+ {
141
"method": "POST",
142
"url": "/api/theme/#{newThemeId}",
143
"body": {
@@ -194,12 +197,11 @@
194
197
"registrationVerificationRequired": "@{templates/registrationVerificationRequired.ftl}",
195
198
"registrationVerify": "@{templates/registrationVerify.ftl}",
196
199
"samlv2Logout": "@{templates/samlv2Logout.ftl}",
- "unauthorized" : "@{templates/unauthorized.ftl}"
200
+ "unauthorized": "@{templates/unauthorized.ftl}"
201
202
203
204
-
205
{
206
"method": "PATCH",
207
@@ -219,4 +221,4 @@
219
221
220
222
223
]
-}
224
+}
0 commit comments