comand-component-library 4.2.76 → 4.2.78

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.
@@ -34,992 +34,1020 @@ export default {
34
34
  headlineLevel: 3
35
35
  },
36
36
  allowCopyByClick: false,
37
- additionalInformation: "",
38
- cmdBoxSettingsControls: {
39
- },
40
- cmdBreadcrumbsSettingsData: {
41
- breadcrumbLabel: "You are here:",
42
- breadcrumbSeparator: ">"
43
- },
44
- cmdBoxSettingsData: {
45
- openCollapsedBox: false,
46
- rowView: false,
47
- boxType: "content",
48
- collapsible: false,
49
- cutoffTextLines: 0,
50
- useDefaultPadding: true,
51
- repeatHeadlineInBoxBody: false,
52
- fadeLastLine: true,
53
- useTransition: false,
54
- boxBodyClass: "",
55
- profileType: "business",
56
- textBody: "",
57
- stretchHorizontally: true,
58
- stretchVertically: true,
59
- product: {
60
- "name": "Product name 1",
61
- "image": {
62
- "src": "media/images/demo-images/medium/landscape-01.jpg",
63
- "alt": "Alternative text"
64
- },
65
- "articleNumber": "AB12345",
66
- "price": 123.45,
67
- "description": "This is a short description text for the product",
68
- "new": false,
69
- "discount": ""
70
- },
71
- user: {
72
- "name": "User name 1",
73
- "age": 35,
74
- "gender": "m",
75
- "imageSrc": "/media/images/user-images/fake-user-1.jpg",
76
- "profession": "User profession",
77
- "position": "User position",
78
- "description": "User profile with image",
79
- "tag": [
80
- "Tagname",
81
- "Long tag",
82
- "One more tag"
83
- ],
84
- "links": [
85
- {
86
- "path": "mailto:",
87
- "iconClass": "icon-mail",
88
- "tooltip": "Send mail"
89
- }
90
- ]
91
- }
92
- },
93
- cmdBoxSettingsControls: {
94
- boxType: [
95
- {
96
- text: "Content (default)",
97
- value: "content"
98
- },
99
- {
100
- text: "Product",
101
- value: "product"
102
- },
103
- {
104
- text: "User",
105
- value: "user"
106
- }
107
- ]
108
- },
109
- cmdCodeOutputSettingsData: {
110
- preformatted: true,
111
- styleAsBox: true,
112
- allowCopyByClick: true,
113
- maxHeight: "20rem"
114
- },
115
- cmdContainerSettingsData: {
116
- cmdHeadline: {
117
- headlineText: "Container Headline",
118
- headlineLevel: 3
37
+ additionalInformation: ""
38
+ },
39
+ cmdBreadcrumbsSettingsData: {
40
+ breadcrumbLabel: "You are here:",
41
+ breadcrumbSeparator: ">"
42
+ },
43
+ cmdBoxSettingsData: {
44
+ openCollapsedBox: false,
45
+ rowView: false,
46
+ boxType: "content",
47
+ collapsible: false,
48
+ cutoffTextLines: 0,
49
+ useDefaultPadding: true,
50
+ repeatHeadlineInBoxBody: false,
51
+ fadeLastLine: true,
52
+ useTransition: false,
53
+ boxBodyClass: "",
54
+ profileType: "business",
55
+ textBody: "",
56
+ stretchHorizontally: true,
57
+ stretchVertically: true,
58
+ product: {
59
+ "name": "Product name 1",
60
+ "image": {
61
+ "src": "media/images/demo-images/medium/landscape-01.jpg",
62
+ "alt": "Alternative text"
119
63
  },
120
- containerType: "default"
64
+ "articleNumber": "AB12345",
65
+ "price": 123.45,
66
+ "description": "This is a short description text for the product",
67
+ "new": false,
68
+ "discount": ""
121
69
  },
122
- cmdContainerSettingsControls: {
123
- containerType: [
124
- {
125
- text: "default (default)",
126
- text: "default",
127
- },
128
- {
129
- text: "flex",
130
- value: "flex"
131
- },
132
- {
133
- text: "grid",
134
- value: "grid"
135
- }
70
+ user: {
71
+ "name": "User name 1",
72
+ "age": 35,
73
+ "gender": "m",
74
+ "imageSrc": "/media/images/user-images/fake-user-1.jpg",
75
+ "profession": "User profession",
76
+ "position": "User position",
77
+ "description": "User profile with image",
78
+ "tag": [
79
+ "Tagname",
80
+ "Long tag",
81
+ "One more tag"
136
82
  ],
137
- contentOrientation: [
138
- {
139
- text: "vertical (default)",
140
- value: "vertical"
141
- },
83
+ "links": [
142
84
  {
143
- text: "horizontal",
144
- value: "horizontal"
85
+ "path": "mailto:",
86
+ "iconClass": "icon-mail",
87
+ "tooltip": "Send mail"
145
88
  }
146
89
  ]
90
+ }
91
+ },
92
+ cmdBoxSettingsControls: {
93
+ boxType: [
94
+ {
95
+ text: "Content (default)",
96
+ value: "content"
97
+ },
98
+ {
99
+ text: "Product",
100
+ value: "product"
101
+ },
102
+ {
103
+ text: "User",
104
+ value: "user"
105
+ }
106
+ ]
107
+ },
108
+ cmdCodeOutputSettingsData: {
109
+ preformatted: true,
110
+ styleAsBox: true,
111
+ allowCopyByClick: true,
112
+ maxHeight: "20rem"
113
+ },
114
+ cmdContainerSettingsData: {
115
+ cmdHeadline: {
116
+ headlineText: "Container Headline",
117
+ headlineLevel: 3
118
+ },
119
+ containerType: "default"
120
+ },
121
+ cmdContainerSettingsControls: {
122
+ containerType: [
123
+ {
124
+ text: "default (default)",
125
+ text: "default",
126
+ },
127
+ {
128
+ text: "flex",
129
+ value: "flex"
130
+ },
131
+ {
132
+ text: "grid",
133
+ value: "grid"
134
+ }
135
+ ],
136
+ contentOrientation: [
137
+ {
138
+ text: "vertical (default)",
139
+ value: "vertical"
140
+ },
141
+ {
142
+ text: "horizontal",
143
+ value: "horizontal"
144
+ }
145
+ ]
146
+ },
147
+ cmdCompanyLogoSettingsData: {
148
+ pathDefaultLogo: "/media/images/logos/logo.svg",
149
+ pathDarkmodeLogo: "/media/images/logos/logo-darkmode.svg",
150
+ altText: "Company Logo"
151
+ },
152
+ cmdFakeSelectSettingsData: {
153
+ showSelectAllOptions: true,
154
+ status: "",
155
+ labelText: "Fake selectbox:",
156
+ showLabel: true,
157
+ textPleaseSelect: "Please select\u2026",
158
+ title: "Title for FakeSelect",
159
+ defaultOptionName: "Select an option:",
160
+ showStatusIcon: true,
161
+ id: "cmd-fake-select-configurable",
162
+ useCustomTooltip: true,
163
+ type: "default",
164
+ required: true
165
+ },
166
+ cmdFakeSelectSettingsControls: {
167
+ type: [
168
+ {
169
+ text: "Default (default)",
170
+ value: "default"
171
+ },
172
+ {
173
+ text: "Color",
174
+ value: "color"
175
+ },
176
+ {
177
+ text: "Country",
178
+ value: "country"
179
+ },
180
+ {
181
+ text: "Content",
182
+ value: "content"
183
+ },
184
+ {
185
+ text: "Checkbox options",
186
+ value: "checkboxOptions"
187
+ }
188
+ ],
189
+ optionLinkType: [
190
+ {
191
+ text: "Href (default)",
192
+ value: "href"
193
+ },
194
+ {
195
+ text: "Router",
196
+ value: "router"
197
+ }
198
+ ],
199
+ status: [
200
+ {
201
+ text: "None (default)",
202
+ value: ""
203
+ },
204
+ {
205
+ text: "Error",
206
+ value: "error"
207
+ },
208
+ {
209
+ text: "Warning",
210
+ value: "warning"
211
+ },
212
+ {
213
+ text: "Success",
214
+ value: "success"
215
+ },
216
+ {
217
+ text: "Info",
218
+ value: "info"
219
+ }
220
+ ]
221
+ },
222
+ cmdFormElementSettingsData: {
223
+ element: "input",
224
+ type: "text",
225
+ labelText: "Inputfield:",
226
+ placeholder: "Placeholder text",
227
+ required: true,
228
+ showRequirements: true,
229
+ tooltipText: "This is a tooltip",
230
+ status: "",
231
+ showSearchButton: true,
232
+ selectOptions: [
233
+ {
234
+ text: "Please select...",
235
+ value: ""
236
+ },
237
+ {
238
+ text: "Option 1",
239
+ value: "option1"
240
+ },
241
+ {
242
+ text: "Option 2",
243
+ value: "option2"
244
+ },
245
+ {
246
+ text: "Option 3",
247
+ value: "option3"
248
+ }
249
+ ]
250
+ },
251
+ cmdFormElementSettingsControls: {
252
+ element: [
253
+ {
254
+ text: "Input (default)",
255
+ value: "input"
256
+ },
257
+ {
258
+ text: "Select",
259
+ value: "select"
260
+ },
261
+ {
262
+ text: "Textarea",
263
+ value: "textarea"
264
+ }
265
+ ],
266
+ type: [
267
+ {
268
+ text: "Text (default)",
269
+ value: "text"
270
+ },
271
+ {
272
+ text: "Number",
273
+ value: "number"
274
+ },
275
+ {
276
+ text: "Email",
277
+ value: "email"
278
+ },
279
+ {
280
+ text: "Telephone",
281
+ value: "tel"
282
+ },
283
+ {
284
+ text: "Date",
285
+ value: "date"
286
+ },
287
+ {
288
+ text: "Search",
289
+ value: "search"
290
+ },
291
+ {
292
+ text: "Password",
293
+ value: "password"
294
+ },
295
+ {
296
+ text: "Checkbox",
297
+ value: "checkbox"
298
+ },
299
+ {
300
+ text: "Radio(button)",
301
+ value: "radio"
302
+ }
303
+ ],
304
+ status: [
305
+ {
306
+ text: "None (default)",
307
+ value: ""
308
+ },
309
+ {
310
+ text: "Error",
311
+ value: "error"
312
+ },
313
+ {
314
+ text: "Warning",
315
+ value: "warning"
316
+ },
317
+ {
318
+ text: "Success",
319
+ value: "success"
320
+ },
321
+ {
322
+ text: "Info",
323
+ value: "info"
324
+ }
325
+ ]
326
+ },
327
+ cmdHeadlineSettingsData: {
328
+ preHeadlineText: "Pre-headline text",
329
+ headlineText: "Headline text",
330
+ headlineLevel: 2,
331
+ textAlign: "left"
332
+ },
333
+ cmdHeadlineSettingsControls: {
334
+ textAlign: [
335
+ {
336
+ text: "Left (default)",
337
+ value: "left"
338
+ },
339
+ {
340
+ text: "Center",
341
+ value: "center"
342
+ },
343
+ {
344
+ text: "Right",
345
+ value: "right"
346
+ }
347
+ ],
348
+ highlightLevel: [
349
+ {
350
+ text: "none (default)",
351
+ value: "none"
352
+ },
353
+ {
354
+ text: "primary",
355
+ value: "primary"
356
+ },
357
+ {
358
+ text: "secondary",
359
+ value: "secondary"
360
+ },
361
+ {
362
+ text: "tertiary",
363
+ value: "tertiary"
364
+ }
365
+ ]
366
+ },
367
+ cmdInputGroupSettingsData: {
368
+ required: false,
369
+ inputTypes: "radio",
370
+ status: "",
371
+ showStatusIcon: true,
372
+ replaceInputType: false,
373
+ toggleSwitch: false,
374
+ useSlot: false,
375
+ multipleSwitch: false,
376
+ showLabel: true,
377
+ labelText: "Group label for input-group:",
378
+ labelInline: false,
379
+ stretchHorizontally: false,
380
+ disabled: false
381
+ },
382
+ cmdInputGroupSettingsControls: {
383
+ "inputTypes": [
384
+ {
385
+ text: "Checkbox (default)",
386
+ value: "checkbox"
387
+ },
388
+ {
389
+ text: "Radio",
390
+ value: "radio"
391
+ }
392
+ ]
393
+ },
394
+ cmdImageSettingsData: {},
395
+ cmdImageGallerySettingsData: {
396
+ useFancyboxForLargeImages: true,
397
+ figcaptionPosition: "top"
398
+ },
399
+ cmdImageGallerySettingsControls: {
400
+ figcaptionPosition: [
401
+ {
402
+ text: "Top",
403
+ value: "top"
404
+ },
405
+ {
406
+ text: "Bottom (default)",
407
+ value: "bottom"
408
+ }
409
+ ]
410
+ },
411
+ cmdLinkSettingsData: {
412
+ path: "#",
413
+ target: "",
414
+ text: "Linktext",
415
+ styleAsButton: false,
416
+ primaryButton: false
417
+ },
418
+ cmdLinkSettingsControls: {
419
+ linkType: [
420
+ {
421
+ text: "href (default)",
422
+ value: "href"
423
+ },
424
+ {
425
+ text: "router",
426
+ value: "router"
427
+ },
428
+ {
429
+ text: "button",
430
+ value: "button"
431
+ }
432
+ ],
433
+ highlightLevel: [
434
+ {
435
+ text: "none",
436
+ value: "none"
437
+ },
438
+ {
439
+ text: "primary (default)",
440
+ value: "primary"
441
+ },
442
+ {
443
+ text: "secondary",
444
+ value: "secondary"
445
+ },
446
+ {
447
+ text: "tertiary",
448
+ value: "tertiary"
449
+ }
450
+ ]
451
+ },
452
+ cmdListSettingsData: {
453
+ useGap: true,
454
+ styleAsBox: false,
455
+ largeIcons: false,
456
+ sectionAnchors: false,
457
+ orientation: "vertical",
458
+ align: "left",
459
+ showListStyleItems: false
460
+ },
461
+ cmdListSettingsControls: {
462
+ listType: [
463
+ {
464
+ text: "Links",
465
+ value: "links"
466
+ },
467
+ {
468
+ text: "Images",
469
+ value: "images"
470
+ },
471
+ {
472
+ text: "Tags",
473
+ value: "tags"
474
+ }
475
+ ],
476
+ align: [
477
+ {
478
+ text: "Left (default)",
479
+ value: "left"
480
+ },
481
+ {
482
+ text: "Center",
483
+ value: "center"
484
+ },
485
+ {
486
+ text: "Right",
487
+ value: "right"
488
+ }
489
+ ],
490
+ orientation: [
491
+ {
492
+ text: "Vertical (default)",
493
+ value: "vertical"
494
+ },
495
+ {
496
+ text: "Horizontal",
497
+ value: "horizontal"
498
+ }
499
+ ]
500
+ },
501
+ cmdLoginFormSettingsData: {
502
+ cmdHeadlineLoginForm: {
503
+ headlineText: "Login",
504
+ headlineLevel: 4
147
505
  },
148
- cmdCompanyLogoSettingsData: {
149
- pathDefaultLogo: "/media/images/logos/logo.svg",
150
- pathDarkmodeLogo: "/media/images/logos/logo-darkmode.svg",
151
- altText: "Company Logo"
506
+ cmdHeadlineSendLoginForm: {
507
+ headlineText: "Send Login",
508
+ headlineLevel: 4
152
509
  },
153
- cmdFakeSelectSettingsData: {
154
- showSelectAllOptions: true,
155
- status: "",
156
- labelText: "Fake selectbox:",
157
- showLabel: true,
158
- textPleaseSelect: "Please select\u2026",
159
- title: "Title for FakeSelect",
160
- defaultOptionName: "Select an option:",
161
- showStatusIcon: true,
162
- id: "cmd-fake-select-configurable",
163
- useCustomTooltip: true,
164
- type: "default",
165
- required: true
510
+ orientation: "horizontal"
511
+ },
512
+ cmdLoginFormSettingsControls: {
513
+ orientation: [
514
+ {
515
+ text: "Vertical",
516
+ value: "vertical"
517
+ },
518
+ {
519
+ text: "Horizontal (default)",
520
+ value: "horizontal"
521
+ }
522
+ ]
523
+ },
524
+ cmdMainNavigationSettingsData: {
525
+ offcanvasPosition: "right",
526
+ stretchMainItems: false,
527
+ persistOnMobile: false,
528
+ subentriesIconClass: "icon-chevron-one-stripe-down",
529
+ subSubentriesIconClass: "icon-chevron-one-stripe-right"
530
+ },
531
+ cmdMainNavigationSettingsControls: {
532
+ offcanvasPosition: [
533
+ {
534
+ text: "Right (default)",
535
+ value: "right"
536
+ },
537
+ {
538
+ text: "Left",
539
+ value: "left"
540
+ }
541
+ ]
542
+ },
543
+ cmdMultistepFormProgressBarSettingsData: {
544
+ showStepNumber: false,
545
+ separatorIconClass: "icon-chevron-one-stripe-right"
546
+ },
547
+ cmdMultistepFormProgressBarSettingsControls: {
548
+ separatorIconClass: [
549
+ {
550
+ text: "icon-chevron-one-stripe-right (default)",
551
+ value: "icon-chevron-one-stripe-right"
552
+ },
553
+ {
554
+ text: "icon-chevron-two-stripes-right",
555
+ value: "icon-chevron-two-stripes-right"
556
+ }
557
+ ],
558
+ highlightLevel: [
559
+ {
560
+ text: "none",
561
+ value: "none"
562
+ },
563
+ {
564
+ text: "primary (default)",
565
+ value: "primary"
566
+ },
567
+ {
568
+ text: "secondary",
569
+ value: "secondary"
570
+ },
571
+ {
572
+ text: "tertiary",
573
+ value: "tertiary"
574
+ }
575
+ ]
576
+ },
577
+ cmdNewsletterSubscriptionSettingsData: {
578
+ buttonType: "submit",
579
+ legend: {
580
+ show: true,
581
+ text: "Stay up-to-date"
166
582
  },
167
- cmdFakeSelectSettingsControls: {
168
- type: [
583
+ cmdInputGroup: {
584
+ inputElements: [
169
585
  {
170
- text: "Default (default)",
171
- value: "default"
586
+ labelText: "Subscribe",
587
+ id: "radio-subscribe",
588
+ name: "cmd-subscribe-group",
589
+ value: "subscribe"
172
590
  },
173
591
  {
174
- text: "Color",
175
- value: "color"
176
- },
177
- {
178
- text: "Country",
179
- value: "country"
180
- },
181
- {
182
- text: "Content",
183
- value: "content"
184
- },
185
- {
186
- text: "Checkbox options",
187
- value: "checkboxOptions"
592
+ labelText: "Unsubscribe",
593
+ id: "radio-unsubscribe",
594
+ name: "cmd-subscribe-group",
595
+ value: "unsubscribe"
188
596
  }
189
597
  ],
190
- optionLinkType: [
191
- {
192
- text: "Href (default)",
193
- value: "href"
194
- },
195
- {
196
- text: "Router",
197
- value: "router"
598
+ labelText: "Choose options:",
599
+ showLabel: false
600
+ }
601
+ },
602
+ cmdNewsletterSubscriptionSettingsControls: {
603
+ buttonType: [
604
+ {
605
+ text: "Button (default)",
606
+ value: "button"
607
+ },
608
+ {
609
+ text: "Submit",
610
+ value: "submit"
611
+ }
612
+ ]
613
+ },
614
+ cmdOpeningHoursSettingsData: {
615
+ closed: true,
616
+ separator: "-",
617
+ textOpen: "Open right now!",
618
+ textClosed: "Closed right now!",
619
+ textHolidays: "",
620
+ textMiscInfo: "",
621
+ abbreviationTextAm: "am",
622
+ abbreviationTextPm: "pm",
623
+ componentHandlesClosedStatus: false,
624
+ cmdHeadline: {
625
+ headlineText: "Opening Hours",
626
+ headlineLevel: 3
627
+ }
628
+ },
629
+ cmdPageFooterSettingsData: {
630
+ useSmallButtons: false,
631
+ cmdFancyBox: {
632
+ showPrintButtons: true,
633
+ fancyBoxOptions: {
634
+ closeIcon: {
635
+ tooltip: "Schließen"
636
+ },
637
+ printButtons: {
638
+ color: {
639
+ tooltip: "In Farbe drucken"
640
+ },
641
+ grayscale: {
642
+ tooltip: "In Graustufen drucken"
643
+ }
198
644
  }
199
- ],
200
- status: [
201
- {
202
- text: "None (default)",
203
- value: ""
204
- },
205
- {
206
- text: "Error",
207
- value: "error"
208
- },
209
- {
210
- text: "Warning",
211
- value: "warning"
212
- },
213
- {
214
- text: "Success",
215
- value: "success"
216
- },
217
- {
218
- text: "Info",
219
- value: "info"
220
- }
221
- ]
222
- },
223
- cmdFormElementSettingsData: {
224
- element: "input",
225
- type: "text",
226
- labelText: "Inputfield:",
227
- placeholder: "Placeholder text",
228
- required: true,
229
- showRequirements: true,
230
- tooltipText: "This is a tooltip",
231
- status: "",
232
- showSearchButton: true,
233
- selectOptions: [
234
- {
235
- text: "Please select...",
236
- value: ""
237
- },
238
- {
239
- text: "Option 1",
240
- value: "option1"
241
- },
242
- {
243
- text: "Option 2",
244
- value: "option2"
245
- },
246
- {
247
- text: "Option 3",
248
- value: "option3"
249
- }
250
- ]
251
- },
252
- cmdFormElementSettingsControls: {
253
- element: [
254
- {
255
- text: "Input (default)",
256
- value: "input"
257
- },
258
- {
259
- text: "Select",
260
- value: "select"
261
- },
262
- {
263
- text: "Textarea",
264
- value: "textarea"
265
- }
266
- ],
267
- type: [
268
- {
269
- text: "Text (default)",
270
- value: "text"
271
- },
272
- {
273
- text: "Number",
274
- value: "number"
275
- },
276
- {
277
- text: "Email",
278
- value: "email"
279
- },
280
- {
281
- text: "Telephone",
282
- value: "tel"
283
- },
284
- {
285
- text: "Date",
286
- value: "date"
287
- },
288
- {
289
- text: "Search",
290
- value: "search"
291
- },
292
- {
293
- text: "Password",
294
- value: "password"
295
- },
296
- {
297
- text: "Checkbox",
298
- value: "checkbox"
299
- },
300
- {
301
- text: "Radio(button)",
302
- value: "radio"
303
- }
304
- ],
305
- status: [
306
- {
307
- text: "None (default)",
308
- value: ""
309
- },
310
- {
311
- text: "Error",
312
- value: "error"
313
- },
314
- {
315
- text: "Warning",
316
- value: "warning"
317
- },
318
- {
319
- text: "Success",
320
- value: "success"
321
- },
322
- {
323
- text: "Info",
324
- value: "info"
325
- }
326
- ]
327
- },
328
- cmdHeadlineSettingsData: {
329
- preHeadlineText: "Pre-headline text",
330
- headlineText: "Headline text",
331
- headlineLevel: 2,
332
- textAlign: "left"
333
- },
334
- cmdHeadlineSettingsControls: {
335
- textAlign: [
336
- {
337
- text: "Left (default)",
338
- value: "left"
339
- },
340
- {
341
- text: "Center",
342
- value: "center"
343
- },
344
- {
345
- text: "Right",
346
- value: "right"
347
- }
348
- ],
349
- highlightLevel: [
350
- {
351
- text: "none (default)",
352
- value: "none"
353
- },
354
- {
355
- text: "primary",
356
- value: "primary"
357
- },
358
- {
359
- text: "secondary",
360
- value: "secondary"
361
- },
362
- {
363
- text: "tertiary",
364
- value: "tertiary"
365
- }
366
- ]
367
- },
368
- cmdInputGroupSettingsData: {
369
- required: false,
370
- inputTypes: "radio",
371
- status: "",
372
- showStatusIcon: true,
373
- replaceInputType: false,
374
- toggleSwitch: false,
375
- useSlot: false,
376
- multipleSwitch: false,
377
- showLabel: true,
378
- labelText: "Group label for input-group:",
379
- labelInline: false,
380
- stretchHorizontally: false,
381
- disabled: false
382
- },
383
- cmdInputGroupSettingsControls: {
384
- "inputTypes": [
385
- {
386
- text: "Checkbox (default)",
387
- value: "checkbox"
388
- },
389
- {
390
- text: "Radio",
391
- value: "radio"
392
- }
393
- ]
394
- },
395
- cmdImageSettingsData: {},
396
- cmdImageGallerySettingsData: {
397
- useFancyboxForLargeImages: true,
398
- figcaptionPosition: "top"
399
- },
400
- cmdImageGallerySettingsControls: {
401
- figcaptionPosition: [
402
- {
403
- text: "Top",
404
- value: "top"
405
- },
406
- {
407
- text: "Bottom (default)",
408
- value: "bottom"
409
- }
410
- ]
411
- },
412
- cmdLinkSettingsData: {
413
- path: "#",
414
- target: "",
415
- text: "Linktext",
416
- styleAsButton: false,
417
- primaryButton: false
418
- },
419
- cmdLinkSettingsControls: {
420
- linkType: [
421
- {
422
- text: "href (default)",
423
- value: "href"
424
- },
425
- {
426
- text: "router",
427
- value: "router"
428
- },
429
- {
430
- text: "button",
431
- value: "button"
432
- }
433
- ],
434
- highlightLevel: [
435
- {
436
- text: "none",
437
- value: "none"
438
- },
439
- {
440
- text: "primary (default)",
441
- value: "primary"
442
- },
443
- {
444
- text: "secondary",
445
- value: "secondary"
446
- },
447
- {
448
- text: "tertiary",
449
- value: "tertiary"
450
- }
451
- ]
452
- },
453
- cmdListSettingsData: {
454
- useGap: true,
455
- styleAsBox: false,
456
- largeIcons: false,
457
- sectionAnchors: false,
458
- orientation: "vertical",
459
- align: "left",
460
- showListStyleItems: false
461
- },
462
- cmdListSettingsControls: {
463
- listType: [
464
- {
465
- text: "Links",
466
- value: "links"
467
- },
468
- {
469
- text: "Images",
470
- value: "images"
471
- },
472
- {
473
- text: "Tags",
474
- value: "tags"
475
- }
476
- ],
477
- align: [
478
- {
479
- text: "Left (default)",
480
- value: "left"
481
- },
482
- {
483
- text: "Center",
484
- value: "center"
485
- },
486
- {
487
- text: "Right",
488
- value: "right"
489
- }
490
- ],
491
- orientation: [
492
- {
493
- text: "Vertical (default)",
494
- value: "vertical"
495
- },
496
- {
497
- text: "Horizontal",
498
- value: "horizontal"
499
- }
500
- ]
501
- },
502
- cmdLoginFormSettingsData: {
503
- cmdHeadlineLoginForm: {
504
- headlineText: "Login",
505
- headlineLevel: 4
645
+ }
646
+ }
647
+ },
648
+ cmdPaginationSettingsData: {
649
+ numberOfPages: 3,
650
+ showPageNumbers: true,
651
+ linkType: "button"
652
+ },
653
+ cmdPaginationSettingsControls: {
654
+ linkType: [
655
+ {
656
+ text: "Href (default)",
657
+ value: "href"
506
658
  },
507
- cmdHeadlineSendLoginForm: {
508
- headlineText: "Send Login",
509
- headlineLevel: 4
659
+ {
660
+ text: "Button",
661
+ value: "button"
662
+ }
663
+ ]
664
+ },
665
+ cmdParagraphSettingsData: {
666
+ content: "This is a paragraph with content provided per property with <dfn title='HyperText Markup Language'>HTML</dfn> inside. Its alignment can be adjusted with the <em>textAlign</em>-property. Additionally the number of columns (1-4) can be defined by <em>numberOfColumns</em>-property.",
667
+ numberOfColumns: 1,
668
+ textAlign: "left",
669
+ },
670
+ cmdParagraphSettingsControls: {
671
+ textAlign: [
672
+ {
673
+ text: "left",
674
+ value: "left"
510
675
  },
511
- orientation: "horizontal"
512
- },
513
- cmdLoginFormSettingsControls: {
514
- orientation: [
515
- {
516
- text: "Vertical",
517
- value: "vertical"
518
- },
519
- {
520
- text: "Horizontal (default)",
521
- value: "horizontal"
522
- }
523
- ]
524
- },
525
- cmdMainNavigationSettingsData: {
526
- offcanvasPosition: "right",
527
- stretchMainItems: false,
528
- persistOnMobile: false,
529
- subentriesIconClass: "icon-chevron-one-stripe-down",
530
- subSubentriesIconClass: "icon-chevron-one-stripe-right"
531
- },
532
- cmdMainNavigationSettingsControls: {
533
- offcanvasPosition: [
534
- {
535
- text: "Right (default)",
536
- value: "right"
537
- },
538
- {
539
- text: "Left",
540
- value: "left"
541
- }
542
- ]
543
- },
544
- cmdMultistepFormProgressBarSettingsData: {
545
- showStepNumber: false,
546
- separatorIconClass: "icon-chevron-one-stripe-right"
547
- },
548
- cmdMultistepFormProgressBarSettingsControls: {
549
- separatorIconClass: [
550
- {
551
- text: "icon-chevron-one-stripe-right (default)",
552
- value: "icon-chevron-one-stripe-right"
553
- },
554
- {
555
- text: "icon-chevron-two-stripes-right",
556
- value: "icon-chevron-two-stripes-right"
557
- }
558
- ],
559
- highlightLevel: [
560
- {
561
- text: "none",
562
- value: "none"
563
- },
564
- {
565
- text: "primary (default)",
566
- value: "primary"
567
- },
568
- {
569
- text: "secondary",
570
- value: "secondary"
571
- },
572
- {
573
- text: "tertiary",
574
- value: "tertiary"
575
- }
576
- ]
577
- },
578
- cmdNewsletterSubscriptionSettingsData: {
579
- buttonType: "submit",
580
- legend: {
581
- show: true,
582
- text: "Stay up-to-date"
583
- },
584
- cmdInputGroup: {
585
- inputElements: [
586
- {
587
- labelText: "Subscribe",
588
- id: "radio-subscribe",
589
- name: "cmd-subscribe-group",
590
- value: "subscribe"
591
- },
592
- {
593
- labelText: "Unsubscribe",
594
- id: "radio-unsubscribe",
595
- name: "cmd-subscribe-group",
596
- value: "unsubscribe"
597
- }
598
- ],
599
- labelText: "Choose options:",
600
- showLabel: false
676
+ {
677
+ text: "center",
678
+ value: "center"
679
+ },
680
+ {
681
+ text: "right",
682
+ value: "right"
683
+ },
684
+ {
685
+ text: "justify",
686
+ value: "justify"
601
687
  }
602
- },
603
- cmdNewsletterSubscriptionSettingsControls: {
604
- buttonType: [
605
- {
606
- text: "Button (default)",
607
- value: "button"
608
- },
609
- {
610
- text: "Submit",
611
- value: "submit"
612
- }
613
- ]
614
- },
615
- cmdOpeningHoursSettingsData: {
616
- closed: true,
617
- separator: "-",
618
- textOpen: "Open right now!",
619
- textClosed: "Closed right now!",
620
- textHolidays: "",
621
- textMiscInfo: "",
622
- abbreviationTextAm: "am",
623
- abbreviationTextPm: "pm",
624
- componentHandlesClosedStatus: false,
625
- cmdHeadline: {
626
- headlineText: "Opening Hours",
627
- headlineLevel: 3
688
+ ]
689
+ },
690
+ cmdSiteHeaderSettingsData: {
691
+ sticky: false,
692
+ navigationInline: false,
693
+ useGrid: true,
694
+ cmdMainNavigation: { ...navigationData }
695
+ },
696
+ cmdSiteHeaderSettingsControls: {
697
+ "cmdMainNavigation.offcanvasPosition": [
698
+ {
699
+ text: "Right (default)",
700
+ value: "right"
701
+ },
702
+ {
703
+ text: "Left",
704
+ value: "left"
628
705
  }
629
- },
630
- cmdPageFooterSettingsData: {
631
- useSmallButtons: false,
632
- cmdFancyBox: {
633
- showPrintButtons: true,
634
- fancyBoxOptions: {
635
- closeIcon: {
636
- tooltip: "Schließen"
637
- },
638
- printButtons: {
639
- color: {
640
- tooltip: "In Farbe drucken"
641
- },
642
- grayscale: {
643
- tooltip: "In Graustufen drucken"
644
- }
645
- }
646
- }
706
+ ],
707
+ },
708
+ cmdSiteSearchSettingsData: {
709
+ useFilters: true,
710
+ legend: {
711
+ show: true,
712
+ text: "Search"
713
+ }
714
+ },
715
+ cmdSlideshowSettingsData: {
716
+ useSlot: false,
717
+ autoplay: true,
718
+ autoplayInterval: 5000,
719
+ showQuickLinkIcons: true,
720
+ showCounter: true,
721
+ showSlideButtons: true
722
+ },
723
+ cmdSocialNetworksSettingsData: {
724
+ align: "left",
725
+ useGap: true,
726
+ stretchButtons: false,
727
+ userMustAcceptDataPrivacy: true,
728
+ tooltipAcceptDataPrivacy: "You must accept data privacy conditions!",
729
+ buttonTextAlign: "left"
730
+ },
731
+ cmdSocialNetworksSettingsControls: {
732
+ align: [
733
+ {
734
+ text: "Left (default)",
735
+ value: "left"
736
+ },
737
+ {
738
+ text: "Center",
739
+ value: "center"
740
+ },
741
+ {
742
+ text: "Right",
743
+ value: "right"
647
744
  }
648
- },
649
- cmdPaginationSettingsData: {
650
- numberOfPages: 3,
651
- showPageNumbers: true,
652
- linkType: "button"
653
- },
654
- cmdPaginationSettingsControls: {
655
- linkType: [
656
- {
657
- text: "Href (default)",
658
- value: "href"
659
- },
660
- {
661
- text: "Button",
662
- value: "button"
663
- }
664
- ]
665
- },
666
- cmdParagraphSettingsData: {
667
- content: "This is a paragraph with content provided per property with <dfn title='HyperText Markup Language'>HTML</dfn> inside. Its alignment can be adjusted with the <em>textAlign</em>-property. Additionally the number of columns (1-4) can be defined by <em>numberOfColumns</em>-property.",
668
- numberOfColumns: 1,
669
- textAlign: "left",
670
- },
671
- cmdParagraphSettingsControls: {
672
- textAlign: [
673
- {
674
- text: "left",
675
- value: "left"
676
- },
677
- {
678
- text: "center",
679
- value: "center"
680
- },
681
- {
682
- text: "right",
683
- value: "right"
684
- },
685
- {
686
- text: "justify",
687
- value: "justify"
688
- }
689
- ]
690
- },
691
- cmdSiteHeaderSettingsData: {
692
- sticky: false,
693
- navigationInline: false,
694
- useGrid: true,
695
- cmdMainNavigation: { ...navigationData }
696
- },
697
- cmdSiteHeaderSettingsControls: {
698
- "cmdMainNavigation.offcanvasPosition": [
699
- {
700
- text: "Right (default)",
701
- value: "right"
702
- },
703
- {
704
- text: "Left",
705
- value: "left"
706
- }
707
- ],
708
- },
709
- cmdSiteSearchSettingsData: {
710
- useFilters: true,
711
- legend: {
712
- show: true,
713
- text: "Search"
745
+ ],
746
+ buttonTextAlign: [
747
+ {
748
+ text: "Right (default)",
749
+ value: "right"
750
+ },
751
+ {
752
+ text: "Left",
753
+ value: "left"
714
754
  }
715
- },
716
- cmdSlideshowSettingsData: {
717
- useSlot: false,
718
- autoplay: true,
719
- autoplayInterval: 5000,
720
- showQuickLinkIcons: true,
721
- showCounter: true,
722
- showSlideButtons: true
723
- },
724
- cmdSocialNetworksSettingsData: {
725
- align: "left",
726
- useGap: true,
727
- stretchButtons: false,
728
- userMustAcceptDataPrivacy: true,
729
- tooltipAcceptDataPrivacy: "You must accept data privacy conditions!",
730
- buttonTextAlign: "left"
731
- },
732
- cmdSocialNetworksSettingsControls: {
733
- align: [
734
- {
735
- text: "Left (default)",
736
- value: "left"
737
- },
738
- {
739
- text: "Center",
740
- value: "center"
741
- },
742
- {
743
- text: "Right",
744
- value: "right"
745
- }
746
- ],
747
- buttonTextAlign: [
748
- {
749
- text: "Right (default)",
750
- value: "right"
751
- },
752
- {
753
- text: "Left",
754
- value: "left"
755
- }
756
- ]
757
- },
758
- cmdSystemMessageSettingsData: {
759
- validationStatus: "error",
760
- fullWidth: true,
761
- systemMessage: "This is an system message!",
762
- messageHeadlineLevel: 4
763
- },
764
- cmdSystemMessageSettingsControls: {
765
- validationStatus: [
766
- {
767
- text: "Error",
768
- value: "error"
769
- },
770
- {
771
- text: "Warning",
772
- value: "warning"
773
- },
774
- {
775
- text: "Success",
776
- value: "success"
777
- },
778
- {
779
- text: "Info",
780
- value: "info"
781
- }
782
- ]
783
- },
784
- cmdTableSettingsData: {
785
- collapsible: false,
786
- fullWidthOnDefault: false,
787
- userCanToggleWidth: true,
788
- showSlideButtons: true
789
- },
790
- cmdTabsSettingsData: {
791
- stretchTabs: false,
792
- useSlot: false,
793
- activeTab: 0
794
- },
795
- cmdTabsSettingsControls: {
796
- highlightLevel: [
797
- {
798
- text: "none",
799
- value: "none"
800
- },
801
- {
802
- text: "primary (default)",
803
- value: "primary"
804
- },
805
- {
806
- text: "secondary",
807
- value: "secondary"
808
- },
809
- {
810
- text: "tertiary",
811
- value: "tertiary"
812
- }
813
- ]
814
- },
815
- cmdTagSettingsData: {
816
- tagText: "Text for Tag",
817
- removeByClick: false
818
- },
819
- cmdTagSettingsControls: {
820
- highlightLevel: [
821
- {
822
- text: "none (default)",
823
- value: "none"
824
- },
825
- {
826
- text: "primary",
827
- value: "primary"
828
- },
829
- {
830
- text: "secondary",
831
- value: "secondary"
832
- },
833
- {
834
- text: "tertiary",
835
- value: "tertiary"
836
- }
837
- ]
838
- },
839
- cmdTextImageBlockSettingsData: {
840
- htmlContent: "Text given as html-content",
841
- paragraphTextAlign: "left",
842
- headlinePosition: "aboveImage",
843
- orientation: "vertical"
844
- },
845
- cmdTextImageBlockSettingsControls: {
846
- paragraphTextAlign: [
847
- {
848
- text: "Left (default)",
849
- value: "left"
850
- },
851
- {
852
- text: "Center",
853
- value: "center"
854
- },
855
- {
856
- text: "Right",
857
- value: "right"
858
- }
859
- ],
860
- headlinePosition: [
861
- {
862
- text: "Above Image (default)",
863
- value: "aboveImage"
864
- },
865
- {
866
- text: "Below Image",
867
- value: "belowImage"
868
- }
869
- ],
870
- orientation: [
871
- {
872
- text: "Vertical (default)",
873
- value: "vertical"
874
- },
875
- {
876
- text: "Horizontal",
877
- value: "horizontal"
878
- }
879
- ]
880
- },
881
- cmdThumbnailScrollerSettingsData: {
882
- orientation: "horizontal",
883
- fullWidth: false,
884
- largeIcons: false,
885
- contentType: "image",
886
- executeOnClick: "fancybox",
887
- allowOpenFancyBox: true,
888
- activeItemIndex: 0,
889
- useGalleryScroller: false,
890
- contentType: "image"
891
- },
892
- cmdThumbnailScrollerSettingsControls: {
893
- orientation: [
894
- {
895
- text: "Horizontal (default)",
896
- value: "horizontal"
897
- },
898
- {
899
- text: "Vertical",
900
- value: "vertical"
901
- }
902
- ],
903
- contentType: [
904
- {
905
- text: "Image (default)",
906
- value: "image"
907
- },
908
- {
909
- text: "Text",
910
- value: "text"
911
- }
912
- ],
913
- executeOnClick: [
914
- {
915
- text: "Fancybox (default)",
916
- value: "fancybox"
917
- },
918
- {
919
- text: "URL",
920
- value: "url"
921
- },
922
- {
923
- text: "Emit",
924
- value: "emit"
925
- }
926
- ]
927
- },
928
- cmdToggleDarkModeSettingsData: {
929
- styledAsButton: false,
930
- showLabel: true,
931
- useStyledLayout: false,
932
- labelTextDarkMode: "Dark-mode enabled",
933
- labelTextLightMode: "Light-mode enabled"
934
- },
935
- cmdTooltipSettingsData: {
936
- tooltipText: "This is a tooltip!",
937
- delayToShowTooltip: 0,
938
- status: "",
939
- toggleVisibilityByClick: false
940
- },
941
- cmdTooltipSettingsControls: {
942
- status: [
943
- {
944
- text: "None (default)",
945
- value: ""
946
- },
947
- {
948
- text: "Error",
949
- value: "error"
950
- },
951
- {
952
- text: "Warning",
953
- value: "warning"
954
- },
955
- {
956
- text: "Success",
957
- value: "success"
958
- },
959
- {
960
- text: "Info",
961
- value: "info"
962
- }
963
- ]
964
- },
965
- cmdUploadFormSettingsData: {
966
- showTotalUpload: true,
967
- componentHandlesUpload: true,
968
- commentRequired: true,
969
- commentStatusMessage: "",
970
- enableDragAndDrop: false,
971
- enableComment: true,
972
- presetComment: "",
973
- maxTotalUploadSize: 5242880,
974
- maxFileUploadSize: 10485760,
975
- allowMultipleFileUploads: false,
976
- advancedMode: true,
977
- legend: {
978
- text: "Advanced upload form"
979
- },
980
- allowedFileExtensions: ["jpg", "eps"]
981
- },
982
- cmdWidthLimitationWrapperSettingsData: {
983
- contentType: "flex",
984
- innerComponent: "section",
985
- useInnerSection: true,
986
- sticky: false,
987
- sectionClass: "section-class",
988
- anchorId: "",
989
- cmdHeadline: {
990
- headlineText: "Headline for WidthLimitationWrapper",
991
- headlineLevel: 4
755
+ ]
756
+ },
757
+ cmdSystemMessageSettingsData: {
758
+ fullWidth: true,
759
+ transition: "fade",
760
+ textAlign: "center",
761
+ validationStatus: "error",
762
+ systemMessage: "This is an system message!",
763
+ messageHeadlineLevel: 4
764
+ },
765
+ cmdSystemMessageSettingsControls: {
766
+ transition: [
767
+ {
768
+ text: "None",
769
+ value: "none"
770
+ },
771
+ {
772
+ text: "Fade (default)",
773
+ value: "fade"
774
+ },
775
+ {
776
+ text: "Scroll",
777
+ value: "scroll"
778
+ }
779
+ ],
780
+ textAlign: [
781
+ {
782
+ text: "Left",
783
+ value: "left"
784
+ },
785
+ {
786
+ text: "Center (default)",
787
+ value: "center"
788
+ },
789
+ {
790
+ text: "Right",
791
+ value: "right"
792
+ }
793
+ ],
794
+ validationStatus: [
795
+ {
796
+ text: "Error",
797
+ value: "error"
798
+ },
799
+ {
800
+ text: "Warning",
801
+ value: "warning"
802
+ },
803
+ {
804
+ text: "Success",
805
+ value: "success"
806
+ },
807
+ {
808
+ text: "Info",
809
+ value: "info"
810
+ }
811
+ ]
812
+ },
813
+ cmdTableSettingsData: {
814
+ collapsible: false,
815
+ fullWidthOnDefault: false,
816
+ userCanToggleWidth: true,
817
+ showSlideButtons: true
818
+ },
819
+ cmdTabsSettingsData: {
820
+ stretchTabs: false,
821
+ useSlot: false,
822
+ activeTab: 0
823
+ },
824
+ cmdTabsSettingsControls: {
825
+ highlightLevel: [
826
+ {
827
+ text: "none",
828
+ value: "none"
829
+ },
830
+ {
831
+ text: "primary (default)",
832
+ value: "primary"
833
+ },
834
+ {
835
+ text: "secondary",
836
+ value: "secondary"
837
+ },
838
+ {
839
+ text: "tertiary",
840
+ value: "tertiary"
841
+ }
842
+ ]
843
+ },
844
+ cmdTagSettingsData: {
845
+ tagText: "Text for Tag",
846
+ removeByClick: false
847
+ },
848
+ cmdTagSettingsControls: {
849
+ highlightLevel: [
850
+ {
851
+ text: "none (default)",
852
+ value: "none"
853
+ },
854
+ {
855
+ text: "primary",
856
+ value: "primary"
857
+ },
858
+ {
859
+ text: "secondary",
860
+ value: "secondary"
861
+ },
862
+ {
863
+ text: "tertiary",
864
+ value: "tertiary"
865
+ }
866
+ ]
867
+ },
868
+ cmdTextImageBlockSettingsData: {
869
+ htmlContent: "Text given as html-content",
870
+ paragraphTextAlign: "left",
871
+ headlinePosition: "aboveImage",
872
+ orientation: "vertical"
873
+ },
874
+ cmdTextImageBlockSettingsControls: {
875
+ paragraphTextAlign: [
876
+ {
877
+ text: "Left (default)",
878
+ value: "left"
879
+ },
880
+ {
881
+ text: "Center",
882
+ value: "center"
883
+ },
884
+ {
885
+ text: "Right",
886
+ value: "right"
887
+ }
888
+ ],
889
+ headlinePosition: [
890
+ {
891
+ text: "Above Image (default)",
892
+ value: "aboveImage"
893
+ },
894
+ {
895
+ text: "Below Image",
896
+ value: "belowImage"
897
+ }
898
+ ],
899
+ orientation: [
900
+ {
901
+ text: "Vertical (default)",
902
+ value: "vertical"
903
+ },
904
+ {
905
+ text: "Horizontal",
906
+ value: "horizontal"
907
+ }
908
+ ]
909
+ },
910
+ cmdThumbnailScrollerSettingsData: {
911
+ orientation: "horizontal",
912
+ fullWidth: false,
913
+ largeIcons: false,
914
+ contentType: "image",
915
+ executeOnClick: "fancybox",
916
+ allowOpenFancyBox: true,
917
+ activeItemIndex: 0,
918
+ useGalleryScroller: false,
919
+ contentType: "image"
920
+ },
921
+ cmdThumbnailScrollerSettingsControls: {
922
+ orientation: [
923
+ {
924
+ text: "Horizontal (default)",
925
+ value: "horizontal"
926
+ },
927
+ {
928
+ text: "Vertical",
929
+ value: "vertical"
930
+ }
931
+ ],
932
+ contentType: [
933
+ {
934
+ text: "Image (default)",
935
+ value: "image"
936
+ },
937
+ {
938
+ text: "Text",
939
+ value: "text"
940
+ }
941
+ ],
942
+ executeOnClick: [
943
+ {
944
+ text: "Fancybox (default)",
945
+ value: "fancybox"
946
+ },
947
+ {
948
+ text: "URL",
949
+ value: "url"
950
+ },
951
+ {
952
+ text: "Emit",
953
+ value: "emit"
954
+ }
955
+ ]
956
+ },
957
+ cmdToggleDarkModeSettingsData: {
958
+ styledAsButton: false,
959
+ showLabel: true,
960
+ useStyledLayout: false,
961
+ labelTextDarkMode: "Dark-mode enabled",
962
+ labelTextLightMode: "Light-mode enabled"
963
+ },
964
+ cmdTooltipSettingsData: {
965
+ tooltipText: "This is a tooltip!",
966
+ delayToShowTooltip: 0,
967
+ status: "",
968
+ toggleVisibilityByClick: false
969
+ },
970
+ cmdTooltipSettingsControls: {
971
+ status: [
972
+ {
973
+ text: "None (default)",
974
+ value: ""
975
+ },
976
+ {
977
+ text: "Error",
978
+ value: "error"
979
+ },
980
+ {
981
+ text: "Warning",
982
+ value: "warning"
983
+ },
984
+ {
985
+ text: "Success",
986
+ value: "success"
987
+ },
988
+ {
989
+ text: "Info",
990
+ value: "info"
992
991
  }
992
+ ]
993
+ },
994
+ cmdUploadFormSettingsData: {
995
+ showTotalUpload: true,
996
+ componentHandlesUpload: true,
997
+ commentRequired: true,
998
+ commentStatusMessage: "",
999
+ enableDragAndDrop: false,
1000
+ enableComment: true,
1001
+ presetComment: "",
1002
+ maxTotalUploadSize: 5242880,
1003
+ maxFileUploadSize: 10485760,
1004
+ allowMultipleFileUploads: false,
1005
+ advancedMode: true,
1006
+ legend: {
1007
+ text: "Advanced upload form"
993
1008
  },
994
- cmdWidthLimitationWrapperSettingsControls: {
995
- containerType: [
996
- {
997
- text: "flex (default)",
998
- value: "flex"
999
- },
1000
- {
1001
- text: "grid",
1002
- value: "grid"
1003
- },
1004
- {
1005
- text: "none",
1006
- value: ""
1007
- },
1008
- ],
1009
- contentOrientation: [
1010
- {
1011
- text: "horizontal (default)",
1012
- value: "horizontal"
1013
- },
1014
- {
1015
- text: "vertical",
1016
- value: "vertical"
1017
- }
1018
- ]
1009
+ allowedFileExtensions: ["jpg", "eps"]
1010
+ },
1011
+ cmdWidthLimitationWrapperSettingsData: {
1012
+ contentType: "flex",
1013
+ innerComponent: "section",
1014
+ useInnerSection: true,
1015
+ sticky: false,
1016
+ sectionClass: "section-class",
1017
+ anchorId: "",
1018
+ cmdHeadline: {
1019
+ headlineText: "Headline for WidthLimitationWrapper",
1020
+ headlineLevel: 4
1019
1021
  }
1022
+ },
1023
+ cmdWidthLimitationWrapperSettingsControls: {
1024
+ containerType: [
1025
+ {
1026
+ text: "flex (default)",
1027
+ value: "flex"
1028
+ },
1029
+ {
1030
+ text: "grid",
1031
+ value: "grid"
1032
+ },
1033
+ {
1034
+ text: "none",
1035
+ value: ""
1036
+ },
1037
+ ],
1038
+ contentOrientation: [
1039
+ {
1040
+ text: "horizontal (default)",
1041
+ value: "horizontal"
1042
+ },
1043
+ {
1044
+ text: "vertical",
1045
+ value: "vertical"
1046
+ }
1047
+ ]
1020
1048
  }
1021
-
1022
1049
  }
1050
+
1023
1051
  }
1024
1052
  }
1025
1053
  </script>