@vonaffenfels/slate-editor 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +44 -0
- package/README.md +5 -0
- package/componentLoader.js +52 -0
- package/dist/BlockEditor.css +93 -0
- package/dist/BlockEditor.js +2 -0
- package/dist/BlockEditor.js.LICENSE.txt +61 -0
- package/dist/Renderer.js +2 -0
- package/dist/Renderer.js.LICENSE.txt +15 -0
- package/dist/fromHTML.js +1 -0
- package/dist/index.css +93 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +69 -0
- package/dist/toHTML.js +2 -0
- package/dist/toHTML.js.LICENSE.txt +23 -0
- package/dist/toText.js +2 -0
- package/dist/toText.js.LICENSE.txt +23 -0
- package/package.json +79 -0
- package/postcss.config.js +7 -0
- package/scss/demo.scss +142 -0
- package/scss/editor.scss +394 -0
- package/scss/storybook.scss +66 -0
- package/scss/toolbar.scss +160 -0
- package/src/BlockEditor.js +252 -0
- package/src/Blocks/EmptyBlock.js +12 -0
- package/src/Blocks/EmptyWrapper.js +5 -0
- package/src/Blocks/ErrorBoundary.js +41 -0
- package/src/Blocks/LayoutBlock.js +179 -0
- package/src/Blocks/LayoutSlot.js +61 -0
- package/src/Context/StorybookContext.js +7 -0
- package/src/Nodes/Default.js +151 -0
- package/src/Nodes/Element.js +72 -0
- package/src/Nodes/Leaf.js +40 -0
- package/src/Nodes/Storybook.js +170 -0
- package/src/Nodes/StorybookDisplay.js +118 -0
- package/src/Nodes/Text.js +67 -0
- package/src/Renderer.js +41 -0
- package/src/Serializer/Html.js +43 -0
- package/src/Serializer/Serializer.js +318 -0
- package/src/Serializer/Text.js +18 -0
- package/src/Serializer/ads.js +175 -0
- package/src/Serializer/index.js +4 -0
- package/src/SidebarEditor/SidebarEditorField.js +249 -0
- package/src/SidebarEditor.css +90 -0
- package/src/SidebarEditor.js +236 -0
- package/src/Storybook.js +152 -0
- package/src/Toolbar/Align.js +65 -0
- package/src/Toolbar/Block.js +121 -0
- package/src/Toolbar/Element.js +49 -0
- package/src/Toolbar/Formats.js +60 -0
- package/src/Toolbar/Insert.js +29 -0
- package/src/Toolbar/Layout.js +333 -0
- package/src/Toolbar/Link.js +165 -0
- package/src/Toolbar/Toolbar.js +164 -0
- package/src/Tools/Margin.js +52 -0
- package/src/dev/App.js +61 -0
- package/src/dev/draftToSlate.json +3148 -0
- package/src/dev/index.css +3 -0
- package/src/dev/index.html +11 -0
- package/src/dev/index.js +5 -0
- package/src/dev/sampleValue1.json +4295 -0
- package/src/dev/sampleValue2.json +0 -0
- package/src/dev/sampleValueValid.json +411 -0
- package/src/dev/testComponents/TestStory.js +9 -0
- package/src/dev/testComponents/TestStory.stories.js +172 -0
- package/src/dev/testSampleValue.json +747 -0
- package/src/fromHTML.js +5 -0
- package/src/index.js +9 -0
- package/src/plugins/ListItem.js +49 -0
- package/src/plugins/SoftBreak.js +24 -0
- package/src/toHTML.js +7 -0
- package/src/toText.js +7 -0
- package/src/util.js +20 -0
- package/storyLoader.js +46 -0
- package/tailwind.config.js +5 -0
- package/webpack.config.build.js +53 -0
- package/webpack.config.dev.js +61 -0
- package/webpack.config.js +117 -0
|
@@ -0,0 +1,4295 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type" : "storybook",
|
|
4
|
+
"block" : "inline/headline",
|
|
5
|
+
"isEmpty" : false,
|
|
6
|
+
"storyId" : "inline-headline--headline",
|
|
7
|
+
"children" : [
|
|
8
|
+
{
|
|
9
|
+
"text" : ""
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"attributes" : {
|
|
13
|
+
"title" : "SPONSOREN",
|
|
14
|
+
"headlineHeading" : "h3",
|
|
15
|
+
"headlineSize" : "lg",
|
|
16
|
+
"alignment" : "center",
|
|
17
|
+
"roundedEdges" : false,
|
|
18
|
+
"margin" : {
|
|
19
|
+
"top" : true,
|
|
20
|
+
"bottom" : true
|
|
21
|
+
},
|
|
22
|
+
"blockWidth" : "site",
|
|
23
|
+
"headlineColorCustom" : "#ffff",
|
|
24
|
+
"headlineBackgroundCustom" : "#35B5B1"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"children" : [
|
|
29
|
+
{
|
|
30
|
+
"text" : ""
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"block" : "teaser/genericteaser",
|
|
34
|
+
"attributes" : {
|
|
35
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
36
|
+
"limit" : 16,
|
|
37
|
+
"showCategories" : false,
|
|
38
|
+
"tags_or" : [
|
|
39
|
+
{
|
|
40
|
+
"metadata" : {
|
|
41
|
+
"tags" : []
|
|
42
|
+
},
|
|
43
|
+
"sys" : {
|
|
44
|
+
"space" : {
|
|
45
|
+
"sys" : {
|
|
46
|
+
"type" : "Link",
|
|
47
|
+
"linkType" : "Space",
|
|
48
|
+
"id" : "f32vl9lypwjc"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"id" : "7AbIR2qduboFwdyenQKOUh",
|
|
52
|
+
"type" : "Entry",
|
|
53
|
+
"createdAt" : "2022-04-22T12:55:01.639Z",
|
|
54
|
+
"updatedAt" : "2022-04-22T12:55:01.639Z",
|
|
55
|
+
"environment" : {
|
|
56
|
+
"sys" : {
|
|
57
|
+
"id" : "master",
|
|
58
|
+
"type" : "Link",
|
|
59
|
+
"linkType" : "Environment"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"revision" : 1,
|
|
63
|
+
"contentType" : {
|
|
64
|
+
"sys" : {
|
|
65
|
+
"type" : "Link",
|
|
66
|
+
"linkType" : "ContentType",
|
|
67
|
+
"id" : "tags"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"locale" : "de"
|
|
71
|
+
},
|
|
72
|
+
"fields" : {
|
|
73
|
+
"title" : "VW T-Cross",
|
|
74
|
+
"portal" : "GUTEFAHRT",
|
|
75
|
+
"isCategory" : false,
|
|
76
|
+
"isBrand" : false,
|
|
77
|
+
"hidden" : false,
|
|
78
|
+
"storychiefId" : "353604421",
|
|
79
|
+
"slug" : "vw-t-cross-6262a4e6cfca1"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"metadata" : {
|
|
84
|
+
"tags" : []
|
|
85
|
+
},
|
|
86
|
+
"sys" : {
|
|
87
|
+
"space" : {
|
|
88
|
+
"sys" : {
|
|
89
|
+
"type" : "Link",
|
|
90
|
+
"linkType" : "Space",
|
|
91
|
+
"id" : "f32vl9lypwjc"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"id" : "6jLJu3xntQqMtdQV2B1JX0",
|
|
95
|
+
"type" : "Entry",
|
|
96
|
+
"createdAt" : "2022-04-22T12:54:59.766Z",
|
|
97
|
+
"updatedAt" : "2022-04-22T12:54:59.766Z",
|
|
98
|
+
"environment" : {
|
|
99
|
+
"sys" : {
|
|
100
|
+
"id" : "master",
|
|
101
|
+
"type" : "Link",
|
|
102
|
+
"linkType" : "Environment"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"revision" : 1,
|
|
106
|
+
"contentType" : {
|
|
107
|
+
"sys" : {
|
|
108
|
+
"type" : "Link",
|
|
109
|
+
"linkType" : "ContentType",
|
|
110
|
+
"id" : "tags"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"locale" : "de"
|
|
114
|
+
},
|
|
115
|
+
"fields" : {
|
|
116
|
+
"title" : "VW Taigo",
|
|
117
|
+
"portal" : "GUTEFAHRT",
|
|
118
|
+
"isCategory" : false,
|
|
119
|
+
"isBrand" : false,
|
|
120
|
+
"hidden" : false,
|
|
121
|
+
"storychiefId" : "1979231368",
|
|
122
|
+
"slug" : "vw-taigo-6262a4deb8236"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"title" : "",
|
|
127
|
+
"subtitle" : "",
|
|
128
|
+
"moreLinkText" : "Mehr Artikel lesen",
|
|
129
|
+
"link" : {
|
|
130
|
+
"metadata" : {
|
|
131
|
+
"tags" : []
|
|
132
|
+
},
|
|
133
|
+
"sys" : {
|
|
134
|
+
"space" : {
|
|
135
|
+
"sys" : {
|
|
136
|
+
"type" : "Link",
|
|
137
|
+
"linkType" : "Space",
|
|
138
|
+
"id" : "f32vl9lypwjc"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"id" : "5dKZgevIOxjYxgvIihELVb",
|
|
142
|
+
"type" : "Entry",
|
|
143
|
+
"createdAt" : "2022-04-01T12:12:19.032Z",
|
|
144
|
+
"updatedAt" : "2022-04-22T09:49:11.279Z",
|
|
145
|
+
"environment" : {
|
|
146
|
+
"sys" : {
|
|
147
|
+
"id" : "master",
|
|
148
|
+
"type" : "Link",
|
|
149
|
+
"linkType" : "Environment"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"revision" : 28,
|
|
153
|
+
"contentType" : {
|
|
154
|
+
"sys" : {
|
|
155
|
+
"type" : "Link",
|
|
156
|
+
"linkType" : "ContentType",
|
|
157
|
+
"id" : "navigationNode"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"locale" : "de"
|
|
161
|
+
},
|
|
162
|
+
"fields" : {
|
|
163
|
+
"layout" : {
|
|
164
|
+
"metadata" : {
|
|
165
|
+
"tags" : []
|
|
166
|
+
},
|
|
167
|
+
"sys" : {
|
|
168
|
+
"space" : {
|
|
169
|
+
"sys" : {
|
|
170
|
+
"type" : "Link",
|
|
171
|
+
"linkType" : "Space",
|
|
172
|
+
"id" : "f32vl9lypwjc"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"id" : "42c55tFfBZlliwrZwjvZAv",
|
|
176
|
+
"type" : "Entry",
|
|
177
|
+
"createdAt" : "2022-04-01T12:00:24.574Z",
|
|
178
|
+
"updatedAt" : "2022-04-19T14:52:01.492Z",
|
|
179
|
+
"environment" : {
|
|
180
|
+
"sys" : {
|
|
181
|
+
"id" : "master",
|
|
182
|
+
"type" : "Link",
|
|
183
|
+
"linkType" : "Environment"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"revision" : 6,
|
|
187
|
+
"contentType" : {
|
|
188
|
+
"sys" : {
|
|
189
|
+
"type" : "Link",
|
|
190
|
+
"linkType" : "ContentType",
|
|
191
|
+
"id" : "contentBlock"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"locale" : "de"
|
|
195
|
+
},
|
|
196
|
+
"fields" : {
|
|
197
|
+
"portal" : "DK-EVENTS",
|
|
198
|
+
"title" : "Layout dk-events Boote Frauenfahrtraining",
|
|
199
|
+
"content" : [
|
|
200
|
+
{
|
|
201
|
+
"type" : "paragraph",
|
|
202
|
+
"children" : [
|
|
203
|
+
{
|
|
204
|
+
"text" : ""
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"type" : "storybook",
|
|
210
|
+
"block" : "structure/header",
|
|
211
|
+
"isEmpty" : false,
|
|
212
|
+
"storyId" : "structure-header--primary",
|
|
213
|
+
"children" : [
|
|
214
|
+
{
|
|
215
|
+
"text" : ""
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"attributes" : {
|
|
219
|
+
"stream" : "$$_STREAM__selected-navigation__",
|
|
220
|
+
"roundedEdges" : false,
|
|
221
|
+
"hoverEffect" : "zoom",
|
|
222
|
+
"headerSmall" : true,
|
|
223
|
+
"hideSearch" : true,
|
|
224
|
+
"homeLink" : "/boote-frauenfahrtraining/",
|
|
225
|
+
"contentEntry" : {
|
|
226
|
+
"sys" : {
|
|
227
|
+
"id" : "7CYkBVx1FHWbsaiNXbrW1x",
|
|
228
|
+
"contentType" : {
|
|
229
|
+
"sys" : {
|
|
230
|
+
"id" : "navigation"
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"fields" : {
|
|
235
|
+
"title" : {
|
|
236
|
+
"de" : "BOOTE Frauenfahrtraining Hauptnavigation"
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"showProgressTitle" : true,
|
|
241
|
+
"hideLocale" : true
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"type" : "storybook",
|
|
246
|
+
"block" : "layout/portal",
|
|
247
|
+
"isEmpty" : false,
|
|
248
|
+
"storyId" : "layout-portal--primary",
|
|
249
|
+
"children" : [
|
|
250
|
+
{
|
|
251
|
+
"text" : ""
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"attributes" : {}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"type" : "storybook",
|
|
258
|
+
"block" : "stroer/adbanner",
|
|
259
|
+
"isEmpty" : false,
|
|
260
|
+
"storyId" : "stroer-adbanner--primary",
|
|
261
|
+
"children" : [
|
|
262
|
+
{
|
|
263
|
+
"text" : ""
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"attributes" : {
|
|
267
|
+
"banner" : "pubperform"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"type" : "storybook",
|
|
272
|
+
"block" : "stroer/ad",
|
|
273
|
+
"isEmpty" : false,
|
|
274
|
+
"storyId" : "stroer-ad--primary",
|
|
275
|
+
"children" : [
|
|
276
|
+
{
|
|
277
|
+
"text" : ""
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"attributes" : {
|
|
281
|
+
"ad" : "out-of-page",
|
|
282
|
+
"desktopOnly" : true
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"type" : "storybook",
|
|
287
|
+
"block" : "stroer/ad",
|
|
288
|
+
"isEmpty" : false,
|
|
289
|
+
"storyId" : "stroer-ad--primary",
|
|
290
|
+
"children" : [
|
|
291
|
+
{
|
|
292
|
+
"text" : ""
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"attributes" : {
|
|
296
|
+
"ad" : "stickyfooter",
|
|
297
|
+
"mobileOnly" : true
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"type" : "storybook",
|
|
302
|
+
"block" : "structure/footer",
|
|
303
|
+
"isEmpty" : false,
|
|
304
|
+
"storyId" : "structure-footer--primary",
|
|
305
|
+
"children" : [
|
|
306
|
+
{
|
|
307
|
+
"text" : ""
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"attributes" : {
|
|
311
|
+
"footerBackground" : "",
|
|
312
|
+
"stream" : "$$_STREAM__selected-navigation__",
|
|
313
|
+
"streamLinks" : "$$_STREAM__navigation-footer-links__",
|
|
314
|
+
"logo" : null,
|
|
315
|
+
"contentEntry" : {
|
|
316
|
+
"sys" : {
|
|
317
|
+
"id" : "1AKxtxkaY1x2kHIwrQyuiC",
|
|
318
|
+
"contentType" : {
|
|
319
|
+
"sys" : {
|
|
320
|
+
"id" : "navigation"
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"fields" : {
|
|
325
|
+
"title" : {
|
|
326
|
+
"de" : "Boote Frauenfahrtraining Event Footer"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"type" : "paragraph",
|
|
334
|
+
"children" : [
|
|
335
|
+
{
|
|
336
|
+
"text" : ""
|
|
337
|
+
}
|
|
338
|
+
]
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"style" : {
|
|
344
|
+
"metadata" : {
|
|
345
|
+
"tags" : []
|
|
346
|
+
},
|
|
347
|
+
"sys" : {
|
|
348
|
+
"space" : {
|
|
349
|
+
"sys" : {
|
|
350
|
+
"type" : "Link",
|
|
351
|
+
"linkType" : "Space",
|
|
352
|
+
"id" : "f32vl9lypwjc"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"id" : "1PWF2HJAIgId3L0NYJyVn4",
|
|
356
|
+
"type" : "Entry",
|
|
357
|
+
"createdAt" : "2022-04-01T12:07:57.082Z",
|
|
358
|
+
"updatedAt" : "2022-04-01T13:06:07.452Z",
|
|
359
|
+
"environment" : {
|
|
360
|
+
"sys" : {
|
|
361
|
+
"id" : "master",
|
|
362
|
+
"type" : "Link",
|
|
363
|
+
"linkType" : "Environment"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
"revision" : 4,
|
|
367
|
+
"contentType" : {
|
|
368
|
+
"sys" : {
|
|
369
|
+
"type" : "Link",
|
|
370
|
+
"linkType" : "ContentType",
|
|
371
|
+
"id" : "style"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"locale" : "de"
|
|
375
|
+
},
|
|
376
|
+
"fields" : {
|
|
377
|
+
"name" : "Boote Frauenfahrtraining Event Style ",
|
|
378
|
+
"portal" : "DK-EVENTS",
|
|
379
|
+
"favicon" : [
|
|
380
|
+
{
|
|
381
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1648814850/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/favicon-32x32_exf7py.png",
|
|
382
|
+
"tags" : [],
|
|
383
|
+
"type" : "upload",
|
|
384
|
+
"bytes" : 1242,
|
|
385
|
+
"width" : 32,
|
|
386
|
+
"format" : "png",
|
|
387
|
+
"height" : 32,
|
|
388
|
+
"context" : {
|
|
389
|
+
"custom" : {
|
|
390
|
+
"etag" : "dd18180e40d6cbc2f29902f7c19e263b"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"version" : 1648814850,
|
|
394
|
+
"duration" : null,
|
|
395
|
+
"metadata" : [],
|
|
396
|
+
"public_id" : "DK Events/Styles/BOOTE Frauenfahrtraining/favicon-32x32_exf7py",
|
|
397
|
+
"created_at" : "2022-04-01T12:07:30.000Z",
|
|
398
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1648814850/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/favicon-32x32_exf7py.png",
|
|
399
|
+
"original_url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648814850/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/favicon-32x32_exf7py.png",
|
|
400
|
+
"resource_type" : "image",
|
|
401
|
+
"raw_transformation" : "f_auto/q_auto",
|
|
402
|
+
"original_secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648814850/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/favicon-32x32_exf7py.png"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"logo" : [
|
|
406
|
+
{
|
|
407
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1648815264/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e.eps",
|
|
408
|
+
"tags" : [],
|
|
409
|
+
"type" : "upload",
|
|
410
|
+
"bytes" : 1174306,
|
|
411
|
+
"width" : 273,
|
|
412
|
+
"format" : "eps",
|
|
413
|
+
"height" : 169,
|
|
414
|
+
"context" : {
|
|
415
|
+
"custom" : {
|
|
416
|
+
"etag" : "2fadf1c5b1108e4b0faf843b7c6892dc"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"version" : 1648815264,
|
|
420
|
+
"duration" : null,
|
|
421
|
+
"metadata" : [],
|
|
422
|
+
"public_id" : "DK Events/Styles/BOOTE Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e",
|
|
423
|
+
"created_at" : "2022-04-01T12:14:24.000Z",
|
|
424
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1648815264/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e.eps",
|
|
425
|
+
"original_url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648815264/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e.eps",
|
|
426
|
+
"resource_type" : "image",
|
|
427
|
+
"raw_transformation" : "f_auto/q_auto",
|
|
428
|
+
"original_secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648815264/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e.eps"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"primaryColor" : "#083e89",
|
|
432
|
+
"secondaryColor" : "#202124"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"portal" : "DK-EVENTS",
|
|
436
|
+
"title" : "Boote Frauenfahrtraining",
|
|
437
|
+
"slug" : "boote-frauenfahrtraining",
|
|
438
|
+
"content" : [
|
|
439
|
+
{
|
|
440
|
+
"type" : "storybook",
|
|
441
|
+
"block" : "teaser/countdownteaser",
|
|
442
|
+
"isEmpty" : false,
|
|
443
|
+
"storyId" : "teaser-countdownteaser--primary",
|
|
444
|
+
"children" : [
|
|
445
|
+
{
|
|
446
|
+
"text" : ""
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"attributes" : {
|
|
450
|
+
"hideDescription" : false,
|
|
451
|
+
"title" : "BOOTE \nFRAUENFAHRTRAINING ",
|
|
452
|
+
"sub" : "",
|
|
453
|
+
"text" : "KONSTANZ",
|
|
454
|
+
"date" : "06.05.2022",
|
|
455
|
+
"textDate" : "6. - 8. Mai 2022",
|
|
456
|
+
"textPosition" : "topRight",
|
|
457
|
+
"btnLink" : "https://www.delius-klasing.de/events",
|
|
458
|
+
"btnText" : "TICKETS",
|
|
459
|
+
"btnLinkTarget" : "_blank",
|
|
460
|
+
"backgroundColorCustom" : "",
|
|
461
|
+
"headlineColorCustom" : "",
|
|
462
|
+
"textColorCustom" : "",
|
|
463
|
+
"counterColorCustom" : "#000",
|
|
464
|
+
"buttonBackgroundCustom" : "#083e89",
|
|
465
|
+
"buttonColorCustom" : "#ffff",
|
|
466
|
+
"video" : null,
|
|
467
|
+
"aspectRatio" : false,
|
|
468
|
+
"image" : {
|
|
469
|
+
"public_id" : "DK Events/BOOTE FRAUENFAHRTRAINING/Home/baeFFT260518-0799_ogbpzl",
|
|
470
|
+
"resource_type" : "image",
|
|
471
|
+
"type" : "upload",
|
|
472
|
+
"format" : "jpg",
|
|
473
|
+
"version" : 1648035549,
|
|
474
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648035549/DK%20Events/BOOTE%20FRAUENFAHRTRAINING/Home/baeFFT260518-0799_ogbpzl.jpg",
|
|
475
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648035549/DK%20Events/BOOTE%20FRAUENFAHRTRAINING/Home/baeFFT260518-0799_ogbpzl.jpg",
|
|
476
|
+
"width" : 4562,
|
|
477
|
+
"height" : 3180,
|
|
478
|
+
"bytes" : 3168659,
|
|
479
|
+
"duration" : null,
|
|
480
|
+
"tags" : [],
|
|
481
|
+
"context" : {
|
|
482
|
+
"custom" : {
|
|
483
|
+
"etag" : "d49f473479dad2414efd2ec73f6c7e5c"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"metadata" : [],
|
|
487
|
+
"created_at" : "2022-03-23T11:39:09.000Z",
|
|
488
|
+
"access_mode" : "public",
|
|
489
|
+
"created_by" : {
|
|
490
|
+
"type" : "user",
|
|
491
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464"
|
|
492
|
+
},
|
|
493
|
+
"uploaded_by" : {
|
|
494
|
+
"type" : "user",
|
|
495
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"blockWidth" : ""
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"type" : "storybook",
|
|
503
|
+
"block" : "teaser/genericteaser",
|
|
504
|
+
"isEmpty" : false,
|
|
505
|
+
"storyId" : "teaser-genericteaser--normale-liste",
|
|
506
|
+
"children" : [
|
|
507
|
+
{
|
|
508
|
+
"text" : ""
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"attributes" : {
|
|
512
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
513
|
+
"limit" : 4,
|
|
514
|
+
"showCategories" : true,
|
|
515
|
+
"tags_or" : [],
|
|
516
|
+
"title" : "",
|
|
517
|
+
"subtitle" : "",
|
|
518
|
+
"moreLinkText" : "",
|
|
519
|
+
"link" : null,
|
|
520
|
+
"aspectRatio" : "4:3",
|
|
521
|
+
"roundedEdges" : false,
|
|
522
|
+
"hasBorder" : false,
|
|
523
|
+
"borderColorCustom" : false,
|
|
524
|
+
"textPosition" : "over",
|
|
525
|
+
"countPerRow" : 3,
|
|
526
|
+
"showTeasertext" : true,
|
|
527
|
+
"showIcons" : true,
|
|
528
|
+
"mouseOverEffect" : "zoom",
|
|
529
|
+
"hasTextShadow" : true,
|
|
530
|
+
"showTeaserTitle" : true,
|
|
531
|
+
"itemGap" : "none",
|
|
532
|
+
"textSize" : "4xl",
|
|
533
|
+
"fixedSize" : "big",
|
|
534
|
+
"blockWidth" : "",
|
|
535
|
+
"selected_entries" : [
|
|
536
|
+
{
|
|
537
|
+
"sys" : {
|
|
538
|
+
"id" : "70MAdanFxJBPRA5joyHLLj",
|
|
539
|
+
"contentType" : {
|
|
540
|
+
"sys" : {
|
|
541
|
+
"id" : "externalLink"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"fields" : {
|
|
546
|
+
"title" : {
|
|
547
|
+
"de" : "INFO"
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"sys" : {
|
|
553
|
+
"id" : "3dnmYDJv6acH5BHMKv1p5V",
|
|
554
|
+
"contentType" : {
|
|
555
|
+
"sys" : {
|
|
556
|
+
"id" : "externalLink"
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
"fields" : {
|
|
561
|
+
"title" : {
|
|
562
|
+
"de" : "REISE INFO"
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"sys" : {
|
|
568
|
+
"id" : "Bkxe3EQ2rGRLg94DExMBY",
|
|
569
|
+
"contentType" : {
|
|
570
|
+
"sys" : {
|
|
571
|
+
"id" : "externalLink"
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"fields" : {
|
|
576
|
+
"title" : {
|
|
577
|
+
"de" : "PROGRAMM"
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
],
|
|
582
|
+
"centerTeaserTitle" : true,
|
|
583
|
+
"mouseOverTeaserTitle" : true,
|
|
584
|
+
"mouseOverTeaserTitleBgColor" : "#083e89",
|
|
585
|
+
"teaserTitleColorChange" : false,
|
|
586
|
+
"darkenImage" : false,
|
|
587
|
+
"blurImage" : false,
|
|
588
|
+
"margin" : {
|
|
589
|
+
"top" : true
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"type" : "storybook",
|
|
595
|
+
"block" : "teaser/funfactsteaser",
|
|
596
|
+
"isEmpty" : false,
|
|
597
|
+
"storyId" : "teaser-funfactsteaser--primary",
|
|
598
|
+
"children" : [
|
|
599
|
+
{
|
|
600
|
+
"text" : ""
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"attributes" : {
|
|
604
|
+
"teaserTitle" : "UNSERE LEISTUNGEN",
|
|
605
|
+
"teaserSubline" : "",
|
|
606
|
+
"teaserTitleColorCustom" : "#ffffff",
|
|
607
|
+
"hasGradient" : "diagonal",
|
|
608
|
+
"backgroundPrimaryColor" : "#083e89",
|
|
609
|
+
"backgroundSecondaryColor" : "#fff",
|
|
610
|
+
"swapGradient" : true,
|
|
611
|
+
"image" : null,
|
|
612
|
+
"roundedEdges" : false,
|
|
613
|
+
"countPerRow" : 4,
|
|
614
|
+
"headlineHeading" : "h3",
|
|
615
|
+
"headlineSize" : "md",
|
|
616
|
+
"headlineUppercase" : false,
|
|
617
|
+
"headlineColorCustom" : "#ffffff",
|
|
618
|
+
"textColorCustom" : "#ffffff",
|
|
619
|
+
"textAlignment" : "center",
|
|
620
|
+
"imageOpacity" : 0.89,
|
|
621
|
+
"facts" : [
|
|
622
|
+
{
|
|
623
|
+
"text" : "Trainerinnen unterstützen bei Manövern",
|
|
624
|
+
"headlineText" : "5 große Motorboote"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"text" : "Alkoholfreie Getränke und BBQ am ersten Abend",
|
|
628
|
+
"headlineText" : "Come Together"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"text" : "Profitrainerinnen",
|
|
632
|
+
"headlineText" : "Schulungen "
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"text" : "Workshops und Theorieeinheiten",
|
|
636
|
+
"headlineText" : "Praxis"
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"size" : "screen",
|
|
640
|
+
"blockWidth" : "site",
|
|
641
|
+
"margin" : {
|
|
642
|
+
"top" : true
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"children" : [
|
|
648
|
+
{
|
|
649
|
+
"text" : ""
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"block" : "inline/headline",
|
|
653
|
+
"attributes" : {
|
|
654
|
+
"title" : "SPONSOREN",
|
|
655
|
+
"headlineHeading" : "h3",
|
|
656
|
+
"headlineSize" : "lg",
|
|
657
|
+
"alignment" : "center",
|
|
658
|
+
"roundedEdges" : false,
|
|
659
|
+
"headlineColorCustom" : "#fff",
|
|
660
|
+
"headlineBackgroundCustom" : "#083e89",
|
|
661
|
+
"blockWidth" : "site",
|
|
662
|
+
"margin" : {
|
|
663
|
+
"top" : true
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"isEmpty" : false,
|
|
667
|
+
"type" : "storybook",
|
|
668
|
+
"storyId" : "inline-headline--headline"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"type" : "storybook",
|
|
672
|
+
"block" : "teaser/tripleteaser",
|
|
673
|
+
"isEmpty" : false,
|
|
674
|
+
"storyId" : "teaser-tripleteaser--primary",
|
|
675
|
+
"children" : [
|
|
676
|
+
{
|
|
677
|
+
"text" : ""
|
|
678
|
+
}
|
|
679
|
+
],
|
|
680
|
+
"attributes" : {
|
|
681
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
682
|
+
"limit" : 3,
|
|
683
|
+
"tags" : [],
|
|
684
|
+
"showCategories" : false,
|
|
685
|
+
"title" : "",
|
|
686
|
+
"subtitle" : "",
|
|
687
|
+
"moreLinkText" : "",
|
|
688
|
+
"link" : null,
|
|
689
|
+
"itemGap" : "medium",
|
|
690
|
+
"showIcons" : false,
|
|
691
|
+
"aspectRatio" : "4:3",
|
|
692
|
+
"roundedEdges" : false,
|
|
693
|
+
"showTeasertext" : false,
|
|
694
|
+
"backgroundImage" : null,
|
|
695
|
+
"mouseOverEffect" : "none",
|
|
696
|
+
"showTeaserTitle" : false,
|
|
697
|
+
"selected_entries" : [
|
|
698
|
+
{
|
|
699
|
+
"sys" : {
|
|
700
|
+
"id" : "2YnGlGshzQ1Q8hY7xVOZIH",
|
|
701
|
+
"contentType" : {
|
|
702
|
+
"sys" : {
|
|
703
|
+
"id" : "externalLink"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"fields" : {
|
|
708
|
+
"title" : {
|
|
709
|
+
"de" : "Aqua Marin"
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"sys" : {
|
|
715
|
+
"id" : "5BaYZlfKePX5DIlA4h6CJy",
|
|
716
|
+
"contentType" : {
|
|
717
|
+
"sys" : {
|
|
718
|
+
"id" : "externalLink"
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"fields" : {
|
|
723
|
+
"title" : {
|
|
724
|
+
"de" : "Pantaenius"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"sys" : {
|
|
730
|
+
"id" : "7zg6zvJZHped9IuSeOBlM5",
|
|
731
|
+
"contentType" : {
|
|
732
|
+
"sys" : {
|
|
733
|
+
"id" : "externalLink"
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"fields" : {
|
|
738
|
+
"title" : {
|
|
739
|
+
"de" : "Boot Center Konstanz"
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
],
|
|
744
|
+
"backgroundImageBlur" : true,
|
|
745
|
+
"textSize" : false,
|
|
746
|
+
"blockWidth" : "site"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"children" : [
|
|
751
|
+
{
|
|
752
|
+
"text" : ""
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"block" : "inline/headline",
|
|
756
|
+
"attributes" : {
|
|
757
|
+
"title" : "PARTNER",
|
|
758
|
+
"headlineHeading" : "h3",
|
|
759
|
+
"headlineSize" : "lg",
|
|
760
|
+
"alignment" : "center",
|
|
761
|
+
"roundedEdges" : false,
|
|
762
|
+
"headlineColorCustom" : "#fff",
|
|
763
|
+
"headlineBackgroundCustom" : "#083e89",
|
|
764
|
+
"blockWidth" : "site",
|
|
765
|
+
"margin" : {
|
|
766
|
+
"top" : true
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
"isEmpty" : false,
|
|
770
|
+
"type" : "storybook",
|
|
771
|
+
"storyId" : "inline-headline--headline"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"children" : [
|
|
775
|
+
{
|
|
776
|
+
"text" : ""
|
|
777
|
+
}
|
|
778
|
+
],
|
|
779
|
+
"block" : "teaser/slider",
|
|
780
|
+
"attributes" : {
|
|
781
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
782
|
+
"limit" : 4,
|
|
783
|
+
"tags" : [],
|
|
784
|
+
"showCategories" : false,
|
|
785
|
+
"slidesPerView" : 4,
|
|
786
|
+
"autoPlay" : false,
|
|
787
|
+
"autoPlaySpeed" : 4000,
|
|
788
|
+
"showSliderNavigation" : false,
|
|
789
|
+
"showSliderPagination" : false,
|
|
790
|
+
"title" : "",
|
|
791
|
+
"subtitle" : "",
|
|
792
|
+
"moreLinkText" : "Mehr Artikel lesen",
|
|
793
|
+
"link" : {
|
|
794
|
+
"metadata" : {
|
|
795
|
+
"tags" : []
|
|
796
|
+
},
|
|
797
|
+
"sys" : {
|
|
798
|
+
"space" : {
|
|
799
|
+
"sys" : {
|
|
800
|
+
"type" : "Link",
|
|
801
|
+
"linkType" : "Space",
|
|
802
|
+
"id" : "f32vl9lypwjc"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"id" : "2CJvWioxR8vzJcK8SETKK9",
|
|
806
|
+
"type" : "Entry",
|
|
807
|
+
"createdAt" : "2022-04-13T11:36:10.157Z",
|
|
808
|
+
"updatedAt" : "2022-04-13T11:36:10.157Z",
|
|
809
|
+
"environment" : {
|
|
810
|
+
"sys" : {
|
|
811
|
+
"id" : "master",
|
|
812
|
+
"type" : "Link",
|
|
813
|
+
"linkType" : "Environment"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"revision" : 1,
|
|
817
|
+
"contentType" : {
|
|
818
|
+
"sys" : {
|
|
819
|
+
"type" : "Link",
|
|
820
|
+
"linkType" : "ContentType",
|
|
821
|
+
"id" : "navigationNode"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
"locale" : "de"
|
|
825
|
+
},
|
|
826
|
+
"fields" : {
|
|
827
|
+
"layout" : {
|
|
828
|
+
"metadata" : {
|
|
829
|
+
"tags" : []
|
|
830
|
+
},
|
|
831
|
+
"sys" : {
|
|
832
|
+
"space" : {
|
|
833
|
+
"sys" : {
|
|
834
|
+
"type" : "Link",
|
|
835
|
+
"linkType" : "Space",
|
|
836
|
+
"id" : "f32vl9lypwjc"
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
"id" : "42c55tFfBZlliwrZwjvZAv",
|
|
840
|
+
"type" : "Entry",
|
|
841
|
+
"createdAt" : "2022-04-01T12:00:24.574Z",
|
|
842
|
+
"updatedAt" : "2022-04-01T12:27:47.515Z",
|
|
843
|
+
"environment" : {
|
|
844
|
+
"sys" : {
|
|
845
|
+
"id" : "master",
|
|
846
|
+
"type" : "Link",
|
|
847
|
+
"linkType" : "Environment"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"revision" : 4,
|
|
851
|
+
"contentType" : {
|
|
852
|
+
"sys" : {
|
|
853
|
+
"type" : "Link",
|
|
854
|
+
"linkType" : "ContentType",
|
|
855
|
+
"id" : "contentBlock"
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"locale" : "de"
|
|
859
|
+
},
|
|
860
|
+
"fields" : {
|
|
861
|
+
"portal" : "DK-EVENTS",
|
|
862
|
+
"title" : "Layout dk-events Boote Frauenfahrtraining",
|
|
863
|
+
"content" : [
|
|
864
|
+
{
|
|
865
|
+
"type" : "paragraph",
|
|
866
|
+
"children" : [
|
|
867
|
+
{
|
|
868
|
+
"text" : ""
|
|
869
|
+
}
|
|
870
|
+
]
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"type" : "storybook",
|
|
874
|
+
"block" : "structure/header",
|
|
875
|
+
"isEmpty" : false,
|
|
876
|
+
"storyId" : "structure-header--primary",
|
|
877
|
+
"children" : [
|
|
878
|
+
{
|
|
879
|
+
"text" : ""
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"attributes" : {
|
|
883
|
+
"stream" : "$$_STREAM__selected-navigation__",
|
|
884
|
+
"roundedEdges" : false,
|
|
885
|
+
"hoverEffect" : "zoom",
|
|
886
|
+
"headerSmall" : false,
|
|
887
|
+
"hideSearch" : true,
|
|
888
|
+
"homeLink" : "/boote-frauenfahrtraining/",
|
|
889
|
+
"contentEntry" : {
|
|
890
|
+
"sys" : {
|
|
891
|
+
"id" : "7CYkBVx1FHWbsaiNXbrW1x",
|
|
892
|
+
"contentType" : {
|
|
893
|
+
"sys" : {
|
|
894
|
+
"id" : "navigation"
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
},
|
|
898
|
+
"fields" : {
|
|
899
|
+
"title" : {
|
|
900
|
+
"de" : "BOOTE Frauenfahrtraining Hauptnavigation"
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"showProgressTitle" : true
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"type" : "storybook",
|
|
909
|
+
"block" : "layout/portal",
|
|
910
|
+
"isEmpty" : false,
|
|
911
|
+
"storyId" : "layout-portal--primary",
|
|
912
|
+
"children" : [
|
|
913
|
+
{
|
|
914
|
+
"text" : ""
|
|
915
|
+
}
|
|
916
|
+
],
|
|
917
|
+
"attributes" : {}
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"type" : "storybook",
|
|
921
|
+
"block" : "stroer/adbanner",
|
|
922
|
+
"isEmpty" : false,
|
|
923
|
+
"storyId" : "stroer-adbanner--primary",
|
|
924
|
+
"children" : [
|
|
925
|
+
{
|
|
926
|
+
"text" : ""
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"attributes" : {
|
|
930
|
+
"banner" : "pubperform"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"type" : "storybook",
|
|
935
|
+
"block" : "stroer/ad",
|
|
936
|
+
"isEmpty" : false,
|
|
937
|
+
"storyId" : "stroer-ad--primary",
|
|
938
|
+
"children" : [
|
|
939
|
+
{
|
|
940
|
+
"text" : ""
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"attributes" : {
|
|
944
|
+
"ad" : "out-of-page",
|
|
945
|
+
"desktopOnly" : true
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"type" : "storybook",
|
|
950
|
+
"block" : "stroer/ad",
|
|
951
|
+
"isEmpty" : false,
|
|
952
|
+
"storyId" : "stroer-ad--primary",
|
|
953
|
+
"children" : [
|
|
954
|
+
{
|
|
955
|
+
"text" : ""
|
|
956
|
+
}
|
|
957
|
+
],
|
|
958
|
+
"attributes" : {
|
|
959
|
+
"ad" : "stickyfooter",
|
|
960
|
+
"mobileOnly" : true
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"type" : "storybook",
|
|
965
|
+
"block" : "structure/footer",
|
|
966
|
+
"isEmpty" : false,
|
|
967
|
+
"storyId" : "structure-footer--primary",
|
|
968
|
+
"children" : [
|
|
969
|
+
{
|
|
970
|
+
"text" : ""
|
|
971
|
+
}
|
|
972
|
+
],
|
|
973
|
+
"attributes" : {
|
|
974
|
+
"footerBackground" : "",
|
|
975
|
+
"stream" : "$$_STREAM__selected-navigation__",
|
|
976
|
+
"streamLinks" : "$$_STREAM__navigation-footer-links__",
|
|
977
|
+
"logo" : null,
|
|
978
|
+
"contentEntry" : {
|
|
979
|
+
"sys" : {
|
|
980
|
+
"id" : "1AKxtxkaY1x2kHIwrQyuiC",
|
|
981
|
+
"contentType" : {
|
|
982
|
+
"sys" : {
|
|
983
|
+
"id" : "navigation"
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
"fields" : {
|
|
988
|
+
"title" : {
|
|
989
|
+
"de" : "Boote Frauenfahrtraining Event Footer"
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"type" : "paragraph",
|
|
997
|
+
"children" : [
|
|
998
|
+
{
|
|
999
|
+
"text" : ""
|
|
1000
|
+
}
|
|
1001
|
+
]
|
|
1002
|
+
}
|
|
1003
|
+
]
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"style" : {
|
|
1007
|
+
"metadata" : {
|
|
1008
|
+
"tags" : []
|
|
1009
|
+
},
|
|
1010
|
+
"sys" : {
|
|
1011
|
+
"space" : {
|
|
1012
|
+
"sys" : {
|
|
1013
|
+
"type" : "Link",
|
|
1014
|
+
"linkType" : "Space",
|
|
1015
|
+
"id" : "f32vl9lypwjc"
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"id" : "1PWF2HJAIgId3L0NYJyVn4",
|
|
1019
|
+
"type" : "Entry",
|
|
1020
|
+
"createdAt" : "2022-04-01T12:07:57.082Z",
|
|
1021
|
+
"updatedAt" : "2022-04-01T13:06:07.452Z",
|
|
1022
|
+
"environment" : {
|
|
1023
|
+
"sys" : {
|
|
1024
|
+
"id" : "master",
|
|
1025
|
+
"type" : "Link",
|
|
1026
|
+
"linkType" : "Environment"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"revision" : 4,
|
|
1030
|
+
"contentType" : {
|
|
1031
|
+
"sys" : {
|
|
1032
|
+
"type" : "Link",
|
|
1033
|
+
"linkType" : "ContentType",
|
|
1034
|
+
"id" : "style"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"locale" : "de"
|
|
1038
|
+
},
|
|
1039
|
+
"fields" : {
|
|
1040
|
+
"name" : "Boote Frauenfahrtraining Event Style ",
|
|
1041
|
+
"portal" : "DK-EVENTS",
|
|
1042
|
+
"favicon" : [
|
|
1043
|
+
{
|
|
1044
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1648814850/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/favicon-32x32_exf7py.png",
|
|
1045
|
+
"tags" : [],
|
|
1046
|
+
"type" : "upload",
|
|
1047
|
+
"bytes" : 1242,
|
|
1048
|
+
"width" : 32,
|
|
1049
|
+
"format" : "png",
|
|
1050
|
+
"height" : 32,
|
|
1051
|
+
"context" : {
|
|
1052
|
+
"custom" : {
|
|
1053
|
+
"etag" : "dd18180e40d6cbc2f29902f7c19e263b"
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
"version" : 1648814850,
|
|
1057
|
+
"duration" : null,
|
|
1058
|
+
"metadata" : [],
|
|
1059
|
+
"public_id" : "DK Events/Styles/BOOTE Frauenfahrtraining/favicon-32x32_exf7py",
|
|
1060
|
+
"created_at" : "2022-04-01T12:07:30.000Z",
|
|
1061
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1648814850/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/favicon-32x32_exf7py.png",
|
|
1062
|
+
"original_url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648814850/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/favicon-32x32_exf7py.png",
|
|
1063
|
+
"resource_type" : "image",
|
|
1064
|
+
"raw_transformation" : "f_auto/q_auto",
|
|
1065
|
+
"original_secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648814850/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/favicon-32x32_exf7py.png"
|
|
1066
|
+
}
|
|
1067
|
+
],
|
|
1068
|
+
"logo" : [
|
|
1069
|
+
{
|
|
1070
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1648815264/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e.eps",
|
|
1071
|
+
"tags" : [],
|
|
1072
|
+
"type" : "upload",
|
|
1073
|
+
"bytes" : 1174306,
|
|
1074
|
+
"width" : 273,
|
|
1075
|
+
"format" : "eps",
|
|
1076
|
+
"height" : 169,
|
|
1077
|
+
"context" : {
|
|
1078
|
+
"custom" : {
|
|
1079
|
+
"etag" : "2fadf1c5b1108e4b0faf843b7c6892dc"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"version" : 1648815264,
|
|
1083
|
+
"duration" : null,
|
|
1084
|
+
"metadata" : [],
|
|
1085
|
+
"public_id" : "DK Events/Styles/BOOTE Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e",
|
|
1086
|
+
"created_at" : "2022-04-01T12:14:24.000Z",
|
|
1087
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1648815264/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e.eps",
|
|
1088
|
+
"original_url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648815264/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e.eps",
|
|
1089
|
+
"resource_type" : "image",
|
|
1090
|
+
"raw_transformation" : "f_auto/q_auto",
|
|
1091
|
+
"original_secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648815264/DK%20Events/Styles/BOOTE%20Frauenfahrtraining/BFFT_Logo_2022_1_pxcg7x_c4dm0e.eps"
|
|
1092
|
+
}
|
|
1093
|
+
],
|
|
1094
|
+
"primaryColor" : "#083e89",
|
|
1095
|
+
"secondaryColor" : "#202124"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
"portal" : "DK-EVENTS",
|
|
1099
|
+
"title" : "Covid-19",
|
|
1100
|
+
"slug" : "boote-frauenfahrtraining/info/covid-19",
|
|
1101
|
+
"hidden" : false
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
"selected_entries" : [
|
|
1105
|
+
{
|
|
1106
|
+
"sys" : {
|
|
1107
|
+
"id" : "4qiv2lz6OsfMW0kG5lkHos",
|
|
1108
|
+
"contentType" : {
|
|
1109
|
+
"sys" : {
|
|
1110
|
+
"id" : "externalLink"
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"fields" : {
|
|
1115
|
+
"title" : {
|
|
1116
|
+
"de" : "Cranchi"
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"sys" : {
|
|
1122
|
+
"id" : "3qOsVlrCV2fPyoxB52fWmU",
|
|
1123
|
+
"contentType" : {
|
|
1124
|
+
"sys" : {
|
|
1125
|
+
"id" : "externalLink"
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
"fields" : {
|
|
1130
|
+
"title" : {
|
|
1131
|
+
"de" : "ancora marina"
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"sys" : {
|
|
1137
|
+
"id" : "6Bc58ttDVJlbGv8QVibF9P",
|
|
1138
|
+
"contentType" : {
|
|
1139
|
+
"sys" : {
|
|
1140
|
+
"id" : "externalLink"
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"fields" : {
|
|
1145
|
+
"title" : {
|
|
1146
|
+
"de" : "Enjoy Yachting"
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"sys" : {
|
|
1152
|
+
"id" : "74SOcsj7zdqLUbJVNxB3Cz",
|
|
1153
|
+
"contentType" : {
|
|
1154
|
+
"sys" : {
|
|
1155
|
+
"id" : "externalLink"
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
"fields" : {
|
|
1160
|
+
"title" : {
|
|
1161
|
+
"de" : "Gründl"
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
],
|
|
1166
|
+
"blockWidth" : "site",
|
|
1167
|
+
"showTeaserTitle" : false,
|
|
1168
|
+
"roundedEdges" : false,
|
|
1169
|
+
"hasBorder" : false,
|
|
1170
|
+
"fixedSize" : "small",
|
|
1171
|
+
"aspectRatio" : "4:3",
|
|
1172
|
+
"darkenImage" : false,
|
|
1173
|
+
"blurImage" : false,
|
|
1174
|
+
"mouseOverTeaserTitle" : false,
|
|
1175
|
+
"teaserTitleColorChange" : false,
|
|
1176
|
+
"hasTextShadow" : false,
|
|
1177
|
+
"backgroundImageBlur" : false,
|
|
1178
|
+
"backgroundColor" : "#",
|
|
1179
|
+
"__blacklistEnabled" : false
|
|
1180
|
+
},
|
|
1181
|
+
"isEmpty" : false,
|
|
1182
|
+
"type" : "storybook",
|
|
1183
|
+
"storyId" : "teaser-slider--primary"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"hidden" : false
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
"aspectRatio" : "4:3",
|
|
1190
|
+
"hasMobileAspectRatio" : false,
|
|
1191
|
+
"firstTeaserFullWidth" : false,
|
|
1192
|
+
"roundedEdges" : false,
|
|
1193
|
+
"hasBorder" : false,
|
|
1194
|
+
"borderColorCustom" : false,
|
|
1195
|
+
"textPosition" : "below",
|
|
1196
|
+
"teaserStyle" : false,
|
|
1197
|
+
"countPerRow" : 3,
|
|
1198
|
+
"showTeasertext" : false,
|
|
1199
|
+
"showIcons" : false,
|
|
1200
|
+
"mouseOverEffect" : "none",
|
|
1201
|
+
"hasTextShadow" : false,
|
|
1202
|
+
"showTeaserTitle" : false,
|
|
1203
|
+
"selected_entries" : [
|
|
1204
|
+
{
|
|
1205
|
+
"sys" : {
|
|
1206
|
+
"id" : "2KfmXNA01ohyVruqVHAtBk",
|
|
1207
|
+
"contentType" : {
|
|
1208
|
+
"sys" : {
|
|
1209
|
+
"id" : "externalLink"
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"fields" : {
|
|
1214
|
+
"title" : {
|
|
1215
|
+
"de" : "Mons Royale"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"sys" : {
|
|
1221
|
+
"id" : "17CwQIrXDIDdBPzUQUZ4Gf",
|
|
1222
|
+
"contentType" : {
|
|
1223
|
+
"sys" : {
|
|
1224
|
+
"id" : "externalLink"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
"fields" : {
|
|
1229
|
+
"title" : {
|
|
1230
|
+
"de" : "Dolomiti Paganella Bike"
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"sys" : {
|
|
1236
|
+
"id" : "3AXRxkJE83Z2B00iZbdFjR",
|
|
1237
|
+
"contentType" : {
|
|
1238
|
+
"sys" : {
|
|
1239
|
+
"id" : "externalLink"
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
"fields" : {
|
|
1244
|
+
"title" : {
|
|
1245
|
+
"de" : "Trentino"
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"sys" : {
|
|
1251
|
+
"id" : "1Xx8ThUa93SpD1i8glD1i8",
|
|
1252
|
+
"contentType" : {
|
|
1253
|
+
"sys" : {
|
|
1254
|
+
"id" : "externalLink"
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
},
|
|
1258
|
+
"fields" : {
|
|
1259
|
+
"title" : {
|
|
1260
|
+
"de" : "Bitburger"
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
],
|
|
1265
|
+
"blockWidth" : "site"
|
|
1266
|
+
},
|
|
1267
|
+
"isEmpty" : false,
|
|
1268
|
+
"type" : "storybook",
|
|
1269
|
+
"storyId" : "teaser-genericteaser--normale-liste"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"type" : "storybook",
|
|
1273
|
+
"block" : "inline/headline",
|
|
1274
|
+
"isEmpty" : false,
|
|
1275
|
+
"storyId" : "inline-headline--headline",
|
|
1276
|
+
"children" : [
|
|
1277
|
+
{
|
|
1278
|
+
"text" : ""
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
1281
|
+
"attributes" : {
|
|
1282
|
+
"title" : "PARTNER 2023",
|
|
1283
|
+
"headlineHeading" : "h3",
|
|
1284
|
+
"headlineSize" : "lg",
|
|
1285
|
+
"alignment" : "center",
|
|
1286
|
+
"roundedEdges" : false,
|
|
1287
|
+
"blockWidth" : "site",
|
|
1288
|
+
"headlineColorCustom" : "#fff",
|
|
1289
|
+
"headlineBackgroundCustom" : "#35B5B1"
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"children" : [
|
|
1294
|
+
{
|
|
1295
|
+
"text" : ""
|
|
1296
|
+
}
|
|
1297
|
+
],
|
|
1298
|
+
"block" : "teaser/genericteaser",
|
|
1299
|
+
"attributes" : {
|
|
1300
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
1301
|
+
"limit" : 16,
|
|
1302
|
+
"showCategories" : false,
|
|
1303
|
+
"title" : "",
|
|
1304
|
+
"subtitle" : "",
|
|
1305
|
+
"moreLinkText" : "Mehr Artikel lesen",
|
|
1306
|
+
"link" : {
|
|
1307
|
+
"metadata" : {
|
|
1308
|
+
"tags" : []
|
|
1309
|
+
},
|
|
1310
|
+
"sys" : {
|
|
1311
|
+
"space" : {
|
|
1312
|
+
"sys" : {
|
|
1313
|
+
"type" : "Link",
|
|
1314
|
+
"linkType" : "Space",
|
|
1315
|
+
"id" : "f32vl9lypwjc"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"id" : "49SqTeQF7XqgMQ5rcrcXPs",
|
|
1319
|
+
"type" : "Entry",
|
|
1320
|
+
"createdAt" : "2022-02-15T10:58:45.501Z",
|
|
1321
|
+
"updatedAt" : "2022-04-22T11:07:13.204Z",
|
|
1322
|
+
"environment" : {
|
|
1323
|
+
"sys" : {
|
|
1324
|
+
"id" : "master",
|
|
1325
|
+
"type" : "Link",
|
|
1326
|
+
"linkType" : "Environment"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"revision" : 16,
|
|
1330
|
+
"contentType" : {
|
|
1331
|
+
"sys" : {
|
|
1332
|
+
"type" : "Link",
|
|
1333
|
+
"linkType" : "ContentType",
|
|
1334
|
+
"id" : "navigationNode"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"locale" : "de"
|
|
1338
|
+
},
|
|
1339
|
+
"fields" : {
|
|
1340
|
+
"layout" : {
|
|
1341
|
+
"metadata" : {
|
|
1342
|
+
"tags" : []
|
|
1343
|
+
},
|
|
1344
|
+
"sys" : {
|
|
1345
|
+
"space" : {
|
|
1346
|
+
"sys" : {
|
|
1347
|
+
"type" : "Link",
|
|
1348
|
+
"linkType" : "Space",
|
|
1349
|
+
"id" : "f32vl9lypwjc"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
"id" : "27y5zZnwtHnNMjZLmMyOd5",
|
|
1353
|
+
"type" : "Entry",
|
|
1354
|
+
"createdAt" : "2022-02-15T10:59:54.038Z",
|
|
1355
|
+
"updatedAt" : "2022-03-24T15:31:54.528Z",
|
|
1356
|
+
"environment" : {
|
|
1357
|
+
"sys" : {
|
|
1358
|
+
"id" : "master",
|
|
1359
|
+
"type" : "Link",
|
|
1360
|
+
"linkType" : "Environment"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
"revision" : 4,
|
|
1364
|
+
"contentType" : {
|
|
1365
|
+
"sys" : {
|
|
1366
|
+
"type" : "Link",
|
|
1367
|
+
"linkType" : "ContentType",
|
|
1368
|
+
"id" : "contentBlock"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
"locale" : "de"
|
|
1372
|
+
},
|
|
1373
|
+
"fields" : {
|
|
1374
|
+
"portal" : "DK-EVENTS",
|
|
1375
|
+
"title" : "Layout dk-events",
|
|
1376
|
+
"content" : [
|
|
1377
|
+
{
|
|
1378
|
+
"type" : "storybook",
|
|
1379
|
+
"block" : "structure/header",
|
|
1380
|
+
"isEmpty" : false,
|
|
1381
|
+
"storyId" : "structure-header--primary",
|
|
1382
|
+
"children" : [
|
|
1383
|
+
{
|
|
1384
|
+
"text" : ""
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"attributes" : {
|
|
1388
|
+
"stream" : "$$_STREAM__navigation-main__",
|
|
1389
|
+
"roundedEdges" : false,
|
|
1390
|
+
"hoverEffect" : "zoom",
|
|
1391
|
+
"headerSmall" : false,
|
|
1392
|
+
"hideSearch" : true,
|
|
1393
|
+
"showProgressTitle" : true
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"type" : "storybook",
|
|
1398
|
+
"block" : "layout/portal",
|
|
1399
|
+
"isEmpty" : false,
|
|
1400
|
+
"storyId" : "layout-portal--primary",
|
|
1401
|
+
"children" : [
|
|
1402
|
+
{
|
|
1403
|
+
"text" : ""
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"attributes" : {}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"type" : "storybook",
|
|
1410
|
+
"block" : "stroer/adbanner",
|
|
1411
|
+
"isEmpty" : false,
|
|
1412
|
+
"storyId" : "stroer-adbanner--primary",
|
|
1413
|
+
"children" : [
|
|
1414
|
+
{
|
|
1415
|
+
"text" : ""
|
|
1416
|
+
}
|
|
1417
|
+
],
|
|
1418
|
+
"attributes" : {
|
|
1419
|
+
"banner" : "pubperform"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"type" : "storybook",
|
|
1424
|
+
"block" : "stroer/ad",
|
|
1425
|
+
"isEmpty" : false,
|
|
1426
|
+
"storyId" : "stroer-ad--primary",
|
|
1427
|
+
"children" : [
|
|
1428
|
+
{
|
|
1429
|
+
"text" : ""
|
|
1430
|
+
}
|
|
1431
|
+
],
|
|
1432
|
+
"attributes" : {
|
|
1433
|
+
"ad" : "out-of-page",
|
|
1434
|
+
"desktopOnly" : true
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"type" : "storybook",
|
|
1439
|
+
"block" : "stroer/ad",
|
|
1440
|
+
"isEmpty" : false,
|
|
1441
|
+
"storyId" : "stroer-ad--primary",
|
|
1442
|
+
"children" : [
|
|
1443
|
+
{
|
|
1444
|
+
"text" : ""
|
|
1445
|
+
}
|
|
1446
|
+
],
|
|
1447
|
+
"attributes" : {
|
|
1448
|
+
"ad" : "stickyfooter",
|
|
1449
|
+
"mobileOnly" : true
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"type" : "storybook",
|
|
1454
|
+
"block" : "structure/footer",
|
|
1455
|
+
"isEmpty" : false,
|
|
1456
|
+
"storyId" : "structure-footer--primary",
|
|
1457
|
+
"children" : [
|
|
1458
|
+
{
|
|
1459
|
+
"text" : ""
|
|
1460
|
+
}
|
|
1461
|
+
],
|
|
1462
|
+
"attributes" : {
|
|
1463
|
+
"logo" : null,
|
|
1464
|
+
"stream" : "$$_STREAM__navigation-footer__",
|
|
1465
|
+
"streamLinks" : "$$_STREAM__navigation-footer-links__"
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"type" : "paragraph",
|
|
1470
|
+
"children" : [
|
|
1471
|
+
{
|
|
1472
|
+
"text" : ""
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
}
|
|
1476
|
+
]
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
"portal" : "DK-EVENTS",
|
|
1480
|
+
"title" : "Wasser",
|
|
1481
|
+
"slug" : "wasser",
|
|
1482
|
+
"content" : [
|
|
1483
|
+
{
|
|
1484
|
+
"type" : "storybook",
|
|
1485
|
+
"block" : "teaser/tripleteaser",
|
|
1486
|
+
"isEmpty" : false,
|
|
1487
|
+
"storyId" : "teaser-tripleteaser--primary",
|
|
1488
|
+
"children" : [
|
|
1489
|
+
{
|
|
1490
|
+
"text" : ""
|
|
1491
|
+
}
|
|
1492
|
+
],
|
|
1493
|
+
"attributes" : {
|
|
1494
|
+
"link" : null,
|
|
1495
|
+
"tags" : [],
|
|
1496
|
+
"limit" : 3,
|
|
1497
|
+
"title" : "Fahrtrainings",
|
|
1498
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
1499
|
+
"itemGap" : "medium",
|
|
1500
|
+
"subtitle" : "",
|
|
1501
|
+
"aspectRatio" : "4:3",
|
|
1502
|
+
"moreLinkText" : "",
|
|
1503
|
+
"showCategories" : false,
|
|
1504
|
+
"mouseOverEffect" : "zoom",
|
|
1505
|
+
"showTeaserTitle" : false,
|
|
1506
|
+
"selected_entries" : [
|
|
1507
|
+
{
|
|
1508
|
+
"sys" : {
|
|
1509
|
+
"id" : "69yCPawyZvK7RUopwNkF2O",
|
|
1510
|
+
"contentType" : {
|
|
1511
|
+
"sys" : {
|
|
1512
|
+
"id" : "externalLink"
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"fields" : {
|
|
1517
|
+
"title" : {
|
|
1518
|
+
"de" : "BOOTE Fresh Up Werder"
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"sys" : {
|
|
1524
|
+
"id" : "6AZLky80R7ouU1howiG83s",
|
|
1525
|
+
"contentType" : {
|
|
1526
|
+
"sys" : {
|
|
1527
|
+
"id" : "externalLink"
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
"fields" : {
|
|
1532
|
+
"title" : {
|
|
1533
|
+
"de" : "Schleusen- & Hafenmanöver auf Linssen Yachten"
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"sys" : {
|
|
1539
|
+
"id" : "4G9FvYbchBtN9l4WeDNJSM",
|
|
1540
|
+
"contentType" : {
|
|
1541
|
+
"sys" : {
|
|
1542
|
+
"id" : "externalLink"
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
"fields" : {
|
|
1547
|
+
"title" : {
|
|
1548
|
+
"de" : "Cat Experience"
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
]
|
|
1553
|
+
}
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"type" : "storybook",
|
|
1557
|
+
"block" : "teaser/tripleteaser",
|
|
1558
|
+
"isEmpty" : false,
|
|
1559
|
+
"storyId" : "teaser-tripleteaser--primary",
|
|
1560
|
+
"children" : [
|
|
1561
|
+
{
|
|
1562
|
+
"text" : ""
|
|
1563
|
+
}
|
|
1564
|
+
],
|
|
1565
|
+
"attributes" : {
|
|
1566
|
+
"link" : null,
|
|
1567
|
+
"tags" : [],
|
|
1568
|
+
"limit" : 3,
|
|
1569
|
+
"title" : "Frauenfahrtrainings",
|
|
1570
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
1571
|
+
"itemGap" : "medium",
|
|
1572
|
+
"subtitle" : "",
|
|
1573
|
+
"aspectRatio" : "4:3",
|
|
1574
|
+
"moreLinkText" : "",
|
|
1575
|
+
"roundedEdges" : true,
|
|
1576
|
+
"showCategories" : false,
|
|
1577
|
+
"mouseOverEffect" : "zoom",
|
|
1578
|
+
"showTeaserTitle" : false,
|
|
1579
|
+
"selected_entries" : [
|
|
1580
|
+
{
|
|
1581
|
+
"sys" : {
|
|
1582
|
+
"id" : "4jkA7g6b7fFs1bA4GK3w0y",
|
|
1583
|
+
"contentType" : {
|
|
1584
|
+
"sys" : {
|
|
1585
|
+
"id" : "externalLink"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"fields" : {
|
|
1590
|
+
"title" : {
|
|
1591
|
+
"de" : "BOOTE Frauenfahrtraining Konstanz"
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"sys" : {
|
|
1597
|
+
"id" : "1UwTqe4W1AkPBljH1yd2be",
|
|
1598
|
+
"contentType" : {
|
|
1599
|
+
"sys" : {
|
|
1600
|
+
"id" : "externalLink"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"fields" : {
|
|
1605
|
+
"title" : {
|
|
1606
|
+
"de" : "BOOTE Frauenfahrtraining Werder"
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"sys" : {
|
|
1612
|
+
"id" : "WAHa0HirQMHqM36j76QEj",
|
|
1613
|
+
"contentType" : {
|
|
1614
|
+
"sys" : {
|
|
1615
|
+
"id" : "externalLink"
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"fields" : {
|
|
1620
|
+
"title" : {
|
|
1621
|
+
"de" : "YACHT Skippertraining \"Ladys only\""
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
]
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"type" : "storybook",
|
|
1630
|
+
"block" : "teaser/tripleteaser",
|
|
1631
|
+
"isEmpty" : false,
|
|
1632
|
+
"storyId" : "teaser-tripleteaser--primary",
|
|
1633
|
+
"children" : [
|
|
1634
|
+
{
|
|
1635
|
+
"text" : ""
|
|
1636
|
+
}
|
|
1637
|
+
],
|
|
1638
|
+
"attributes" : {
|
|
1639
|
+
"link" : null,
|
|
1640
|
+
"tags" : [],
|
|
1641
|
+
"limit" : 3,
|
|
1642
|
+
"title" : "Festivals",
|
|
1643
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
1644
|
+
"itemGap" : "medium",
|
|
1645
|
+
"subtitle" : "",
|
|
1646
|
+
"aspectRatio" : "4:3",
|
|
1647
|
+
"moreLinkText" : "",
|
|
1648
|
+
"roundedEdges" : true,
|
|
1649
|
+
"showCategories" : false,
|
|
1650
|
+
"mouseOverEffect" : "zoom",
|
|
1651
|
+
"showTeaserTitle" : false,
|
|
1652
|
+
"selected_entries" : [
|
|
1653
|
+
{
|
|
1654
|
+
"sys" : {
|
|
1655
|
+
"id" : "4xLQ0rr1KDBDDvNhEvbIBj",
|
|
1656
|
+
"contentType" : {
|
|
1657
|
+
"sys" : {
|
|
1658
|
+
"id" : "externalLink"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
"fields" : {
|
|
1663
|
+
"title" : {
|
|
1664
|
+
"de" : "SURF Festival"
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
]
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"type" : "storybook",
|
|
1673
|
+
"block" : "teaser/tripleteaser",
|
|
1674
|
+
"isEmpty" : false,
|
|
1675
|
+
"storyId" : "teaser-tripleteaser--primary",
|
|
1676
|
+
"children" : [
|
|
1677
|
+
{
|
|
1678
|
+
"text" : ""
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"attributes" : {
|
|
1682
|
+
"link" : null,
|
|
1683
|
+
"tags" : [],
|
|
1684
|
+
"limit" : 3,
|
|
1685
|
+
"title" : "Konferenzen",
|
|
1686
|
+
"stream" : "$$_STREAM__teaser-regular.js__",
|
|
1687
|
+
"itemGap" : "medium",
|
|
1688
|
+
"subtitle" : "",
|
|
1689
|
+
"aspectRatio" : "4:3",
|
|
1690
|
+
"moreLinkText" : "",
|
|
1691
|
+
"roundedEdges" : true,
|
|
1692
|
+
"showCategories" : false,
|
|
1693
|
+
"mouseOverEffect" : "zoom",
|
|
1694
|
+
"showTeaserTitle" : false,
|
|
1695
|
+
"selected_entries" : [
|
|
1696
|
+
{
|
|
1697
|
+
"sys" : {
|
|
1698
|
+
"id" : "1kpDksjMinJquI4asWwotD",
|
|
1699
|
+
"contentType" : {
|
|
1700
|
+
"sys" : {
|
|
1701
|
+
"id" : "externalLink"
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"fields" : {
|
|
1706
|
+
"title" : {
|
|
1707
|
+
"de" : "German Superyacht Conference "
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
]
|
|
1712
|
+
}
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"children" : [
|
|
1716
|
+
{
|
|
1717
|
+
"metadata" : {
|
|
1718
|
+
"tags" : []
|
|
1719
|
+
},
|
|
1720
|
+
"sys" : {
|
|
1721
|
+
"space" : {
|
|
1722
|
+
"sys" : {
|
|
1723
|
+
"type" : "Link",
|
|
1724
|
+
"linkType" : "Space",
|
|
1725
|
+
"id" : "f32vl9lypwjc"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
"id" : "7AJacJssvfnLdMZGAbgD1V",
|
|
1729
|
+
"type" : "Entry",
|
|
1730
|
+
"createdAt" : "2022-02-15T10:58:45.415Z",
|
|
1731
|
+
"updatedAt" : "2022-04-14T13:36:01.156Z",
|
|
1732
|
+
"environment" : {
|
|
1733
|
+
"sys" : {
|
|
1734
|
+
"id" : "master",
|
|
1735
|
+
"type" : "Link",
|
|
1736
|
+
"linkType" : "Environment"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
"revision" : 31,
|
|
1740
|
+
"contentType" : {
|
|
1741
|
+
"sys" : {
|
|
1742
|
+
"type" : "Link",
|
|
1743
|
+
"linkType" : "ContentType",
|
|
1744
|
+
"id" : "navigationNode"
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
"locale" : "de"
|
|
1748
|
+
},
|
|
1749
|
+
"fields" : {
|
|
1750
|
+
"layout" : {
|
|
1751
|
+
"metadata" : {
|
|
1752
|
+
"tags" : []
|
|
1753
|
+
},
|
|
1754
|
+
"sys" : {
|
|
1755
|
+
"space" : {
|
|
1756
|
+
"sys" : {
|
|
1757
|
+
"type" : "Link",
|
|
1758
|
+
"linkType" : "Space",
|
|
1759
|
+
"id" : "f32vl9lypwjc"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"id" : "27y5zZnwtHnNMjZLmMyOd5",
|
|
1763
|
+
"type" : "Entry",
|
|
1764
|
+
"createdAt" : "2022-02-15T10:59:54.038Z",
|
|
1765
|
+
"updatedAt" : "2022-03-24T15:31:54.528Z",
|
|
1766
|
+
"environment" : {
|
|
1767
|
+
"sys" : {
|
|
1768
|
+
"id" : "master",
|
|
1769
|
+
"type" : "Link",
|
|
1770
|
+
"linkType" : "Environment"
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
"revision" : 4,
|
|
1774
|
+
"contentType" : {
|
|
1775
|
+
"sys" : {
|
|
1776
|
+
"type" : "Link",
|
|
1777
|
+
"linkType" : "ContentType",
|
|
1778
|
+
"id" : "contentBlock"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
"locale" : "de"
|
|
1782
|
+
},
|
|
1783
|
+
"fields" : {
|
|
1784
|
+
"portal" : "DK-EVENTS",
|
|
1785
|
+
"title" : "Layout dk-events",
|
|
1786
|
+
"content" : [
|
|
1787
|
+
{
|
|
1788
|
+
"type" : "storybook",
|
|
1789
|
+
"block" : "structure/header",
|
|
1790
|
+
"isEmpty" : false,
|
|
1791
|
+
"storyId" : "structure-header--primary",
|
|
1792
|
+
"children" : [
|
|
1793
|
+
{
|
|
1794
|
+
"text" : ""
|
|
1795
|
+
}
|
|
1796
|
+
],
|
|
1797
|
+
"attributes" : {
|
|
1798
|
+
"stream" : "$$_STREAM__navigation-main__",
|
|
1799
|
+
"roundedEdges" : false,
|
|
1800
|
+
"hoverEffect" : "zoom",
|
|
1801
|
+
"headerSmall" : false,
|
|
1802
|
+
"hideSearch" : true,
|
|
1803
|
+
"showProgressTitle" : true
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"type" : "storybook",
|
|
1808
|
+
"block" : "layout/portal",
|
|
1809
|
+
"isEmpty" : false,
|
|
1810
|
+
"storyId" : "layout-portal--primary",
|
|
1811
|
+
"children" : [
|
|
1812
|
+
{
|
|
1813
|
+
"text" : ""
|
|
1814
|
+
}
|
|
1815
|
+
],
|
|
1816
|
+
"attributes" : {}
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"type" : "storybook",
|
|
1820
|
+
"block" : "stroer/adbanner",
|
|
1821
|
+
"isEmpty" : false,
|
|
1822
|
+
"storyId" : "stroer-adbanner--primary",
|
|
1823
|
+
"children" : [
|
|
1824
|
+
{
|
|
1825
|
+
"text" : ""
|
|
1826
|
+
}
|
|
1827
|
+
],
|
|
1828
|
+
"attributes" : {
|
|
1829
|
+
"banner" : "pubperform"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"type" : "storybook",
|
|
1834
|
+
"block" : "stroer/ad",
|
|
1835
|
+
"isEmpty" : false,
|
|
1836
|
+
"storyId" : "stroer-ad--primary",
|
|
1837
|
+
"children" : [
|
|
1838
|
+
{
|
|
1839
|
+
"text" : ""
|
|
1840
|
+
}
|
|
1841
|
+
],
|
|
1842
|
+
"attributes" : {
|
|
1843
|
+
"ad" : "out-of-page",
|
|
1844
|
+
"desktopOnly" : true
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"type" : "storybook",
|
|
1849
|
+
"block" : "stroer/ad",
|
|
1850
|
+
"isEmpty" : false,
|
|
1851
|
+
"storyId" : "stroer-ad--primary",
|
|
1852
|
+
"children" : [
|
|
1853
|
+
{
|
|
1854
|
+
"text" : ""
|
|
1855
|
+
}
|
|
1856
|
+
],
|
|
1857
|
+
"attributes" : {
|
|
1858
|
+
"ad" : "stickyfooter",
|
|
1859
|
+
"mobileOnly" : true
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"type" : "storybook",
|
|
1864
|
+
"block" : "structure/footer",
|
|
1865
|
+
"isEmpty" : false,
|
|
1866
|
+
"storyId" : "structure-footer--primary",
|
|
1867
|
+
"children" : [
|
|
1868
|
+
{
|
|
1869
|
+
"text" : ""
|
|
1870
|
+
}
|
|
1871
|
+
],
|
|
1872
|
+
"attributes" : {
|
|
1873
|
+
"logo" : null,
|
|
1874
|
+
"stream" : "$$_STREAM__navigation-footer__",
|
|
1875
|
+
"streamLinks" : "$$_STREAM__navigation-footer-links__"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"type" : "paragraph",
|
|
1880
|
+
"children" : [
|
|
1881
|
+
{
|
|
1882
|
+
"text" : ""
|
|
1883
|
+
}
|
|
1884
|
+
]
|
|
1885
|
+
}
|
|
1886
|
+
]
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
"portal" : "DK-EVENTS",
|
|
1890
|
+
"title" : "Fahrtrainings",
|
|
1891
|
+
"slug" : "wasser/fahrtrainings",
|
|
1892
|
+
"oldSlugs" : [
|
|
1893
|
+
"fahrtrainings"
|
|
1894
|
+
],
|
|
1895
|
+
"content" : [
|
|
1896
|
+
{
|
|
1897
|
+
"type" : "storybook",
|
|
1898
|
+
"block" : "inline/headline",
|
|
1899
|
+
"isEmpty" : false,
|
|
1900
|
+
"storyId" : "inline-headline--headline",
|
|
1901
|
+
"children" : [
|
|
1902
|
+
{
|
|
1903
|
+
"text" : ""
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1906
|
+
"attributes" : {
|
|
1907
|
+
"title" : "Fahrtrainings",
|
|
1908
|
+
"margin" : {
|
|
1909
|
+
"bottom" : true
|
|
1910
|
+
},
|
|
1911
|
+
"alignment" : "center",
|
|
1912
|
+
"blockWidth" : "site",
|
|
1913
|
+
"headlineSize" : "sm",
|
|
1914
|
+
"roundedEdges" : false,
|
|
1915
|
+
"headlineHeading" : "h1",
|
|
1916
|
+
"headlineColorCustom" : "#ffff",
|
|
1917
|
+
"headlineBackgroundCustom" : "#e10813"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"type" : "paragraph",
|
|
1922
|
+
"children" : [
|
|
1923
|
+
{
|
|
1924
|
+
"text" : ""
|
|
1925
|
+
}
|
|
1926
|
+
]
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"type" : "layout",
|
|
1930
|
+
"children" : [
|
|
1931
|
+
{
|
|
1932
|
+
"type" : "layout-slot",
|
|
1933
|
+
"children" : [
|
|
1934
|
+
{
|
|
1935
|
+
"type" : "paragraph",
|
|
1936
|
+
"children" : [
|
|
1937
|
+
{
|
|
1938
|
+
"bold" : true,
|
|
1939
|
+
"text" : "BOOTE-Fresh Up powered by Pantaenius"
|
|
1940
|
+
}
|
|
1941
|
+
]
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"type" : "paragraph",
|
|
1945
|
+
"children" : [
|
|
1946
|
+
{
|
|
1947
|
+
"text" : "Hier kommen die Skipper, die Ein-und Umsteiger voll auf ihre Kosten. Geschult wird auf 5 unterschiedlichen Booten mit unterschiedlichen Antriebsarten. Ein-und zweimotorig, von klein bis groß. Den max. 25 Teilnehmern stehen teils nagelneue Yachten zur Verfügung. Die mit gut 12 Metern Länge größte Yacht mit Doppel-Wellenantrieb, wird mächtig Eindruck hinterlassen. Ebenso eine 36 Fuß YACHT mit Z-Antrieben, eine Marex 375, eine Merry Fisher Marlin mit großem Außenborder, sowie eine Intender 950, die freundlicher Weise wieder von der Firma Kielwasser in Werder bereit gestellt wird und für die Teilnehmer zum Training bereit stehen wird. Ausschließlich Profi-Trainer stehen den Teilnehmern zur Seite und geben ihr Wissen in bewährter Weise weiter. "
|
|
1948
|
+
}
|
|
1949
|
+
]
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"type" : "paragraph",
|
|
1953
|
+
"children" : [
|
|
1954
|
+
{
|
|
1955
|
+
"bold" : true,
|
|
1956
|
+
"text" : "Wo? In Brandenburg. In Werder (Havel). Bei aqua marin Boote & Yachten"
|
|
1957
|
+
}
|
|
1958
|
+
]
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"type" : "paragraph",
|
|
1962
|
+
"children" : [
|
|
1963
|
+
{
|
|
1964
|
+
"bold" : true,
|
|
1965
|
+
"text" : "Wann? 06.-07.August 2022 "
|
|
1966
|
+
}
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"type" : "paragraph",
|
|
1971
|
+
"children" : [
|
|
1972
|
+
{
|
|
1973
|
+
"text" : "Ab sofort ist der Ticketshop freigeschaltet. "
|
|
1974
|
+
}
|
|
1975
|
+
]
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"type" : "paragraph",
|
|
1979
|
+
"children" : [
|
|
1980
|
+
{
|
|
1981
|
+
"text" : ""
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"type" : "storybook",
|
|
1985
|
+
"block" : "inline/button",
|
|
1986
|
+
"isEmpty" : false,
|
|
1987
|
+
"storyId" : "inline-button--button",
|
|
1988
|
+
"children" : [
|
|
1989
|
+
{
|
|
1990
|
+
"text" : ""
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1993
|
+
"isInline" : true,
|
|
1994
|
+
"attributes" : {
|
|
1995
|
+
"link" : "https://www.delius-klasing.de/boote-fresh-up-2022-werder-havel-0000010",
|
|
1996
|
+
"fullWidth" : false,
|
|
1997
|
+
"buttonLabel" : "Zum Ticketshop!",
|
|
1998
|
+
"roundedEdges" : false,
|
|
1999
|
+
"textColorCustom" : "#ffff",
|
|
2000
|
+
"buttonColorCustom" : "#e10813"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"text" : "\n"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"type" : "link",
|
|
2008
|
+
"children" : [
|
|
2009
|
+
{
|
|
2010
|
+
"text" : ""
|
|
2011
|
+
}
|
|
2012
|
+
],
|
|
2013
|
+
"attributes" : {
|
|
2014
|
+
"href" : "https://www.delius-klasing.de/boote-fresh-up-2022-werder-havel-0000010",
|
|
2015
|
+
"title" : "",
|
|
2016
|
+
"nofollow" : false
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"text" : "\nWeitere Infos auch unter der Telefonnummer 0521 559 328 oder per Mail an Jochen Kunzemann \n"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"text" : "j.kunzemann@delius-klasing.de",
|
|
2024
|
+
"underlined" : true
|
|
2025
|
+
}
|
|
2026
|
+
]
|
|
2027
|
+
}
|
|
2028
|
+
],
|
|
2029
|
+
"attributes" : {
|
|
2030
|
+
"name" : "grid-half",
|
|
2031
|
+
"margin" : {
|
|
2032
|
+
"right" : true
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"type" : "layout-slot",
|
|
2038
|
+
"children" : [
|
|
2039
|
+
{
|
|
2040
|
+
"type" : "paragraph",
|
|
2041
|
+
"children" : [
|
|
2042
|
+
{
|
|
2043
|
+
"text" : ""
|
|
2044
|
+
}
|
|
2045
|
+
]
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"type" : "storybook",
|
|
2049
|
+
"block" : "media/image",
|
|
2050
|
+
"isEmpty" : false,
|
|
2051
|
+
"storyId" : "media-image--primary",
|
|
2052
|
+
"children" : [
|
|
2053
|
+
{
|
|
2054
|
+
"text" : ""
|
|
2055
|
+
}
|
|
2056
|
+
],
|
|
2057
|
+
"attributes" : {
|
|
2058
|
+
"size" : "full",
|
|
2059
|
+
"image" : {
|
|
2060
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648043371/DK%20Events/BOOTE%20FRESHUP/Home/GettyImages-595609445_high_maj7lh.jpg",
|
|
2061
|
+
"tags" : [],
|
|
2062
|
+
"type" : "upload",
|
|
2063
|
+
"bytes" : 2493348,
|
|
2064
|
+
"width" : 4095,
|
|
2065
|
+
"format" : "jpg",
|
|
2066
|
+
"height" : 2731,
|
|
2067
|
+
"context" : {
|
|
2068
|
+
"custom" : {
|
|
2069
|
+
"etag" : "a7a909c4a0bfe6a83150e8ad4a328429"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
"version" : 1648043371,
|
|
2073
|
+
"duration" : null,
|
|
2074
|
+
"metadata" : [],
|
|
2075
|
+
"public_id" : "DK Events/BOOTE FRESHUP/Home/GettyImages-595609445_high_maj7lh",
|
|
2076
|
+
"created_at" : "2022-03-23T13:49:31.000Z",
|
|
2077
|
+
"created_by" : {
|
|
2078
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2079
|
+
"type" : "user"
|
|
2080
|
+
},
|
|
2081
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648043371/DK%20Events/BOOTE%20FRESHUP/Home/GettyImages-595609445_high_maj7lh.jpg",
|
|
2082
|
+
"access_mode" : "public",
|
|
2083
|
+
"uploaded_by" : {
|
|
2084
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2085
|
+
"type" : "user"
|
|
2086
|
+
},
|
|
2087
|
+
"resource_type" : "image"
|
|
2088
|
+
},
|
|
2089
|
+
"margin" : {
|
|
2090
|
+
"left" : true
|
|
2091
|
+
},
|
|
2092
|
+
"caption" : "",
|
|
2093
|
+
"alignment" : ""
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
],
|
|
2097
|
+
"attributes" : {
|
|
2098
|
+
"name" : "grid-half",
|
|
2099
|
+
"margin" : {
|
|
2100
|
+
"left" : true
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
}
|
|
2104
|
+
],
|
|
2105
|
+
"attributes" : {
|
|
2106
|
+
"width" : "full",
|
|
2107
|
+
"margin" : {
|
|
2108
|
+
"bottom" : true
|
|
2109
|
+
}
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"type" : "paragraph",
|
|
2114
|
+
"children" : [
|
|
2115
|
+
{
|
|
2116
|
+
"text" : ""
|
|
2117
|
+
}
|
|
2118
|
+
]
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"type" : "layout",
|
|
2122
|
+
"children" : [
|
|
2123
|
+
{
|
|
2124
|
+
"type" : "layout-slot",
|
|
2125
|
+
"children" : [
|
|
2126
|
+
{
|
|
2127
|
+
"type" : "paragraph",
|
|
2128
|
+
"children" : [
|
|
2129
|
+
{
|
|
2130
|
+
"text" : ""
|
|
2131
|
+
}
|
|
2132
|
+
]
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"type" : "storybook",
|
|
2136
|
+
"block" : "media/image",
|
|
2137
|
+
"isEmpty" : false,
|
|
2138
|
+
"storyId" : "media-image--primary",
|
|
2139
|
+
"children" : [
|
|
2140
|
+
{
|
|
2141
|
+
"text" : ""
|
|
2142
|
+
}
|
|
2143
|
+
],
|
|
2144
|
+
"attributes" : {
|
|
2145
|
+
"size" : "full",
|
|
2146
|
+
"image" : {
|
|
2147
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648731803/DK%20Events/yachtskippertraining-flottille-ins-wattenmeer-119526_l5rfiq.jpg",
|
|
2148
|
+
"tags" : [],
|
|
2149
|
+
"type" : "upload",
|
|
2150
|
+
"bytes" : 423396,
|
|
2151
|
+
"width" : 1708,
|
|
2152
|
+
"format" : "jpg",
|
|
2153
|
+
"height" : 1064,
|
|
2154
|
+
"context" : {
|
|
2155
|
+
"custom" : {
|
|
2156
|
+
"etag" : "240a512dd94c8a0ca6494663182bf89f"
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
"version" : 1648731803,
|
|
2160
|
+
"duration" : null,
|
|
2161
|
+
"metadata" : [],
|
|
2162
|
+
"public_id" : "DK Events/yachtskippertraining-flottille-ins-wattenmeer-119526_l5rfiq",
|
|
2163
|
+
"created_at" : "2022-03-31T13:03:23.000Z",
|
|
2164
|
+
"created_by" : {
|
|
2165
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2166
|
+
"type" : "user"
|
|
2167
|
+
},
|
|
2168
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648731803/DK%20Events/yachtskippertraining-flottille-ins-wattenmeer-119526_l5rfiq.jpg",
|
|
2169
|
+
"access_mode" : "public",
|
|
2170
|
+
"uploaded_by" : {
|
|
2171
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2172
|
+
"type" : "user"
|
|
2173
|
+
},
|
|
2174
|
+
"resource_type" : "image"
|
|
2175
|
+
},
|
|
2176
|
+
"margin" : {
|
|
2177
|
+
"right" : true
|
|
2178
|
+
},
|
|
2179
|
+
"caption" : "",
|
|
2180
|
+
"alignment" : ""
|
|
2181
|
+
}
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
"attributes" : {
|
|
2185
|
+
"name" : "grid-half",
|
|
2186
|
+
"margin" : {
|
|
2187
|
+
"right" : true
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"type" : "layout-slot",
|
|
2193
|
+
"children" : [
|
|
2194
|
+
{
|
|
2195
|
+
"type" : "paragraph",
|
|
2196
|
+
"children" : [
|
|
2197
|
+
{
|
|
2198
|
+
"bold" : true,
|
|
2199
|
+
"text" : "YACHT SKIPPER TRAINING"
|
|
2200
|
+
}
|
|
2201
|
+
]
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"type" : "paragraph",
|
|
2205
|
+
"children" : [
|
|
2206
|
+
{
|
|
2207
|
+
"bold" : true,
|
|
2208
|
+
"text" : "YACHT-Trainings: Besser navigieren, geschmeidiger Anlegen, schneller und sicherer segeln!"
|
|
2209
|
+
}
|
|
2210
|
+
]
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"type" : "paragraph",
|
|
2214
|
+
"children" : [
|
|
2215
|
+
{
|
|
2216
|
+
"text" : "Zusammen mit unseren Partnern von "
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"type" : "link",
|
|
2220
|
+
"children" : [
|
|
2221
|
+
{
|
|
2222
|
+
"text" : "1. Klasse Yachten"
|
|
2223
|
+
}
|
|
2224
|
+
],
|
|
2225
|
+
"attributes" : {
|
|
2226
|
+
"href" : "https://www.charterzentrum.de/",
|
|
2227
|
+
"title" : "",
|
|
2228
|
+
"nofollow" : false
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"text" : " , "
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"type" : "link",
|
|
2236
|
+
"children" : [
|
|
2237
|
+
{
|
|
2238
|
+
"text" : "Pantaenius Yachtversicherung"
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
2241
|
+
"attributes" : {
|
|
2242
|
+
"href" : "https://www.pantaenius.com/de-de/",
|
|
2243
|
+
"title" : "",
|
|
2244
|
+
"nofollow" : false
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"text" : " und "
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"type" : "link",
|
|
2252
|
+
"children" : [
|
|
2253
|
+
{
|
|
2254
|
+
"text" : "Musto"
|
|
2255
|
+
}
|
|
2256
|
+
],
|
|
2257
|
+
"attributes" : {
|
|
2258
|
+
"href" : "https://www.musto-shop.de/",
|
|
2259
|
+
"title" : "",
|
|
2260
|
+
"nofollow" : false
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"text" : " zeigen wir Ihnen, wie Sie an Bord sicherer und souveräner agieren, wie Sie Ihr Boot effizienter und schneller segeln. Ob Sie als Eigner Ihre Kenntnisse verbessern, als Crewmitglied mehr Routine für den anstehenden Urlaubstörn gewinnen oder als Regattasegler Manöverabläufe optimieren wollen – das Programm 2022 bietet für jeden das passende Training. Profitieren Sie von der großen Erfahrung und dem Fachwissen unserer Instruktoren."
|
|
2265
|
+
}
|
|
2266
|
+
]
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"type" : "paragraph",
|
|
2270
|
+
"children" : [
|
|
2271
|
+
{
|
|
2272
|
+
"text" : ""
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"type" : "storybook",
|
|
2276
|
+
"block" : "inline/button",
|
|
2277
|
+
"isEmpty" : false,
|
|
2278
|
+
"storyId" : "inline-button--button",
|
|
2279
|
+
"children" : [
|
|
2280
|
+
{
|
|
2281
|
+
"text" : ""
|
|
2282
|
+
}
|
|
2283
|
+
],
|
|
2284
|
+
"isInline" : true,
|
|
2285
|
+
"attributes" : {
|
|
2286
|
+
"link" : "https://www.yachtakademie.de/kurse/trainings/skippertraining-schleusen-und-hafenmanoevertraining/",
|
|
2287
|
+
"fullWidth" : false,
|
|
2288
|
+
"linkTarget" : "_blank",
|
|
2289
|
+
"buttonLabel" : "Zum Event",
|
|
2290
|
+
"roundedEdges" : false,
|
|
2291
|
+
"textColorCustom" : "#ffff",
|
|
2292
|
+
"buttonColorCustom" : "#e10813"
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"text" : ""
|
|
2297
|
+
}
|
|
2298
|
+
]
|
|
2299
|
+
}
|
|
2300
|
+
],
|
|
2301
|
+
"attributes" : {
|
|
2302
|
+
"name" : "grid-half",
|
|
2303
|
+
"margin" : {
|
|
2304
|
+
"left" : true
|
|
2305
|
+
}
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"attributes" : {
|
|
2310
|
+
"width" : "full",
|
|
2311
|
+
"margin" : {
|
|
2312
|
+
"bottom" : true
|
|
2313
|
+
}
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"type" : "paragraph",
|
|
2318
|
+
"children" : [
|
|
2319
|
+
{
|
|
2320
|
+
"text" : ""
|
|
2321
|
+
}
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"type" : "paragraph",
|
|
2326
|
+
"children" : [
|
|
2327
|
+
{
|
|
2328
|
+
"text" : ""
|
|
2329
|
+
}
|
|
2330
|
+
]
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"type" : "layout",
|
|
2334
|
+
"children" : [
|
|
2335
|
+
{
|
|
2336
|
+
"type" : "layout-slot",
|
|
2337
|
+
"children" : [
|
|
2338
|
+
{
|
|
2339
|
+
"type" : "paragraph",
|
|
2340
|
+
"children" : [
|
|
2341
|
+
{
|
|
2342
|
+
"bold" : true,
|
|
2343
|
+
"text" : "Cat Experience"
|
|
2344
|
+
}
|
|
2345
|
+
]
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"type" : "paragraph",
|
|
2349
|
+
"children" : [
|
|
2350
|
+
{
|
|
2351
|
+
"text" : "BOOTE Cat Experience powered by The MooringsKatamarantraining in Kroatien mit BOOTE Chefredakteur Torsten Moench & Team"
|
|
2352
|
+
}
|
|
2353
|
+
]
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"type" : "paragraph",
|
|
2357
|
+
"children" : [
|
|
2358
|
+
{
|
|
2359
|
+
"text" : "Sie waren noch nie Skipper auf einem Motorkatamaran? Dann nutzen Sie jetzt die einmalige Gelegenheit, mit Experten des BOOTE Magazins und von The Moorings ein Fahrtraining in Kroatien zu absolvieren. Erleben Sie in einer Gruppe, wie es ist, selbst einen Motorkatamaran zu fahren. Das Katamarantraining richtet sich speziell an Motorbootfahrer, die noch keine Erfahrung mit Motorkatamaranen haben und dies einmal unter fachkundiger Anleitung testen wollen."
|
|
2360
|
+
}
|
|
2361
|
+
]
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"type" : "paragraph",
|
|
2365
|
+
"children" : [
|
|
2366
|
+
{
|
|
2367
|
+
"text" : "Das Fahrtraining mit Flottillencharakter findet in Dalmatien ab der Marina Agana (Nahe Trogir) statt und wird von BOOTE Experten in Theorie und Praxis geleitet. Die Teilnehmer erhalten beim Manövertraining wertvolle Tipps von den langjährigen Skippern und auch die Geselligkeit und der Austausch mit anderen Motorbootfreunden sowie Spaß und Entspannung in traumhaften Buchten und Küstenorten kommen nicht zu kurz."
|
|
2368
|
+
}
|
|
2369
|
+
]
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"type" : "paragraph",
|
|
2373
|
+
"children" : [
|
|
2374
|
+
{
|
|
2375
|
+
"text" : ""
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"type" : "storybook",
|
|
2379
|
+
"block" : "inline/button",
|
|
2380
|
+
"isEmpty" : false,
|
|
2381
|
+
"storyId" : "inline-button--button",
|
|
2382
|
+
"children" : [
|
|
2383
|
+
{
|
|
2384
|
+
"text" : ""
|
|
2385
|
+
}
|
|
2386
|
+
],
|
|
2387
|
+
"isInline" : true,
|
|
2388
|
+
"attributes" : {
|
|
2389
|
+
"link" : "https://www.yachtakademie.de/kurse/trainings/boote-cat-experience/",
|
|
2390
|
+
"fullWidth" : false,
|
|
2391
|
+
"linkTarget" : "_blank",
|
|
2392
|
+
"buttonLabel" : "Zum Event",
|
|
2393
|
+
"roundedEdges" : false,
|
|
2394
|
+
"textColorCustom" : "#ffff",
|
|
2395
|
+
"buttonColorCustom" : "#e10813"
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"text" : ""
|
|
2400
|
+
}
|
|
2401
|
+
]
|
|
2402
|
+
}
|
|
2403
|
+
],
|
|
2404
|
+
"attributes" : {
|
|
2405
|
+
"name" : "grid-half",
|
|
2406
|
+
"margin" : {
|
|
2407
|
+
"right" : true
|
|
2408
|
+
}
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"type" : "layout-slot",
|
|
2413
|
+
"children" : [
|
|
2414
|
+
{
|
|
2415
|
+
"type" : "paragraph",
|
|
2416
|
+
"children" : [
|
|
2417
|
+
{
|
|
2418
|
+
"text" : ""
|
|
2419
|
+
}
|
|
2420
|
+
]
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"type" : "storybook",
|
|
2424
|
+
"block" : "media/image",
|
|
2425
|
+
"isEmpty" : false,
|
|
2426
|
+
"storyId" : "media-image--primary",
|
|
2427
|
+
"children" : [
|
|
2428
|
+
{
|
|
2429
|
+
"text" : ""
|
|
2430
|
+
}
|
|
2431
|
+
],
|
|
2432
|
+
"attributes" : {
|
|
2433
|
+
"size" : "full",
|
|
2434
|
+
"image" : {
|
|
2435
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648731705/DK%20Events/Cat_Experience_TM_Corfu_Patrick_Bennett-0976_1_ks0zne.jpg",
|
|
2436
|
+
"tags" : [],
|
|
2437
|
+
"type" : "upload",
|
|
2438
|
+
"bytes" : 24624907,
|
|
2439
|
+
"width" : 5464,
|
|
2440
|
+
"format" : "jpg",
|
|
2441
|
+
"height" : 3640,
|
|
2442
|
+
"context" : {
|
|
2443
|
+
"custom" : {
|
|
2444
|
+
"etag" : "04fb5de7e1fd8a526cbaaa1f83a898db"
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
"version" : 1648731705,
|
|
2448
|
+
"duration" : null,
|
|
2449
|
+
"metadata" : [],
|
|
2450
|
+
"public_id" : "DK Events/Cat_Experience_TM_Corfu_Patrick_Bennett-0976_1_ks0zne",
|
|
2451
|
+
"created_at" : "2022-03-31T13:01:45.000Z",
|
|
2452
|
+
"created_by" : {
|
|
2453
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2454
|
+
"type" : "user"
|
|
2455
|
+
},
|
|
2456
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648731705/DK%20Events/Cat_Experience_TM_Corfu_Patrick_Bennett-0976_1_ks0zne.jpg",
|
|
2457
|
+
"access_mode" : "public",
|
|
2458
|
+
"uploaded_by" : {
|
|
2459
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2460
|
+
"type" : "user"
|
|
2461
|
+
},
|
|
2462
|
+
"resource_type" : "image"
|
|
2463
|
+
},
|
|
2464
|
+
"margin" : {
|
|
2465
|
+
"left" : true
|
|
2466
|
+
},
|
|
2467
|
+
"caption" : "",
|
|
2468
|
+
"alignment" : ""
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
],
|
|
2472
|
+
"attributes" : {
|
|
2473
|
+
"name" : "grid-half",
|
|
2474
|
+
"margin" : {
|
|
2475
|
+
"left" : true
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
],
|
|
2480
|
+
"attributes" : {
|
|
2481
|
+
"width" : "full"
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"type" : "paragraph",
|
|
2486
|
+
"children" : [
|
|
2487
|
+
{
|
|
2488
|
+
"text" : ""
|
|
2489
|
+
}
|
|
2490
|
+
]
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"type" : "paragraph",
|
|
2494
|
+
"children" : [
|
|
2495
|
+
{
|
|
2496
|
+
"text" : ""
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2499
|
+
}
|
|
2500
|
+
],
|
|
2501
|
+
"seoDescription" : "Wir wollen, dass Sie sich auf dem Wasser wohlfühlen und die Freuden des Wassersports erleben. Die nötige Praxis können Sie mit uns trainieren. ",
|
|
2502
|
+
"hidden" : false
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"metadata" : {
|
|
2507
|
+
"tags" : []
|
|
2508
|
+
},
|
|
2509
|
+
"sys" : {
|
|
2510
|
+
"space" : {
|
|
2511
|
+
"sys" : {
|
|
2512
|
+
"type" : "Link",
|
|
2513
|
+
"linkType" : "Space",
|
|
2514
|
+
"id" : "f32vl9lypwjc"
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2517
|
+
"id" : "4ShCyk3subiWecr8yVtrgS",
|
|
2518
|
+
"type" : "Entry",
|
|
2519
|
+
"createdAt" : "2022-02-15T10:58:45.449Z",
|
|
2520
|
+
"updatedAt" : "2022-04-14T13:36:14.973Z",
|
|
2521
|
+
"environment" : {
|
|
2522
|
+
"sys" : {
|
|
2523
|
+
"id" : "master",
|
|
2524
|
+
"type" : "Link",
|
|
2525
|
+
"linkType" : "Environment"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2528
|
+
"revision" : 23,
|
|
2529
|
+
"contentType" : {
|
|
2530
|
+
"sys" : {
|
|
2531
|
+
"type" : "Link",
|
|
2532
|
+
"linkType" : "ContentType",
|
|
2533
|
+
"id" : "navigationNode"
|
|
2534
|
+
}
|
|
2535
|
+
},
|
|
2536
|
+
"locale" : "de"
|
|
2537
|
+
},
|
|
2538
|
+
"fields" : {
|
|
2539
|
+
"layout" : {
|
|
2540
|
+
"metadata" : {
|
|
2541
|
+
"tags" : []
|
|
2542
|
+
},
|
|
2543
|
+
"sys" : {
|
|
2544
|
+
"space" : {
|
|
2545
|
+
"sys" : {
|
|
2546
|
+
"type" : "Link",
|
|
2547
|
+
"linkType" : "Space",
|
|
2548
|
+
"id" : "f32vl9lypwjc"
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
"id" : "27y5zZnwtHnNMjZLmMyOd5",
|
|
2552
|
+
"type" : "Entry",
|
|
2553
|
+
"createdAt" : "2022-02-15T10:59:54.038Z",
|
|
2554
|
+
"updatedAt" : "2022-03-24T15:31:54.528Z",
|
|
2555
|
+
"environment" : {
|
|
2556
|
+
"sys" : {
|
|
2557
|
+
"id" : "master",
|
|
2558
|
+
"type" : "Link",
|
|
2559
|
+
"linkType" : "Environment"
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
"revision" : 4,
|
|
2563
|
+
"contentType" : {
|
|
2564
|
+
"sys" : {
|
|
2565
|
+
"type" : "Link",
|
|
2566
|
+
"linkType" : "ContentType",
|
|
2567
|
+
"id" : "contentBlock"
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
"locale" : "de"
|
|
2571
|
+
},
|
|
2572
|
+
"fields" : {
|
|
2573
|
+
"portal" : "DK-EVENTS",
|
|
2574
|
+
"title" : "Layout dk-events",
|
|
2575
|
+
"content" : [
|
|
2576
|
+
{
|
|
2577
|
+
"type" : "storybook",
|
|
2578
|
+
"block" : "structure/header",
|
|
2579
|
+
"isEmpty" : false,
|
|
2580
|
+
"storyId" : "structure-header--primary",
|
|
2581
|
+
"children" : [
|
|
2582
|
+
{
|
|
2583
|
+
"text" : ""
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"attributes" : {
|
|
2587
|
+
"stream" : "$$_STREAM__navigation-main__",
|
|
2588
|
+
"roundedEdges" : false,
|
|
2589
|
+
"hoverEffect" : "zoom",
|
|
2590
|
+
"headerSmall" : false,
|
|
2591
|
+
"hideSearch" : true,
|
|
2592
|
+
"showProgressTitle" : true
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"type" : "storybook",
|
|
2597
|
+
"block" : "layout/portal",
|
|
2598
|
+
"isEmpty" : false,
|
|
2599
|
+
"storyId" : "layout-portal--primary",
|
|
2600
|
+
"children" : [
|
|
2601
|
+
{
|
|
2602
|
+
"text" : ""
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"attributes" : {}
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"type" : "storybook",
|
|
2609
|
+
"block" : "stroer/adbanner",
|
|
2610
|
+
"isEmpty" : false,
|
|
2611
|
+
"storyId" : "stroer-adbanner--primary",
|
|
2612
|
+
"children" : [
|
|
2613
|
+
{
|
|
2614
|
+
"text" : ""
|
|
2615
|
+
}
|
|
2616
|
+
],
|
|
2617
|
+
"attributes" : {
|
|
2618
|
+
"banner" : "pubperform"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"type" : "storybook",
|
|
2623
|
+
"block" : "stroer/ad",
|
|
2624
|
+
"isEmpty" : false,
|
|
2625
|
+
"storyId" : "stroer-ad--primary",
|
|
2626
|
+
"children" : [
|
|
2627
|
+
{
|
|
2628
|
+
"text" : ""
|
|
2629
|
+
}
|
|
2630
|
+
],
|
|
2631
|
+
"attributes" : {
|
|
2632
|
+
"ad" : "out-of-page",
|
|
2633
|
+
"desktopOnly" : true
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"type" : "storybook",
|
|
2638
|
+
"block" : "stroer/ad",
|
|
2639
|
+
"isEmpty" : false,
|
|
2640
|
+
"storyId" : "stroer-ad--primary",
|
|
2641
|
+
"children" : [
|
|
2642
|
+
{
|
|
2643
|
+
"text" : ""
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"attributes" : {
|
|
2647
|
+
"ad" : "stickyfooter",
|
|
2648
|
+
"mobileOnly" : true
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"type" : "storybook",
|
|
2653
|
+
"block" : "structure/footer",
|
|
2654
|
+
"isEmpty" : false,
|
|
2655
|
+
"storyId" : "structure-footer--primary",
|
|
2656
|
+
"children" : [
|
|
2657
|
+
{
|
|
2658
|
+
"text" : ""
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"attributes" : {
|
|
2662
|
+
"logo" : null,
|
|
2663
|
+
"stream" : "$$_STREAM__navigation-footer__",
|
|
2664
|
+
"streamLinks" : "$$_STREAM__navigation-footer-links__"
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"type" : "paragraph",
|
|
2669
|
+
"children" : [
|
|
2670
|
+
{
|
|
2671
|
+
"text" : ""
|
|
2672
|
+
}
|
|
2673
|
+
]
|
|
2674
|
+
}
|
|
2675
|
+
]
|
|
2676
|
+
}
|
|
2677
|
+
},
|
|
2678
|
+
"portal" : "DK-EVENTS",
|
|
2679
|
+
"title" : "Frauenfahrtrainings",
|
|
2680
|
+
"slug" : "wasser/frauentrainings",
|
|
2681
|
+
"oldSlugs" : [
|
|
2682
|
+
"frauentrainings"
|
|
2683
|
+
],
|
|
2684
|
+
"content" : [
|
|
2685
|
+
{
|
|
2686
|
+
"type" : "storybook",
|
|
2687
|
+
"block" : "inline/headline",
|
|
2688
|
+
"isEmpty" : false,
|
|
2689
|
+
"storyId" : "inline-headline--headline",
|
|
2690
|
+
"children" : [
|
|
2691
|
+
{
|
|
2692
|
+
"text" : ""
|
|
2693
|
+
}
|
|
2694
|
+
],
|
|
2695
|
+
"attributes" : {
|
|
2696
|
+
"title" : "Frauenfahrtrainings",
|
|
2697
|
+
"margin" : {
|
|
2698
|
+
"bottom" : true
|
|
2699
|
+
},
|
|
2700
|
+
"alignment" : "center",
|
|
2701
|
+
"blockWidth" : "site",
|
|
2702
|
+
"headlineSize" : "sm",
|
|
2703
|
+
"roundedEdges" : false,
|
|
2704
|
+
"headlineHeading" : "h1",
|
|
2705
|
+
"headlineColorCustom" : "#ffff",
|
|
2706
|
+
"headlineBackgroundCustom" : "#e10813"
|
|
2707
|
+
}
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"type" : "paragraph",
|
|
2711
|
+
"children" : [
|
|
2712
|
+
{
|
|
2713
|
+
"text" : ""
|
|
2714
|
+
}
|
|
2715
|
+
]
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"type" : "paragraph",
|
|
2719
|
+
"children" : [
|
|
2720
|
+
{
|
|
2721
|
+
"text" : ""
|
|
2722
|
+
}
|
|
2723
|
+
]
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"type" : "layout",
|
|
2727
|
+
"children" : [
|
|
2728
|
+
{
|
|
2729
|
+
"type" : "layout-slot",
|
|
2730
|
+
"children" : [
|
|
2731
|
+
{
|
|
2732
|
+
"type" : "paragraph",
|
|
2733
|
+
"children" : [
|
|
2734
|
+
{
|
|
2735
|
+
"bold" : true,
|
|
2736
|
+
"text" : "BOOTE Frauenfahrtraining"
|
|
2737
|
+
}
|
|
2738
|
+
]
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"type" : "paragraph",
|
|
2742
|
+
"children" : [
|
|
2743
|
+
{
|
|
2744
|
+
"bold" : true,
|
|
2745
|
+
"text" : "Neue Location am Bodensee!"
|
|
2746
|
+
}
|
|
2747
|
+
]
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"type" : "paragraph",
|
|
2751
|
+
"children" : [
|
|
2752
|
+
{
|
|
2753
|
+
"text" : "Erstmalig und darauf freuen wir uns schon jetzt, wird es ein BOOTE-Frauenfahrtraining ganz im Süden des Landes geben. Am Bodensee, beim BootCenter Konstanz."
|
|
2754
|
+
}
|
|
2755
|
+
]
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"type" : "paragraph",
|
|
2759
|
+
"children" : [
|
|
2760
|
+
{
|
|
2761
|
+
"bold" : true,
|
|
2762
|
+
"text" : "Termin Konstanz"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"text" : ": 6.-8. Mai 2022 (Fr.-So.) \nBEREITS AUSGEBUCHT!\nWir führen eine Warteliste. \nMail an: Frau Isabelle Kipp \n("
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"text" : "i.kipp@delius-klasing.de",
|
|
2769
|
+
"underlined" : true
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"text" : ")"
|
|
2773
|
+
}
|
|
2774
|
+
]
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"type" : "paragraph",
|
|
2778
|
+
"children" : [
|
|
2779
|
+
{
|
|
2780
|
+
"bold" : true,
|
|
2781
|
+
"text" : "Das kleine \"Jubiläum\"!"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"text" : "\nJetzt schon zum 5.Mal in Folge findet das BOOTE-Frauenfahrtraining in Werder (Havel) bei aqua marin statt.\n"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"bold" : true,
|
|
2788
|
+
"text" : "Termin Werder: "
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"text" : "12.-14. August 2022 (Fr.-So.)"
|
|
2792
|
+
}
|
|
2793
|
+
]
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"type" : "paragraph",
|
|
2797
|
+
"children" : [
|
|
2798
|
+
{
|
|
2799
|
+
"text" : ""
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"type" : "storybook",
|
|
2803
|
+
"block" : "inline/button",
|
|
2804
|
+
"isEmpty" : false,
|
|
2805
|
+
"storyId" : "inline-button--button",
|
|
2806
|
+
"children" : [
|
|
2807
|
+
{
|
|
2808
|
+
"text" : ""
|
|
2809
|
+
}
|
|
2810
|
+
],
|
|
2811
|
+
"isInline" : true,
|
|
2812
|
+
"attributes" : {
|
|
2813
|
+
"link" : "https://www.delius-klasing.de/boote-frauenfahrtraining-2022-werder-havel-0000011",
|
|
2814
|
+
"fullWidth" : false,
|
|
2815
|
+
"linkTarget" : "_blank",
|
|
2816
|
+
"buttonLabel" : "Ihr Ticket nach Werder!",
|
|
2817
|
+
"roundedEdges" : false,
|
|
2818
|
+
"textColorCustom" : "#ffff",
|
|
2819
|
+
"buttonColorCustom" : "#e10813"
|
|
2820
|
+
}
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"text" : ""
|
|
2824
|
+
}
|
|
2825
|
+
]
|
|
2826
|
+
}
|
|
2827
|
+
],
|
|
2828
|
+
"attributes" : {
|
|
2829
|
+
"name" : "grid-half",
|
|
2830
|
+
"margin" : {
|
|
2831
|
+
"right" : true
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"type" : "layout-slot",
|
|
2837
|
+
"children" : [
|
|
2838
|
+
{
|
|
2839
|
+
"type" : "paragraph",
|
|
2840
|
+
"children" : [
|
|
2841
|
+
{
|
|
2842
|
+
"text" : ""
|
|
2843
|
+
}
|
|
2844
|
+
]
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"type" : "storybook",
|
|
2848
|
+
"block" : "media/image",
|
|
2849
|
+
"isEmpty" : false,
|
|
2850
|
+
"storyId" : "media-image--primary",
|
|
2851
|
+
"children" : [
|
|
2852
|
+
{
|
|
2853
|
+
"text" : ""
|
|
2854
|
+
}
|
|
2855
|
+
],
|
|
2856
|
+
"attributes" : {
|
|
2857
|
+
"size" : "full",
|
|
2858
|
+
"image" : {
|
|
2859
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648035549/DK%20Events/BOOTE%20FRAUENFAHRTRAINING/Home/baeFFT260518-0799_ogbpzl.jpg",
|
|
2860
|
+
"tags" : [],
|
|
2861
|
+
"type" : "upload",
|
|
2862
|
+
"bytes" : 3168659,
|
|
2863
|
+
"width" : 4562,
|
|
2864
|
+
"format" : "jpg",
|
|
2865
|
+
"height" : 3180,
|
|
2866
|
+
"context" : {
|
|
2867
|
+
"custom" : {
|
|
2868
|
+
"etag" : "d49f473479dad2414efd2ec73f6c7e5c"
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
"version" : 1648035549,
|
|
2872
|
+
"duration" : null,
|
|
2873
|
+
"metadata" : [],
|
|
2874
|
+
"public_id" : "DK Events/BOOTE FRAUENFAHRTRAINING/Home/baeFFT260518-0799_ogbpzl",
|
|
2875
|
+
"created_at" : "2022-03-23T11:39:09.000Z",
|
|
2876
|
+
"created_by" : {
|
|
2877
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2878
|
+
"type" : "user"
|
|
2879
|
+
},
|
|
2880
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648035549/DK%20Events/BOOTE%20FRAUENFAHRTRAINING/Home/baeFFT260518-0799_ogbpzl.jpg",
|
|
2881
|
+
"access_mode" : "public",
|
|
2882
|
+
"uploaded_by" : {
|
|
2883
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2884
|
+
"type" : "user"
|
|
2885
|
+
},
|
|
2886
|
+
"resource_type" : "image"
|
|
2887
|
+
},
|
|
2888
|
+
"margin" : {
|
|
2889
|
+
"left" : true
|
|
2890
|
+
},
|
|
2891
|
+
"caption" : "",
|
|
2892
|
+
"alignment" : ""
|
|
2893
|
+
}
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"attributes" : {
|
|
2897
|
+
"name" : "grid-half",
|
|
2898
|
+
"margin" : {
|
|
2899
|
+
"left" : true
|
|
2900
|
+
}
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
],
|
|
2904
|
+
"attributes" : {
|
|
2905
|
+
"width" : "full",
|
|
2906
|
+
"margin" : {
|
|
2907
|
+
"bottom" : true
|
|
2908
|
+
}
|
|
2909
|
+
}
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"type" : "paragraph",
|
|
2913
|
+
"children" : [
|
|
2914
|
+
{
|
|
2915
|
+
"text" : ""
|
|
2916
|
+
}
|
|
2917
|
+
]
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"type" : "layout",
|
|
2921
|
+
"children" : [
|
|
2922
|
+
{
|
|
2923
|
+
"type" : "layout-slot",
|
|
2924
|
+
"children" : [
|
|
2925
|
+
{
|
|
2926
|
+
"type" : "paragraph",
|
|
2927
|
+
"children" : [
|
|
2928
|
+
{
|
|
2929
|
+
"text" : ""
|
|
2930
|
+
}
|
|
2931
|
+
]
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"type" : "storybook",
|
|
2935
|
+
"block" : "media/image",
|
|
2936
|
+
"isEmpty" : false,
|
|
2937
|
+
"storyId" : "media-image--primary",
|
|
2938
|
+
"children" : [
|
|
2939
|
+
{
|
|
2940
|
+
"text" : ""
|
|
2941
|
+
}
|
|
2942
|
+
],
|
|
2943
|
+
"attributes" : {
|
|
2944
|
+
"size" : "full",
|
|
2945
|
+
"image" : {
|
|
2946
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648731787/DK%20Events/Yachtskippertraining_Ladys_dehlya25-refit-projekt-segeln-crew-schlei-2019-bsc_225_img_0285-kopie-jpg_o8ln1x.jpg",
|
|
2947
|
+
"tags" : [],
|
|
2948
|
+
"type" : "upload",
|
|
2949
|
+
"bytes" : 294462,
|
|
2950
|
+
"width" : 1708,
|
|
2951
|
+
"format" : "jpg",
|
|
2952
|
+
"height" : 1131,
|
|
2953
|
+
"context" : {
|
|
2954
|
+
"custom" : {
|
|
2955
|
+
"etag" : "239d74308b05125c2079052a80c9211e"
|
|
2956
|
+
}
|
|
2957
|
+
},
|
|
2958
|
+
"version" : 1648731787,
|
|
2959
|
+
"duration" : null,
|
|
2960
|
+
"metadata" : [],
|
|
2961
|
+
"public_id" : "DK Events/Yachtskippertraining_Ladys_dehlya25-refit-projekt-segeln-crew-schlei-2019-bsc_225_img_0285-kopie-jpg_o8ln1x",
|
|
2962
|
+
"created_at" : "2022-03-31T13:03:07.000Z",
|
|
2963
|
+
"created_by" : {
|
|
2964
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2965
|
+
"type" : "user"
|
|
2966
|
+
},
|
|
2967
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648731787/DK%20Events/Yachtskippertraining_Ladys_dehlya25-refit-projekt-segeln-crew-schlei-2019-bsc_225_img_0285-kopie-jpg_o8ln1x.jpg",
|
|
2968
|
+
"access_mode" : "public",
|
|
2969
|
+
"uploaded_by" : {
|
|
2970
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
2971
|
+
"type" : "user"
|
|
2972
|
+
},
|
|
2973
|
+
"resource_type" : "image"
|
|
2974
|
+
},
|
|
2975
|
+
"margin" : {
|
|
2976
|
+
"right" : true
|
|
2977
|
+
},
|
|
2978
|
+
"caption" : "",
|
|
2979
|
+
"alignment" : ""
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"type" : "paragraph",
|
|
2984
|
+
"children" : [
|
|
2985
|
+
{
|
|
2986
|
+
"text" : ""
|
|
2987
|
+
}
|
|
2988
|
+
]
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"attributes" : {
|
|
2992
|
+
"name" : "grid-half",
|
|
2993
|
+
"margin" : {
|
|
2994
|
+
"right" : true
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"type" : "layout-slot",
|
|
3000
|
+
"children" : [
|
|
3001
|
+
{
|
|
3002
|
+
"type" : "paragraph",
|
|
3003
|
+
"children" : [
|
|
3004
|
+
{
|
|
3005
|
+
"bold" : true,
|
|
3006
|
+
"text" : "YACHT SKIPPER TRAINING - Ladies only"
|
|
3007
|
+
}
|
|
3008
|
+
]
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"type" : "paragraph",
|
|
3012
|
+
"children" : [
|
|
3013
|
+
{
|
|
3014
|
+
"bold" : true,
|
|
3015
|
+
"text" : "Ladies only – das Training speziell für Seglerinnen. Jetzt buchen und dabei sein!"
|
|
3016
|
+
}
|
|
3017
|
+
]
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"type" : "paragraph",
|
|
3021
|
+
"children" : [
|
|
3022
|
+
{
|
|
3023
|
+
"text" : "Mit unseren Partnern 1. Klasse Yachten, Pantaenius und Musto führen wir auch 2022 wieder ein Training nur für Seglerinnen durch. Das Intensiv- Training für Hafenmanöver!"
|
|
3024
|
+
}
|
|
3025
|
+
]
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"type" : "paragraph",
|
|
3029
|
+
"children" : [
|
|
3030
|
+
{
|
|
3031
|
+
"text" : ""
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"type" : "storybook",
|
|
3035
|
+
"block" : "inline/button",
|
|
3036
|
+
"isEmpty" : false,
|
|
3037
|
+
"storyId" : "inline-button--button",
|
|
3038
|
+
"children" : [
|
|
3039
|
+
{
|
|
3040
|
+
"text" : ""
|
|
3041
|
+
}
|
|
3042
|
+
],
|
|
3043
|
+
"isInline" : true,
|
|
3044
|
+
"attributes" : {
|
|
3045
|
+
"link" : "https://www.yacht.de/aktuell/panorama/ladies-only--jetzt-buchen-yacht-training-fuer-skipperinnen",
|
|
3046
|
+
"fullWidth" : false,
|
|
3047
|
+
"buttonLabel" : "Zum Event",
|
|
3048
|
+
"roundedEdges" : false,
|
|
3049
|
+
"textColorCustom" : "#ffff",
|
|
3050
|
+
"buttonColorCustom" : "#e10813"
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"text" : ""
|
|
3055
|
+
}
|
|
3056
|
+
]
|
|
3057
|
+
}
|
|
3058
|
+
],
|
|
3059
|
+
"attributes" : {
|
|
3060
|
+
"name" : "grid-half",
|
|
3061
|
+
"margin" : {
|
|
3062
|
+
"left" : true
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
}
|
|
3066
|
+
],
|
|
3067
|
+
"attributes" : {
|
|
3068
|
+
"width" : "full"
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"type" : "paragraph",
|
|
3073
|
+
"children" : [
|
|
3074
|
+
{
|
|
3075
|
+
"text" : ""
|
|
3076
|
+
}
|
|
3077
|
+
]
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"type" : "paragraph",
|
|
3081
|
+
"children" : [
|
|
3082
|
+
{
|
|
3083
|
+
"text" : ""
|
|
3084
|
+
}
|
|
3085
|
+
]
|
|
3086
|
+
}
|
|
3087
|
+
],
|
|
3088
|
+
"seoDescription" : "Events von Frauen für Frauen. Bei unseren Frauenfahrtrainings geben wir unsere praktischen Erfahrungen an Sie weiter.",
|
|
3089
|
+
"hidden" : false
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"metadata" : {
|
|
3094
|
+
"tags" : []
|
|
3095
|
+
},
|
|
3096
|
+
"sys" : {
|
|
3097
|
+
"space" : {
|
|
3098
|
+
"sys" : {
|
|
3099
|
+
"type" : "Link",
|
|
3100
|
+
"linkType" : "Space",
|
|
3101
|
+
"id" : "f32vl9lypwjc"
|
|
3102
|
+
}
|
|
3103
|
+
},
|
|
3104
|
+
"id" : "70vENlV6BQR6XSgpsN2xao",
|
|
3105
|
+
"type" : "Entry",
|
|
3106
|
+
"createdAt" : "2022-02-15T10:58:45.476Z",
|
|
3107
|
+
"updatedAt" : "2022-04-14T13:36:26.352Z",
|
|
3108
|
+
"environment" : {
|
|
3109
|
+
"sys" : {
|
|
3110
|
+
"id" : "master",
|
|
3111
|
+
"type" : "Link",
|
|
3112
|
+
"linkType" : "Environment"
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
3115
|
+
"revision" : 11,
|
|
3116
|
+
"contentType" : {
|
|
3117
|
+
"sys" : {
|
|
3118
|
+
"type" : "Link",
|
|
3119
|
+
"linkType" : "ContentType",
|
|
3120
|
+
"id" : "navigationNode"
|
|
3121
|
+
}
|
|
3122
|
+
},
|
|
3123
|
+
"locale" : "de"
|
|
3124
|
+
},
|
|
3125
|
+
"fields" : {
|
|
3126
|
+
"layout" : {
|
|
3127
|
+
"metadata" : {
|
|
3128
|
+
"tags" : []
|
|
3129
|
+
},
|
|
3130
|
+
"sys" : {
|
|
3131
|
+
"space" : {
|
|
3132
|
+
"sys" : {
|
|
3133
|
+
"type" : "Link",
|
|
3134
|
+
"linkType" : "Space",
|
|
3135
|
+
"id" : "f32vl9lypwjc"
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3138
|
+
"id" : "27y5zZnwtHnNMjZLmMyOd5",
|
|
3139
|
+
"type" : "Entry",
|
|
3140
|
+
"createdAt" : "2022-02-15T10:59:54.038Z",
|
|
3141
|
+
"updatedAt" : "2022-03-24T15:31:54.528Z",
|
|
3142
|
+
"environment" : {
|
|
3143
|
+
"sys" : {
|
|
3144
|
+
"id" : "master",
|
|
3145
|
+
"type" : "Link",
|
|
3146
|
+
"linkType" : "Environment"
|
|
3147
|
+
}
|
|
3148
|
+
},
|
|
3149
|
+
"revision" : 4,
|
|
3150
|
+
"contentType" : {
|
|
3151
|
+
"sys" : {
|
|
3152
|
+
"type" : "Link",
|
|
3153
|
+
"linkType" : "ContentType",
|
|
3154
|
+
"id" : "contentBlock"
|
|
3155
|
+
}
|
|
3156
|
+
},
|
|
3157
|
+
"locale" : "de"
|
|
3158
|
+
},
|
|
3159
|
+
"fields" : {
|
|
3160
|
+
"portal" : "DK-EVENTS",
|
|
3161
|
+
"title" : "Layout dk-events",
|
|
3162
|
+
"content" : [
|
|
3163
|
+
{
|
|
3164
|
+
"type" : "storybook",
|
|
3165
|
+
"block" : "structure/header",
|
|
3166
|
+
"isEmpty" : false,
|
|
3167
|
+
"storyId" : "structure-header--primary",
|
|
3168
|
+
"children" : [
|
|
3169
|
+
{
|
|
3170
|
+
"text" : ""
|
|
3171
|
+
}
|
|
3172
|
+
],
|
|
3173
|
+
"attributes" : {
|
|
3174
|
+
"stream" : "$$_STREAM__navigation-main__",
|
|
3175
|
+
"roundedEdges" : false,
|
|
3176
|
+
"hoverEffect" : "zoom",
|
|
3177
|
+
"headerSmall" : false,
|
|
3178
|
+
"hideSearch" : true,
|
|
3179
|
+
"showProgressTitle" : true
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"type" : "storybook",
|
|
3184
|
+
"block" : "layout/portal",
|
|
3185
|
+
"isEmpty" : false,
|
|
3186
|
+
"storyId" : "layout-portal--primary",
|
|
3187
|
+
"children" : [
|
|
3188
|
+
{
|
|
3189
|
+
"text" : ""
|
|
3190
|
+
}
|
|
3191
|
+
],
|
|
3192
|
+
"attributes" : {}
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"type" : "storybook",
|
|
3196
|
+
"block" : "stroer/adbanner",
|
|
3197
|
+
"isEmpty" : false,
|
|
3198
|
+
"storyId" : "stroer-adbanner--primary",
|
|
3199
|
+
"children" : [
|
|
3200
|
+
{
|
|
3201
|
+
"text" : ""
|
|
3202
|
+
}
|
|
3203
|
+
],
|
|
3204
|
+
"attributes" : {
|
|
3205
|
+
"banner" : "pubperform"
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"type" : "storybook",
|
|
3210
|
+
"block" : "stroer/ad",
|
|
3211
|
+
"isEmpty" : false,
|
|
3212
|
+
"storyId" : "stroer-ad--primary",
|
|
3213
|
+
"children" : [
|
|
3214
|
+
{
|
|
3215
|
+
"text" : ""
|
|
3216
|
+
}
|
|
3217
|
+
],
|
|
3218
|
+
"attributes" : {
|
|
3219
|
+
"ad" : "out-of-page",
|
|
3220
|
+
"desktopOnly" : true
|
|
3221
|
+
}
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"type" : "storybook",
|
|
3225
|
+
"block" : "stroer/ad",
|
|
3226
|
+
"isEmpty" : false,
|
|
3227
|
+
"storyId" : "stroer-ad--primary",
|
|
3228
|
+
"children" : [
|
|
3229
|
+
{
|
|
3230
|
+
"text" : ""
|
|
3231
|
+
}
|
|
3232
|
+
],
|
|
3233
|
+
"attributes" : {
|
|
3234
|
+
"ad" : "stickyfooter",
|
|
3235
|
+
"mobileOnly" : true
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"type" : "storybook",
|
|
3240
|
+
"block" : "structure/footer",
|
|
3241
|
+
"isEmpty" : false,
|
|
3242
|
+
"storyId" : "structure-footer--primary",
|
|
3243
|
+
"children" : [
|
|
3244
|
+
{
|
|
3245
|
+
"text" : ""
|
|
3246
|
+
}
|
|
3247
|
+
],
|
|
3248
|
+
"attributes" : {
|
|
3249
|
+
"logo" : null,
|
|
3250
|
+
"stream" : "$$_STREAM__navigation-footer__",
|
|
3251
|
+
"streamLinks" : "$$_STREAM__navigation-footer-links__"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"type" : "paragraph",
|
|
3256
|
+
"children" : [
|
|
3257
|
+
{
|
|
3258
|
+
"text" : ""
|
|
3259
|
+
}
|
|
3260
|
+
]
|
|
3261
|
+
}
|
|
3262
|
+
]
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3265
|
+
"portal" : "DK-EVENTS",
|
|
3266
|
+
"title" : "Festivals",
|
|
3267
|
+
"slug" : "wasser/festivals",
|
|
3268
|
+
"oldSlugs" : [
|
|
3269
|
+
"festivals"
|
|
3270
|
+
],
|
|
3271
|
+
"content" : [
|
|
3272
|
+
{
|
|
3273
|
+
"type" : "storybook",
|
|
3274
|
+
"block" : "inline/headline",
|
|
3275
|
+
"isEmpty" : false,
|
|
3276
|
+
"storyId" : "inline-headline--headline",
|
|
3277
|
+
"children" : [
|
|
3278
|
+
{
|
|
3279
|
+
"text" : ""
|
|
3280
|
+
}
|
|
3281
|
+
],
|
|
3282
|
+
"attributes" : {
|
|
3283
|
+
"title" : "Festivals",
|
|
3284
|
+
"margin" : {
|
|
3285
|
+
"bottom" : true
|
|
3286
|
+
},
|
|
3287
|
+
"alignment" : "center",
|
|
3288
|
+
"blockWidth" : "site",
|
|
3289
|
+
"headlineSize" : "sm",
|
|
3290
|
+
"roundedEdges" : false,
|
|
3291
|
+
"headlineHeading" : "h1",
|
|
3292
|
+
"headlineColorCustom" : "#ffff",
|
|
3293
|
+
"headlineBackgroundCustom" : "#e10813"
|
|
3294
|
+
}
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"type" : "paragraph",
|
|
3298
|
+
"children" : [
|
|
3299
|
+
{
|
|
3300
|
+
"text" : ""
|
|
3301
|
+
}
|
|
3302
|
+
]
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
"type" : "paragraph",
|
|
3306
|
+
"children" : [
|
|
3307
|
+
{
|
|
3308
|
+
"text" : ""
|
|
3309
|
+
}
|
|
3310
|
+
]
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"type" : "layout",
|
|
3314
|
+
"children" : [
|
|
3315
|
+
{
|
|
3316
|
+
"type" : "layout-slot",
|
|
3317
|
+
"children" : [
|
|
3318
|
+
{
|
|
3319
|
+
"type" : "paragraph",
|
|
3320
|
+
"children" : [
|
|
3321
|
+
{
|
|
3322
|
+
"bold" : true,
|
|
3323
|
+
"text" : "SURF Festival Fehmarn"
|
|
3324
|
+
}
|
|
3325
|
+
]
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"type" : "paragraph",
|
|
3329
|
+
"children" : [
|
|
3330
|
+
{
|
|
3331
|
+
"bold" : true,
|
|
3332
|
+
"text" : "Testen, Stars & Party"
|
|
3333
|
+
}
|
|
3334
|
+
]
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"type" : "paragraph",
|
|
3338
|
+
"children" : [
|
|
3339
|
+
{
|
|
3340
|
+
"text" : "Das Surf-Festival ist ein ‚Testival’, also eine besondere Plattform, die direkten Kontakt zwischen euch, den Herstellern und den Stars der Szene in entspannter Strand-Atmosphäre herstellt. Testet, vergleicht, tauscht euch mit anderen Surfern aus und gebt der Industrie ein Feedback! Und das alles komplett kostenlos!"
|
|
3341
|
+
}
|
|
3342
|
+
]
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"type" : "paragraph",
|
|
3346
|
+
"children" : [
|
|
3347
|
+
{
|
|
3348
|
+
"text" : ""
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"type" : "storybook",
|
|
3352
|
+
"block" : "inline/button",
|
|
3353
|
+
"isEmpty" : false,
|
|
3354
|
+
"storyId" : "inline-button--button",
|
|
3355
|
+
"children" : [
|
|
3356
|
+
{
|
|
3357
|
+
"text" : ""
|
|
3358
|
+
}
|
|
3359
|
+
],
|
|
3360
|
+
"isInline" : true,
|
|
3361
|
+
"attributes" : {
|
|
3362
|
+
"link" : "https://www.surffestival.de/",
|
|
3363
|
+
"fullWidth" : false,
|
|
3364
|
+
"buttonLabel" : "Zum Event",
|
|
3365
|
+
"roundedEdges" : false,
|
|
3366
|
+
"textColorCustom" : "#ffff",
|
|
3367
|
+
"buttonColorCustom" : "#e10813"
|
|
3368
|
+
}
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"text" : ""
|
|
3372
|
+
}
|
|
3373
|
+
]
|
|
3374
|
+
}
|
|
3375
|
+
],
|
|
3376
|
+
"attributes" : {
|
|
3377
|
+
"name" : "grid-half",
|
|
3378
|
+
"margin" : {
|
|
3379
|
+
"right" : true
|
|
3380
|
+
}
|
|
3381
|
+
}
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
"type" : "layout-slot",
|
|
3385
|
+
"children" : [
|
|
3386
|
+
{
|
|
3387
|
+
"type" : "paragraph",
|
|
3388
|
+
"children" : [
|
|
3389
|
+
{
|
|
3390
|
+
"text" : ""
|
|
3391
|
+
}
|
|
3392
|
+
]
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"type" : "storybook",
|
|
3396
|
+
"block" : "media/image",
|
|
3397
|
+
"isEmpty" : false,
|
|
3398
|
+
"storyId" : "media-image--primary",
|
|
3399
|
+
"children" : [
|
|
3400
|
+
{
|
|
3401
|
+
"text" : ""
|
|
3402
|
+
}
|
|
3403
|
+
],
|
|
3404
|
+
"attributes" : {
|
|
3405
|
+
"size" : "full",
|
|
3406
|
+
"image" : {
|
|
3407
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1648731766/DK%20Events/Surf_Festival_Fehmarn242202341_553870122527881_9198922478244028385_n_dm4afa.jpg",
|
|
3408
|
+
"tags" : [],
|
|
3409
|
+
"type" : "upload",
|
|
3410
|
+
"bytes" : 156577,
|
|
3411
|
+
"width" : 1080,
|
|
3412
|
+
"format" : "jpg",
|
|
3413
|
+
"height" : 719,
|
|
3414
|
+
"context" : {
|
|
3415
|
+
"custom" : {
|
|
3416
|
+
"etag" : "f43cbfaee29d26ff3a3a56565830b3b9"
|
|
3417
|
+
}
|
|
3418
|
+
},
|
|
3419
|
+
"version" : 1648731766,
|
|
3420
|
+
"duration" : null,
|
|
3421
|
+
"metadata" : [],
|
|
3422
|
+
"public_id" : "DK Events/Surf_Festival_Fehmarn242202341_553870122527881_9198922478244028385_n_dm4afa",
|
|
3423
|
+
"created_at" : "2022-03-31T13:02:46.000Z",
|
|
3424
|
+
"created_by" : {
|
|
3425
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
3426
|
+
"type" : "user"
|
|
3427
|
+
},
|
|
3428
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1648731766/DK%20Events/Surf_Festival_Fehmarn242202341_553870122527881_9198922478244028385_n_dm4afa.jpg",
|
|
3429
|
+
"access_mode" : "public",
|
|
3430
|
+
"uploaded_by" : {
|
|
3431
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
3432
|
+
"type" : "user"
|
|
3433
|
+
},
|
|
3434
|
+
"resource_type" : "image"
|
|
3435
|
+
},
|
|
3436
|
+
"margin" : {
|
|
3437
|
+
"left" : true
|
|
3438
|
+
},
|
|
3439
|
+
"caption" : "",
|
|
3440
|
+
"alignment" : ""
|
|
3441
|
+
}
|
|
3442
|
+
}
|
|
3443
|
+
],
|
|
3444
|
+
"attributes" : {
|
|
3445
|
+
"name" : "grid-half",
|
|
3446
|
+
"margin" : {
|
|
3447
|
+
"left" : true
|
|
3448
|
+
}
|
|
3449
|
+
}
|
|
3450
|
+
}
|
|
3451
|
+
],
|
|
3452
|
+
"attributes" : {
|
|
3453
|
+
"width" : "full"
|
|
3454
|
+
}
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"type" : "paragraph",
|
|
3458
|
+
"children" : [
|
|
3459
|
+
{
|
|
3460
|
+
"text" : ""
|
|
3461
|
+
}
|
|
3462
|
+
]
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
"type" : "paragraph",
|
|
3466
|
+
"children" : [
|
|
3467
|
+
{
|
|
3468
|
+
"text" : ""
|
|
3469
|
+
}
|
|
3470
|
+
]
|
|
3471
|
+
}
|
|
3472
|
+
],
|
|
3473
|
+
"seoDescription" : "Unsere Festivals sind eine Kombination aus Outdoor- und Mitmachmessen. Ganz nach dem Motto: Action, Chillen Party - und wieder von vorne.",
|
|
3474
|
+
"hidden" : false
|
|
3475
|
+
}
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"metadata" : {
|
|
3479
|
+
"tags" : []
|
|
3480
|
+
},
|
|
3481
|
+
"sys" : {
|
|
3482
|
+
"space" : {
|
|
3483
|
+
"sys" : {
|
|
3484
|
+
"type" : "Link",
|
|
3485
|
+
"linkType" : "Space",
|
|
3486
|
+
"id" : "f32vl9lypwjc"
|
|
3487
|
+
}
|
|
3488
|
+
},
|
|
3489
|
+
"id" : "hUgXurUEltDGv4gPgFVhg",
|
|
3490
|
+
"type" : "Entry",
|
|
3491
|
+
"createdAt" : "2022-02-15T10:58:45.526Z",
|
|
3492
|
+
"updatedAt" : "2022-04-14T13:36:36.821Z",
|
|
3493
|
+
"environment" : {
|
|
3494
|
+
"sys" : {
|
|
3495
|
+
"id" : "master",
|
|
3496
|
+
"type" : "Link",
|
|
3497
|
+
"linkType" : "Environment"
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
"revision" : 11,
|
|
3501
|
+
"contentType" : {
|
|
3502
|
+
"sys" : {
|
|
3503
|
+
"type" : "Link",
|
|
3504
|
+
"linkType" : "ContentType",
|
|
3505
|
+
"id" : "navigationNode"
|
|
3506
|
+
}
|
|
3507
|
+
},
|
|
3508
|
+
"locale" : "de"
|
|
3509
|
+
},
|
|
3510
|
+
"fields" : {
|
|
3511
|
+
"layout" : {
|
|
3512
|
+
"metadata" : {
|
|
3513
|
+
"tags" : []
|
|
3514
|
+
},
|
|
3515
|
+
"sys" : {
|
|
3516
|
+
"space" : {
|
|
3517
|
+
"sys" : {
|
|
3518
|
+
"type" : "Link",
|
|
3519
|
+
"linkType" : "Space",
|
|
3520
|
+
"id" : "f32vl9lypwjc"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
"id" : "27y5zZnwtHnNMjZLmMyOd5",
|
|
3524
|
+
"type" : "Entry",
|
|
3525
|
+
"createdAt" : "2022-02-15T10:59:54.038Z",
|
|
3526
|
+
"updatedAt" : "2022-03-24T15:31:54.528Z",
|
|
3527
|
+
"environment" : {
|
|
3528
|
+
"sys" : {
|
|
3529
|
+
"id" : "master",
|
|
3530
|
+
"type" : "Link",
|
|
3531
|
+
"linkType" : "Environment"
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3534
|
+
"revision" : 4,
|
|
3535
|
+
"contentType" : {
|
|
3536
|
+
"sys" : {
|
|
3537
|
+
"type" : "Link",
|
|
3538
|
+
"linkType" : "ContentType",
|
|
3539
|
+
"id" : "contentBlock"
|
|
3540
|
+
}
|
|
3541
|
+
},
|
|
3542
|
+
"locale" : "de"
|
|
3543
|
+
},
|
|
3544
|
+
"fields" : {
|
|
3545
|
+
"portal" : "DK-EVENTS",
|
|
3546
|
+
"title" : "Layout dk-events",
|
|
3547
|
+
"content" : [
|
|
3548
|
+
{
|
|
3549
|
+
"type" : "storybook",
|
|
3550
|
+
"block" : "structure/header",
|
|
3551
|
+
"isEmpty" : false,
|
|
3552
|
+
"storyId" : "structure-header--primary",
|
|
3553
|
+
"children" : [
|
|
3554
|
+
{
|
|
3555
|
+
"text" : ""
|
|
3556
|
+
}
|
|
3557
|
+
],
|
|
3558
|
+
"attributes" : {
|
|
3559
|
+
"stream" : "$$_STREAM__navigation-main__",
|
|
3560
|
+
"roundedEdges" : false,
|
|
3561
|
+
"hoverEffect" : "zoom",
|
|
3562
|
+
"headerSmall" : false,
|
|
3563
|
+
"hideSearch" : true,
|
|
3564
|
+
"showProgressTitle" : true
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"type" : "storybook",
|
|
3569
|
+
"block" : "layout/portal",
|
|
3570
|
+
"isEmpty" : false,
|
|
3571
|
+
"storyId" : "layout-portal--primary",
|
|
3572
|
+
"children" : [
|
|
3573
|
+
{
|
|
3574
|
+
"text" : ""
|
|
3575
|
+
}
|
|
3576
|
+
],
|
|
3577
|
+
"attributes" : {}
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"type" : "storybook",
|
|
3581
|
+
"block" : "stroer/adbanner",
|
|
3582
|
+
"isEmpty" : false,
|
|
3583
|
+
"storyId" : "stroer-adbanner--primary",
|
|
3584
|
+
"children" : [
|
|
3585
|
+
{
|
|
3586
|
+
"text" : ""
|
|
3587
|
+
}
|
|
3588
|
+
],
|
|
3589
|
+
"attributes" : {
|
|
3590
|
+
"banner" : "pubperform"
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"type" : "storybook",
|
|
3595
|
+
"block" : "stroer/ad",
|
|
3596
|
+
"isEmpty" : false,
|
|
3597
|
+
"storyId" : "stroer-ad--primary",
|
|
3598
|
+
"children" : [
|
|
3599
|
+
{
|
|
3600
|
+
"text" : ""
|
|
3601
|
+
}
|
|
3602
|
+
],
|
|
3603
|
+
"attributes" : {
|
|
3604
|
+
"ad" : "out-of-page",
|
|
3605
|
+
"desktopOnly" : true
|
|
3606
|
+
}
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"type" : "storybook",
|
|
3610
|
+
"block" : "stroer/ad",
|
|
3611
|
+
"isEmpty" : false,
|
|
3612
|
+
"storyId" : "stroer-ad--primary",
|
|
3613
|
+
"children" : [
|
|
3614
|
+
{
|
|
3615
|
+
"text" : ""
|
|
3616
|
+
}
|
|
3617
|
+
],
|
|
3618
|
+
"attributes" : {
|
|
3619
|
+
"ad" : "stickyfooter",
|
|
3620
|
+
"mobileOnly" : true
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"type" : "storybook",
|
|
3625
|
+
"block" : "structure/footer",
|
|
3626
|
+
"isEmpty" : false,
|
|
3627
|
+
"storyId" : "structure-footer--primary",
|
|
3628
|
+
"children" : [
|
|
3629
|
+
{
|
|
3630
|
+
"text" : ""
|
|
3631
|
+
}
|
|
3632
|
+
],
|
|
3633
|
+
"attributes" : {
|
|
3634
|
+
"logo" : null,
|
|
3635
|
+
"stream" : "$$_STREAM__navigation-footer__",
|
|
3636
|
+
"streamLinks" : "$$_STREAM__navigation-footer-links__"
|
|
3637
|
+
}
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"type" : "paragraph",
|
|
3641
|
+
"children" : [
|
|
3642
|
+
{
|
|
3643
|
+
"text" : ""
|
|
3644
|
+
}
|
|
3645
|
+
]
|
|
3646
|
+
}
|
|
3647
|
+
]
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
"portal" : "DK-EVENTS",
|
|
3651
|
+
"title" : "Konferenzen",
|
|
3652
|
+
"slug" : "wasser/konferenzen",
|
|
3653
|
+
"oldSlugs" : [
|
|
3654
|
+
"konferenzen"
|
|
3655
|
+
],
|
|
3656
|
+
"content" : [
|
|
3657
|
+
{
|
|
3658
|
+
"type" : "storybook",
|
|
3659
|
+
"block" : "inline/headline",
|
|
3660
|
+
"isEmpty" : false,
|
|
3661
|
+
"storyId" : "inline-headline--headline",
|
|
3662
|
+
"children" : [
|
|
3663
|
+
{
|
|
3664
|
+
"text" : ""
|
|
3665
|
+
}
|
|
3666
|
+
],
|
|
3667
|
+
"attributes" : {
|
|
3668
|
+
"title" : "Konferenzen",
|
|
3669
|
+
"margin" : {
|
|
3670
|
+
"bottom" : true
|
|
3671
|
+
},
|
|
3672
|
+
"alignment" : "center",
|
|
3673
|
+
"blockWidth" : "site",
|
|
3674
|
+
"headlineSize" : "sm",
|
|
3675
|
+
"roundedEdges" : false,
|
|
3676
|
+
"headlineHeading" : "h1",
|
|
3677
|
+
"headlineColorCustom" : "#ffff",
|
|
3678
|
+
"headlineBackgroundCustom" : "#e10813"
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"type" : "paragraph",
|
|
3683
|
+
"children" : [
|
|
3684
|
+
{
|
|
3685
|
+
"text" : ""
|
|
3686
|
+
}
|
|
3687
|
+
]
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"type" : "paragraph",
|
|
3691
|
+
"children" : [
|
|
3692
|
+
{
|
|
3693
|
+
"text" : ""
|
|
3694
|
+
}
|
|
3695
|
+
]
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"type" : "layout",
|
|
3699
|
+
"children" : [
|
|
3700
|
+
{
|
|
3701
|
+
"type" : "layout-slot",
|
|
3702
|
+
"children" : [
|
|
3703
|
+
{
|
|
3704
|
+
"type" : "paragraph",
|
|
3705
|
+
"children" : [
|
|
3706
|
+
{
|
|
3707
|
+
"bold" : true,
|
|
3708
|
+
"text" : "GERMAN SUPERYACHT CONFERENCE 2022!"
|
|
3709
|
+
}
|
|
3710
|
+
]
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"type" : "paragraph",
|
|
3714
|
+
"children" : [
|
|
3715
|
+
{
|
|
3716
|
+
"text" : "Und die 10. German Superyacht Conference ist Geschichte.\nEs war ein großartiges Event mit tollen Gästen, spannenden Vorträgen und viel Networking!\nVielen Dank an alle Sprecher, Teilnehmer, Sponsoren und unseren Moderator Michael Antwerpes, der wie immer unterhaltsam durch den Tag geführt hat. Bis zum nächsten Jahr!"
|
|
3717
|
+
}
|
|
3718
|
+
]
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"type" : "paragraph",
|
|
3722
|
+
"children" : [
|
|
3723
|
+
{
|
|
3724
|
+
"text" : ""
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"type" : "storybook",
|
|
3728
|
+
"block" : "inline/button",
|
|
3729
|
+
"isEmpty" : false,
|
|
3730
|
+
"storyId" : "inline-button--button",
|
|
3731
|
+
"children" : [
|
|
3732
|
+
{
|
|
3733
|
+
"text" : ""
|
|
3734
|
+
}
|
|
3735
|
+
],
|
|
3736
|
+
"isInline" : true,
|
|
3737
|
+
"attributes" : {
|
|
3738
|
+
"link" : "https://superyacht-conference.com/",
|
|
3739
|
+
"fullWidth" : false,
|
|
3740
|
+
"linkTarget" : "_blank",
|
|
3741
|
+
"buttonLabel" : "Zum Event",
|
|
3742
|
+
"roundedEdges" : false,
|
|
3743
|
+
"textColorCustom" : "#ffff",
|
|
3744
|
+
"buttonColorCustom" : "#e10813"
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"text" : ""
|
|
3749
|
+
}
|
|
3750
|
+
]
|
|
3751
|
+
}
|
|
3752
|
+
],
|
|
3753
|
+
"attributes" : {
|
|
3754
|
+
"name" : "grid-half",
|
|
3755
|
+
"margin" : {
|
|
3756
|
+
"right" : true
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"type" : "layout-slot",
|
|
3762
|
+
"children" : [
|
|
3763
|
+
{
|
|
3764
|
+
"type" : "paragraph",
|
|
3765
|
+
"children" : [
|
|
3766
|
+
{
|
|
3767
|
+
"text" : ""
|
|
3768
|
+
}
|
|
3769
|
+
]
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"type" : "storybook",
|
|
3773
|
+
"block" : "media/image",
|
|
3774
|
+
"isEmpty" : false,
|
|
3775
|
+
"storyId" : "media-image--primary",
|
|
3776
|
+
"children" : [
|
|
3777
|
+
{
|
|
3778
|
+
"text" : ""
|
|
3779
|
+
}
|
|
3780
|
+
],
|
|
3781
|
+
"attributes" : {
|
|
3782
|
+
"size" : "full",
|
|
3783
|
+
"image" : {
|
|
3784
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1647953125/DK%20Events/GERMAN%20SUPERYACHT%20CONFERENCE/Home/GSC_2022__c__Carolin_Thiersch-131_lia5aq.jpg",
|
|
3785
|
+
"tags" : [],
|
|
3786
|
+
"type" : "upload",
|
|
3787
|
+
"bytes" : 5428750,
|
|
3788
|
+
"width" : 4926,
|
|
3789
|
+
"format" : "jpg",
|
|
3790
|
+
"height" : 3284,
|
|
3791
|
+
"context" : {
|
|
3792
|
+
"custom" : {
|
|
3793
|
+
"etag" : "ca6fb56366b1c96771e9fba0822e2ce9"
|
|
3794
|
+
}
|
|
3795
|
+
},
|
|
3796
|
+
"version" : 1647953125,
|
|
3797
|
+
"duration" : null,
|
|
3798
|
+
"metadata" : [],
|
|
3799
|
+
"public_id" : "DK Events/GERMAN SUPERYACHT CONFERENCE/Home/GSC_2022__c__Carolin_Thiersch-131_lia5aq",
|
|
3800
|
+
"created_at" : "2022-03-22T12:45:25.000Z",
|
|
3801
|
+
"created_by" : {
|
|
3802
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
3803
|
+
"type" : "user"
|
|
3804
|
+
},
|
|
3805
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1647953125/DK%20Events/GERMAN%20SUPERYACHT%20CONFERENCE/Home/GSC_2022__c__Carolin_Thiersch-131_lia5aq.jpg",
|
|
3806
|
+
"access_mode" : "public",
|
|
3807
|
+
"uploaded_by" : {
|
|
3808
|
+
"id" : "d68fb8e1c18efb41b4685826ffb464",
|
|
3809
|
+
"type" : "user"
|
|
3810
|
+
},
|
|
3811
|
+
"resource_type" : "image"
|
|
3812
|
+
},
|
|
3813
|
+
"margin" : {
|
|
3814
|
+
"left" : true
|
|
3815
|
+
},
|
|
3816
|
+
"caption" : "",
|
|
3817
|
+
"alignment" : ""
|
|
3818
|
+
}
|
|
3819
|
+
}
|
|
3820
|
+
],
|
|
3821
|
+
"attributes" : {
|
|
3822
|
+
"name" : "grid-half",
|
|
3823
|
+
"margin" : {
|
|
3824
|
+
"left" : true
|
|
3825
|
+
}
|
|
3826
|
+
}
|
|
3827
|
+
}
|
|
3828
|
+
],
|
|
3829
|
+
"attributes" : {
|
|
3830
|
+
"width" : "full"
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"type" : "paragraph",
|
|
3835
|
+
"children" : [
|
|
3836
|
+
{
|
|
3837
|
+
"text" : ""
|
|
3838
|
+
}
|
|
3839
|
+
]
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"type" : "paragraph",
|
|
3843
|
+
"children" : [
|
|
3844
|
+
{
|
|
3845
|
+
"text" : ""
|
|
3846
|
+
}
|
|
3847
|
+
]
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"type" : "paragraph",
|
|
3851
|
+
"children" : [
|
|
3852
|
+
{
|
|
3853
|
+
"text" : ""
|
|
3854
|
+
}
|
|
3855
|
+
]
|
|
3856
|
+
}
|
|
3857
|
+
],
|
|
3858
|
+
"seoDescription" : "Wir bieten ein exklusives Forum mit international anerkannten Experten, Vorträgen und die Möglichkeit zum Networking. ",
|
|
3859
|
+
"hidden" : false
|
|
3860
|
+
}
|
|
3861
|
+
}
|
|
3862
|
+
],
|
|
3863
|
+
"seoDescription" : "Fahrtrainings, Skippertrainings, Koferenzen, Messen und Festivals: Alle Informationen rund um unserer Wassersportveranstaltungen finden Sie hier. ",
|
|
3864
|
+
"hidden" : false,
|
|
3865
|
+
"navigationTeaser" : [
|
|
3866
|
+
{
|
|
3867
|
+
"metadata" : {
|
|
3868
|
+
"tags" : []
|
|
3869
|
+
},
|
|
3870
|
+
"sys" : {
|
|
3871
|
+
"space" : {
|
|
3872
|
+
"sys" : {
|
|
3873
|
+
"type" : "Link",
|
|
3874
|
+
"linkType" : "Space",
|
|
3875
|
+
"id" : "f32vl9lypwjc"
|
|
3876
|
+
}
|
|
3877
|
+
},
|
|
3878
|
+
"id" : "3mlNRXCbNi5rMnljRQ3CSX",
|
|
3879
|
+
"type" : "Entry",
|
|
3880
|
+
"createdAt" : "2022-04-13T13:27:20.558Z",
|
|
3881
|
+
"updatedAt" : "2022-04-22T11:06:01.904Z",
|
|
3882
|
+
"environment" : {
|
|
3883
|
+
"sys" : {
|
|
3884
|
+
"id" : "master",
|
|
3885
|
+
"type" : "Link",
|
|
3886
|
+
"linkType" : "Environment"
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
"revision" : 3,
|
|
3890
|
+
"contentType" : {
|
|
3891
|
+
"sys" : {
|
|
3892
|
+
"type" : "Link",
|
|
3893
|
+
"linkType" : "ContentType",
|
|
3894
|
+
"id" : "externalLink"
|
|
3895
|
+
}
|
|
3896
|
+
},
|
|
3897
|
+
"locale" : "de"
|
|
3898
|
+
},
|
|
3899
|
+
"fields" : {
|
|
3900
|
+
"portal" : "DK-EVENTS",
|
|
3901
|
+
"title" : "BOOTE Frauenfahrtraining",
|
|
3902
|
+
"externalLink" : "http://boote-freshup.de/",
|
|
3903
|
+
"linkTarget" : "_blank",
|
|
3904
|
+
"image" : [
|
|
3905
|
+
{
|
|
3906
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1650624898/DK%20Events/Logos%20der%20Events/BFFT_Logo_2022_3_1_qbbcak.png",
|
|
3907
|
+
"tags" : [],
|
|
3908
|
+
"type" : "upload",
|
|
3909
|
+
"bytes" : 223041,
|
|
3910
|
+
"width" : 2000,
|
|
3911
|
+
"format" : "png",
|
|
3912
|
+
"height" : 2000,
|
|
3913
|
+
"version" : 1650624898,
|
|
3914
|
+
"duration" : null,
|
|
3915
|
+
"metadata" : [],
|
|
3916
|
+
"public_id" : "DK Events/Logos der Events/BFFT_Logo_2022_3_1_qbbcak",
|
|
3917
|
+
"created_at" : "2022-04-22T10:54:58.000Z",
|
|
3918
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1650624898/DK%20Events/Logos%20der%20Events/BFFT_Logo_2022_3_1_qbbcak.png",
|
|
3919
|
+
"original_url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1650624898/DK%20Events/Logos%20der%20Events/BFFT_Logo_2022_3_1_qbbcak.png",
|
|
3920
|
+
"resource_type" : "image",
|
|
3921
|
+
"raw_transformation" : "f_auto/q_auto",
|
|
3922
|
+
"original_secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1650624898/DK%20Events/Logos%20der%20Events/BFFT_Logo_2022_3_1_qbbcak.png"
|
|
3923
|
+
}
|
|
3924
|
+
]
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"metadata" : {
|
|
3929
|
+
"tags" : []
|
|
3930
|
+
},
|
|
3931
|
+
"sys" : {
|
|
3932
|
+
"space" : {
|
|
3933
|
+
"sys" : {
|
|
3934
|
+
"type" : "Link",
|
|
3935
|
+
"linkType" : "Space",
|
|
3936
|
+
"id" : "f32vl9lypwjc"
|
|
3937
|
+
}
|
|
3938
|
+
},
|
|
3939
|
+
"id" : "2nEKyJ049MQzi0HAlIHjiL",
|
|
3940
|
+
"type" : "Entry",
|
|
3941
|
+
"createdAt" : "2022-04-22T10:59:36.100Z",
|
|
3942
|
+
"updatedAt" : "2022-04-22T11:06:36.258Z",
|
|
3943
|
+
"environment" : {
|
|
3944
|
+
"sys" : {
|
|
3945
|
+
"id" : "master",
|
|
3946
|
+
"type" : "Link",
|
|
3947
|
+
"linkType" : "Environment"
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
"revision" : 2,
|
|
3951
|
+
"contentType" : {
|
|
3952
|
+
"sys" : {
|
|
3953
|
+
"type" : "Link",
|
|
3954
|
+
"linkType" : "ContentType",
|
|
3955
|
+
"id" : "externalLink"
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3958
|
+
"locale" : "de"
|
|
3959
|
+
},
|
|
3960
|
+
"fields" : {
|
|
3961
|
+
"portal" : "DK-EVENTS",
|
|
3962
|
+
"title" : "SURF Festival Fehmarn",
|
|
3963
|
+
"externalLink" : "https://www.surffestival.de/",
|
|
3964
|
+
"linkTarget" : "_blank",
|
|
3965
|
+
"image" : [
|
|
3966
|
+
{
|
|
3967
|
+
"url" : "http://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1650624909/DK%20Events/Logos%20der%20Events/Logo_surffestivalfehmarn_Black_transparent_1_qn7452.png",
|
|
3968
|
+
"tags" : [],
|
|
3969
|
+
"type" : "upload",
|
|
3970
|
+
"bytes" : 441887,
|
|
3971
|
+
"width" : 2000,
|
|
3972
|
+
"format" : "png",
|
|
3973
|
+
"height" : 2000,
|
|
3974
|
+
"version" : 1650624909,
|
|
3975
|
+
"duration" : null,
|
|
3976
|
+
"metadata" : [],
|
|
3977
|
+
"public_id" : "DK Events/Logos der Events/Logo_surffestivalfehmarn_Black_transparent_1_qn7452",
|
|
3978
|
+
"created_at" : "2022-04-22T10:55:09.000Z",
|
|
3979
|
+
"secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/f_auto/q_auto/v1650624909/DK%20Events/Logos%20der%20Events/Logo_surffestivalfehmarn_Black_transparent_1_qn7452.png",
|
|
3980
|
+
"original_url" : "http://res.cloudinary.com/delius-klasing/image/upload/v1650624909/DK%20Events/Logos%20der%20Events/Logo_surffestivalfehmarn_Black_transparent_1_qn7452.png",
|
|
3981
|
+
"resource_type" : "image",
|
|
3982
|
+
"raw_transformation" : "f_auto/q_auto",
|
|
3983
|
+
"original_secure_url" : "https://res.cloudinary.com/delius-klasing/image/upload/v1650624909/DK%20Events/Logos%20der%20Events/Logo_surffestivalfehmarn_Black_transparent_1_qn7452.png"
|
|
3984
|
+
}
|
|
3985
|
+
]
|
|
3986
|
+
}
|
|
3987
|
+
}
|
|
3988
|
+
]
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3991
|
+
"aspectRatio" : "4:3",
|
|
3992
|
+
"firstTeaserFullWidth" : false,
|
|
3993
|
+
"roundedEdges" : false,
|
|
3994
|
+
"hasBorder" : false,
|
|
3995
|
+
"borderColorCustom" : false,
|
|
3996
|
+
"textPosition" : "below",
|
|
3997
|
+
"teaserStyle" : false,
|
|
3998
|
+
"countPerRow" : 3,
|
|
3999
|
+
"showTeasertext" : false,
|
|
4000
|
+
"showIcons" : false,
|
|
4001
|
+
"mouseOverEffect" : "none",
|
|
4002
|
+
"hasTextShadow" : false,
|
|
4003
|
+
"showTeaserTitle" : false,
|
|
4004
|
+
"tags_or" : [
|
|
4005
|
+
{
|
|
4006
|
+
"metadata" : {
|
|
4007
|
+
"tags" : []
|
|
4008
|
+
},
|
|
4009
|
+
"sys" : {
|
|
4010
|
+
"space" : {
|
|
4011
|
+
"sys" : {
|
|
4012
|
+
"type" : "Link",
|
|
4013
|
+
"linkType" : "Space",
|
|
4014
|
+
"id" : "f32vl9lypwjc"
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
"id" : "7AbIR2qduboFwdyenQKOUh",
|
|
4018
|
+
"type" : "Entry",
|
|
4019
|
+
"createdAt" : "2022-04-22T12:55:01.639Z",
|
|
4020
|
+
"updatedAt" : "2022-04-22T12:55:01.639Z",
|
|
4021
|
+
"environment" : {
|
|
4022
|
+
"sys" : {
|
|
4023
|
+
"id" : "master",
|
|
4024
|
+
"type" : "Link",
|
|
4025
|
+
"linkType" : "Environment"
|
|
4026
|
+
}
|
|
4027
|
+
},
|
|
4028
|
+
"revision" : 1,
|
|
4029
|
+
"contentType" : {
|
|
4030
|
+
"sys" : {
|
|
4031
|
+
"type" : "Link",
|
|
4032
|
+
"linkType" : "ContentType",
|
|
4033
|
+
"id" : "tags"
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
4036
|
+
"locale" : "de"
|
|
4037
|
+
},
|
|
4038
|
+
"fields" : {
|
|
4039
|
+
"title" : "VW T-Cross",
|
|
4040
|
+
"portal" : "GUTEFAHRT",
|
|
4041
|
+
"isCategory" : false,
|
|
4042
|
+
"isBrand" : false,
|
|
4043
|
+
"hidden" : false,
|
|
4044
|
+
"storychiefId" : "353604421",
|
|
4045
|
+
"slug" : "vw-t-cross-6262a4e6cfca1"
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"metadata" : {
|
|
4050
|
+
"tags" : []
|
|
4051
|
+
},
|
|
4052
|
+
"sys" : {
|
|
4053
|
+
"space" : {
|
|
4054
|
+
"sys" : {
|
|
4055
|
+
"type" : "Link",
|
|
4056
|
+
"linkType" : "Space",
|
|
4057
|
+
"id" : "f32vl9lypwjc"
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4060
|
+
"id" : "6jLJu3xntQqMtdQV2B1JX0",
|
|
4061
|
+
"type" : "Entry",
|
|
4062
|
+
"createdAt" : "2022-04-22T12:54:59.766Z",
|
|
4063
|
+
"updatedAt" : "2022-04-22T12:54:59.766Z",
|
|
4064
|
+
"environment" : {
|
|
4065
|
+
"sys" : {
|
|
4066
|
+
"id" : "master",
|
|
4067
|
+
"type" : "Link",
|
|
4068
|
+
"linkType" : "Environment"
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
4071
|
+
"revision" : 1,
|
|
4072
|
+
"contentType" : {
|
|
4073
|
+
"sys" : {
|
|
4074
|
+
"type" : "Link",
|
|
4075
|
+
"linkType" : "ContentType",
|
|
4076
|
+
"id" : "tags"
|
|
4077
|
+
}
|
|
4078
|
+
},
|
|
4079
|
+
"locale" : "de"
|
|
4080
|
+
},
|
|
4081
|
+
"fields" : {
|
|
4082
|
+
"title" : "VW Taigo",
|
|
4083
|
+
"portal" : "GUTEFAHRT",
|
|
4084
|
+
"isCategory" : false,
|
|
4085
|
+
"isBrand" : false,
|
|
4086
|
+
"hidden" : false,
|
|
4087
|
+
"storychiefId" : "1979231368",
|
|
4088
|
+
"slug" : "vw-taigo-6262a4deb8236"
|
|
4089
|
+
}
|
|
4090
|
+
}
|
|
4091
|
+
],
|
|
4092
|
+
"selected_entries" : [
|
|
4093
|
+
{
|
|
4094
|
+
"sys" : {
|
|
4095
|
+
"id" : "3dXEIqEd3AyLGbV3dfVBfp",
|
|
4096
|
+
"contentType" : {
|
|
4097
|
+
"sys" : {
|
|
4098
|
+
"id" : "externalLink"
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
"fields" : {
|
|
4103
|
+
"title" : {
|
|
4104
|
+
"de" : "Scott"
|
|
4105
|
+
}
|
|
4106
|
+
}
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"sys" : {
|
|
4110
|
+
"id" : "3jCJv7yuNo8WMJTvnsnq83",
|
|
4111
|
+
"contentType" : {
|
|
4112
|
+
"sys" : {
|
|
4113
|
+
"id" : "externalLink"
|
|
4114
|
+
}
|
|
4115
|
+
}
|
|
4116
|
+
},
|
|
4117
|
+
"fields" : {
|
|
4118
|
+
"title" : {
|
|
4119
|
+
"de" : "Alpina"
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"sys" : {
|
|
4125
|
+
"id" : "MKAUj0kyiqJkPwsH5beug",
|
|
4126
|
+
"contentType" : {
|
|
4127
|
+
"sys" : {
|
|
4128
|
+
"id" : "externalLink"
|
|
4129
|
+
}
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
4132
|
+
"fields" : {
|
|
4133
|
+
"title" : {
|
|
4134
|
+
"de" : "Chicken Line"
|
|
4135
|
+
}
|
|
4136
|
+
}
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"sys" : {
|
|
4140
|
+
"id" : "6EqFNWCnTnCpaD5kIXYbdR",
|
|
4141
|
+
"contentType" : {
|
|
4142
|
+
"sys" : {
|
|
4143
|
+
"id" : "externalLink"
|
|
4144
|
+
}
|
|
4145
|
+
}
|
|
4146
|
+
},
|
|
4147
|
+
"fields" : {
|
|
4148
|
+
"title" : {
|
|
4149
|
+
"de" : "Deuter"
|
|
4150
|
+
}
|
|
4151
|
+
}
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"sys" : {
|
|
4155
|
+
"id" : "D56I6nVL1ietMbxf7g5RN",
|
|
4156
|
+
"contentType" : {
|
|
4157
|
+
"sys" : {
|
|
4158
|
+
"id" : "externalLink"
|
|
4159
|
+
}
|
|
4160
|
+
}
|
|
4161
|
+
},
|
|
4162
|
+
"fields" : {
|
|
4163
|
+
"title" : {
|
|
4164
|
+
"de" : "Powerbar"
|
|
4165
|
+
}
|
|
4166
|
+
}
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"sys" : {
|
|
4170
|
+
"id" : "1OQA6uKPKlRix6F0ruy5Qn",
|
|
4171
|
+
"contentType" : {
|
|
4172
|
+
"sys" : {
|
|
4173
|
+
"id" : "externalLink"
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4177
|
+
"fields" : {
|
|
4178
|
+
"title" : {
|
|
4179
|
+
"de" : "sebamed"
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"sys" : {
|
|
4185
|
+
"id" : "4wk29ngxkl6LNSeBooxp21",
|
|
4186
|
+
"contentType" : {
|
|
4187
|
+
"sys" : {
|
|
4188
|
+
"id" : "externalLink"
|
|
4189
|
+
}
|
|
4190
|
+
}
|
|
4191
|
+
},
|
|
4192
|
+
"fields" : {
|
|
4193
|
+
"title" : {
|
|
4194
|
+
"de" : "red paddle co "
|
|
4195
|
+
}
|
|
4196
|
+
}
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"sys" : {
|
|
4200
|
+
"id" : "5AYlWP4ip1q4i3JJlZu6am",
|
|
4201
|
+
"contentType" : {
|
|
4202
|
+
"sys" : {
|
|
4203
|
+
"id" : "externalLink"
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4207
|
+
"fields" : {
|
|
4208
|
+
"title" : {
|
|
4209
|
+
"de" : "Trickstuff"
|
|
4210
|
+
}
|
|
4211
|
+
}
|
|
4212
|
+
},
|
|
4213
|
+
{
|
|
4214
|
+
"sys" : {
|
|
4215
|
+
"id" : "3tx5eeFMUTo3VXR2MNXjwx",
|
|
4216
|
+
"contentType" : {
|
|
4217
|
+
"sys" : {
|
|
4218
|
+
"id" : "externalLink"
|
|
4219
|
+
}
|
|
4220
|
+
}
|
|
4221
|
+
},
|
|
4222
|
+
"fields" : {
|
|
4223
|
+
"title" : {
|
|
4224
|
+
"de" : "Propain"
|
|
4225
|
+
}
|
|
4226
|
+
}
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"sys" : {
|
|
4230
|
+
"id" : "5ezhVFFYix6Lg7Dby3poXH",
|
|
4231
|
+
"contentType" : {
|
|
4232
|
+
"sys" : {
|
|
4233
|
+
"id" : "externalLink"
|
|
4234
|
+
}
|
|
4235
|
+
}
|
|
4236
|
+
},
|
|
4237
|
+
"fields" : {
|
|
4238
|
+
"title" : {
|
|
4239
|
+
"de" : "Adidas Five ten"
|
|
4240
|
+
}
|
|
4241
|
+
}
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"sys" : {
|
|
4245
|
+
"id" : "I4xAtFuugdfL6jQo4KKEY",
|
|
4246
|
+
"contentType" : {
|
|
4247
|
+
"sys" : {
|
|
4248
|
+
"id" : "externalLink"
|
|
4249
|
+
}
|
|
4250
|
+
}
|
|
4251
|
+
},
|
|
4252
|
+
"fields" : {
|
|
4253
|
+
"title" : {
|
|
4254
|
+
"de" : "Simplon"
|
|
4255
|
+
}
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"sys" : {
|
|
4260
|
+
"id" : "6ZOZzXw6NoocLQwxMxsXb8",
|
|
4261
|
+
"contentType" : {
|
|
4262
|
+
"sys" : {
|
|
4263
|
+
"id" : "externalLink"
|
|
4264
|
+
}
|
|
4265
|
+
}
|
|
4266
|
+
},
|
|
4267
|
+
"fields" : {
|
|
4268
|
+
"title" : {
|
|
4269
|
+
"de" : "MAXXIS"
|
|
4270
|
+
}
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
"sys" : {
|
|
4275
|
+
"id" : "4yzqVoZXZT4YAtTDpnAVwM",
|
|
4276
|
+
"contentType" : {
|
|
4277
|
+
"sys" : {
|
|
4278
|
+
"id" : "externalLink"
|
|
4279
|
+
}
|
|
4280
|
+
}
|
|
4281
|
+
},
|
|
4282
|
+
"fields" : {
|
|
4283
|
+
"title" : {
|
|
4284
|
+
"de" : "Pivot Cycles"
|
|
4285
|
+
}
|
|
4286
|
+
}
|
|
4287
|
+
}
|
|
4288
|
+
],
|
|
4289
|
+
"blockWidth" : "site"
|
|
4290
|
+
},
|
|
4291
|
+
"isEmpty" : false,
|
|
4292
|
+
"type" : "storybook",
|
|
4293
|
+
"storyId" : "teaser-genericteaser--normale-liste"
|
|
4294
|
+
}
|
|
4295
|
+
]
|