pds-dev-kit-web 1.8.0 → 1.8.2

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.
Files changed (29) hide show
  1. package/README.md +2 -2
  2. package/dist/src/common/assets/icons/fill/More.js +1 -1
  3. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
  4. package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
  5. package/dist/src/common/styles/colorSet/UIColor.json +3 -1
  6. package/dist/src/common/styles/colorSet/index.d.ts +4 -0
  7. package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
  8. package/dist/src/desktop/components/DynamicDesktopNavBar/components/ContextMenuNavs/ContextMenuItemNav.js +3 -1
  9. package/dist/src/sub/DynamicLayout/desktop/components/Item/Item.js +4 -1
  10. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +3 -3
  11. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +3 -3
  12. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/templates/TemplateA/TemplateA.js +8 -9
  13. package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/templates/TemplateB/TemplateB.js +8 -9
  14. package/dist/src/sub/DynamicLayout/desktop/sections/FooterSection/templates/TemplateA/TemplateA.js +1 -1
  15. package/dist/src/sub/DynamicLayout/desktop/sections/FooterSection/templates/TemplateB/TemplateB.js +1 -1
  16. package/dist/src/sub/DynamicLayout/desktop/sections/InfoBoxSection/templates/TemplateA/TemplateA.js +10 -17
  17. package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateA/TemplateA.js +2 -2
  18. package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateB/TemplateB.js +3 -3
  19. package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateC/TemplateC.js +2 -2
  20. package/dist/src/sub/DynamicLayout/desktop/sections/IntroSection/templates/TemplateD/TemplateD.js +2 -2
  21. package/dist/src/sub/DynamicLayout/mobile/components/Item/Item.js +4 -1
  22. package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +3 -3
  23. package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +4 -4
  24. package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateA/TemplateA.js +1 -1
  25. package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateB/TemplateB.js +1 -1
  26. package/dist/src/sub/DynamicLayout/types.d.ts +2 -2
  27. package/dist/src/sub/DynamicLayout/types.js +1339 -449
  28. package/package.json +1 -1
  29. package/release-note.md +19 -6
@@ -3,610 +3,1500 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MOCK_DATA = void 0;
4
4
  exports.MOCK_DATA = [
5
5
  {
6
- id: '1',
7
- display: false,
8
- order: 0,
9
- manifest: { schema: 'BASE_INTRO', availableProperties: [''], availableStyles: [''] },
10
- template: 'BASE_INTRO_A',
6
+ display: true,
7
+ dynamicLayoutSectionItems: [
8
+ {
9
+ display: true,
10
+ id: '1450',
11
+ manifest: {
12
+ availableProperties: ['title', 'description', 'image_src'],
13
+ schema: 'BASE_INFO_BOX_ITEM'
14
+ },
15
+ order: 4,
16
+ properties: {
17
+ body: '',
18
+ buttonLabel: '',
19
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
20
+ imageSrc: 'https://cdn.dev.publishingkit.net/babd49ce-2aa1-4692-9c07-de868bd385ac.png',
21
+ linkSrc: '',
22
+ linkType: 'WEB_LINK',
23
+ logoImageSrc: '',
24
+ title: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. '
25
+ }
26
+ },
27
+ {
28
+ display: true,
29
+ id: '1451',
30
+ manifest: {
31
+ availableProperties: ['title', 'description', 'image_src'],
32
+ schema: 'BASE_INFO_BOX_ITEM'
33
+ },
34
+ order: 2,
35
+ properties: {
36
+ body: '',
37
+ buttonLabel: '',
38
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
39
+ imageSrc: 'https://cdn.dev.publishingkit.net/f6f8fd42-cfe4-4880-a628-686fc85cf47d.png',
40
+ linkSrc: '',
41
+ linkType: 'WEB_LINK',
42
+ logoImageSrc: '',
43
+ title: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. '
44
+ }
45
+ },
46
+ {
47
+ display: true,
48
+ id: '1452',
49
+ manifest: {
50
+ availableProperties: ['title', 'description', 'image_src'],
51
+ schema: 'BASE_INFO_BOX_ITEM'
52
+ },
53
+ order: 3,
54
+ properties: {
55
+ body: '',
56
+ buttonLabel: '',
57
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
58
+ imageSrc: 'https://cdn.dev.publishingkit.net/72c7d5a3-34fe-4811-8f50-5ab57ca3be4a.png',
59
+ linkSrc: '',
60
+ linkType: 'WEB_LINK',
61
+ logoImageSrc: '',
62
+ title: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. '
63
+ }
64
+ },
65
+ {
66
+ display: true,
67
+ id: '1453',
68
+ manifest: {
69
+ availableProperties: ['title', 'description', 'image_src'],
70
+ schema: 'BASE_INFO_BOX_ITEM'
71
+ },
72
+ order: 1,
73
+ properties: {
74
+ body: '',
75
+ buttonLabel: '',
76
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
77
+ imageSrc: 'https://cdn.dev.publishingkit.net/29d85b28-dc68-4d6e-b071-20d48c1bf1bc.png',
78
+ linkSrc: '',
79
+ linkType: 'WEB_LINK',
80
+ logoImageSrc: '',
81
+ title: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. '
82
+ }
83
+ }
84
+ ],
85
+ id: '1277',
86
+ manifest: {
87
+ availableProperties: [
88
+ 'title',
89
+ 'description',
90
+ 'button_alpha_label',
91
+ 'button_alpha_link_type',
92
+ 'button_alpha_link_src'
93
+ ],
94
+ availableStyles: [
95
+ 'title_color_in_hex',
96
+ 'description_color_in_hex',
97
+ 'background_color_in_hex',
98
+ 'background_media_type',
99
+ 'background_media_src',
100
+ 'background_overlay_color_in_hex',
101
+ 'button_alpha_design_type',
102
+ 'button_alpha_background_color_in_hex',
103
+ 'button_alpha_label_color_in_hex',
104
+ 'item_title_color_in_hex',
105
+ 'item_description_color_in_hex'
106
+ ],
107
+ schema: 'BASE_INFO_BOX'
108
+ },
109
+ order: 5,
11
110
  properties: {
12
- title: '',
13
- description: '',
14
- sectionContentMediaType: 'YOUTUBE',
15
- sectionContentMediaSrc: '',
16
111
  buttonAlphaLabel: '',
17
- buttonAlphaLinkType: 'WEB_LINK',
18
112
  buttonAlphaLinkSrc: '',
113
+ buttonAlphaLinkType: 'WEB_LINK',
19
114
  buttonBravoLabel: '',
20
- buttonBravoLinkType: 'WEB_LINK',
21
115
  buttonBravoLinkSrc: '',
116
+ buttonBravoLinkType: 'WEB_LINK',
22
117
  buttonCharlieLabel: '',
23
- buttonCharlieLinkType: 'WEB_LINK',
24
118
  buttonCharlieLinkSrc: '',
119
+ buttonCharlieLinkType: 'WEB_LINK',
25
120
  buttonDeltaLabel: '',
26
- buttonDeltaLinkType: 'NONE',
27
121
  buttonDeltaLinkSrc: '',
122
+ buttonDeltaLinkType: 'WEB_LINK',
28
123
  buttonEchoLabel: '',
29
- buttonEchoLinkType: 'NONE',
30
124
  buttonEchoLinkSrc: '',
31
- carouselAutoplayMode: 'AUTO',
32
- carouselAutoplayTime: 1,
33
- carouselInfiniteLoopMode: 'USE'
125
+ buttonEchoLinkType: 'WEB_LINK',
126
+ carouselAutoplayMode: 'MANUAL',
127
+ carouselAutoplayTime: 3,
128
+ carouselInfiniteLoopMode: 'NO_USE',
129
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.\nDonec odio felis, eleifend eu leo nec, aliquam dignissim turpis.',
130
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
131
+ sectionContentMediaSrc: '',
132
+ sectionContentMediaType: 'IMAGE',
133
+ title: 'Sample'
34
134
  },
35
135
  styles: {
36
- titleColorInHex: '',
37
- descriptionColorInHex: '',
38
- backgroundColorInHex: '',
39
- backgroundMediaType: 'YOUTUBE',
40
- backgroundMediaSrc: '',
41
- backgroundOverlayColorInHex: '',
136
+ backgroundColorInHex: '#EFF0F3FF',
137
+ backgroundMediaSrc: 'https://cdn.dev.publishingkit.net/a365ffb4-5350-4b2c-9809-dca64182eec1.jpg',
138
+ backgroundMediaType: 'IMAGE',
139
+ backgroundOverlayColorInHex: '#000000B5',
140
+ buttonAlphaBackgroundColorInHex: '#000000FF',
42
141
  buttonAlphaDesignType: 'A',
43
- buttonAlphaBackgroundColorInHex: '',
44
- buttonAlphaLabelColorInHex: '',
142
+ buttonAlphaLabelColorInHex: '#FF0000FF',
143
+ buttonBravoBackgroundColorInHex: '#455EEFFF',
45
144
  buttonBravoDesignType: 'A',
46
- buttonBravoBackgroundColorInHex: '',
47
- buttonBravoLabelColorInHex: '',
145
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
146
+ buttonCharlieBackgroundColorInHex: '#455EEFFF',
48
147
  buttonCharlieDesignType: 'A',
49
- buttonCharlieBackgroundColorInHex: '',
50
- buttonCharlieLabelColorInHex: '',
148
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
149
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
51
150
  buttonDeltaDesignType: 'A',
52
- buttonDeltaBackgroundColorInHex: '',
53
- buttonDeltaLabelColorInHex: '',
151
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
152
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
54
153
  buttonEchoDesignType: 'A',
55
- buttonEchoBackgroundColorInHex: '',
56
- buttonEchoLabelColorInHex: '',
57
- itemTitleColorInHex: '',
58
- itemDescriptionColorInHex: '',
154
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
155
+ descriptionColorInHex: '#FFFFFFDB',
156
+ itemButtonBackgroundColorInHex: '#FF2150FF',
59
157
  itemButtonDesignType: 'A',
60
- itemButtonBackgroundColorInHex: '',
61
- itemButtonLabelColorInHex: ''
158
+ itemButtonLabelColorInHex: '#FFFFFFFF',
159
+ itemDescriptionColorInHex: '#FFFFFFE8',
160
+ itemTitleColorInHex: '#FFFFFFFF',
161
+ titleColorInHex: '#FFFFFFFF'
62
162
  },
63
- dynamicLayoutSectionItems: []
163
+ template: 'BASE_INFO_BOX_A'
64
164
  },
65
165
  {
66
- id: '2',
67
- display: false,
68
- order: 1,
69
- manifest: { schema: 'BASE_CONTENTS', availableProperties: [''], availableStyles: [''] },
70
- template: 'BASE_CONTENTS_B',
166
+ display: true,
167
+ dynamicLayoutSectionItems: [],
168
+ id: '1278',
169
+ manifest: {
170
+ availableProperties: [
171
+ 'title',
172
+ 'description',
173
+ 'button_alpha_label',
174
+ 'button_alpha_link_type',
175
+ 'button_alpha_link_src',
176
+ 'button_bravo_label',
177
+ 'button_bravo_link_type',
178
+ 'button_bravo_link_src',
179
+ 'button_charlie_label',
180
+ 'button_charlie_link_type',
181
+ 'button_charlie_link_src'
182
+ ],
183
+ availableStyles: [
184
+ 'title_color_in_hex',
185
+ 'description_color_in_hex',
186
+ 'background_color_in_hex',
187
+ 'background_media_type',
188
+ 'background_media_src',
189
+ 'background_overlay_color_in_hex',
190
+ 'button_alpha_design_type',
191
+ 'button_alpha_background_color_in_hex',
192
+ 'button_alpha_label_color_in_hex',
193
+ 'button_bravo_design_type',
194
+ 'button_bravo_background_color_in_hex',
195
+ 'button_bravo_label_color_in_hex',
196
+ 'button_charlie_design_type',
197
+ 'button_charlie_background_color_in_hex',
198
+ 'button_charlie_label_color_in_hex'
199
+ ],
200
+ schema: 'BASE_INTRO'
201
+ },
202
+ order: 6,
71
203
  properties: {
72
- title: '',
73
- description: '',
74
- sectionContentMediaType: 'IMAGE',
75
- sectionContentMediaSrc: '',
76
204
  buttonAlphaLabel: '',
77
- buttonAlphaLinkType: 'INTERNAL_LINK',
78
- buttonAlphaLinkSrc: '',
205
+ buttonAlphaLinkSrc: 'https://publ.biz/',
206
+ buttonAlphaLinkType: 'WEB_LINK',
79
207
  buttonBravoLabel: '',
80
- buttonBravoLinkType: 'INTERNAL_LINK',
81
- buttonBravoLinkSrc: '',
208
+ buttonBravoLinkSrc: 'https://publ.biz/',
209
+ buttonBravoLinkType: 'WEB_LINK',
82
210
  buttonCharlieLabel: '',
83
- buttonCharlieLinkType: 'INTERNAL_LINK',
84
- buttonCharlieLinkSrc: '',
211
+ buttonCharlieLinkSrc: 'https://publ.biz/',
212
+ buttonCharlieLinkType: 'WEB_LINK',
85
213
  buttonDeltaLabel: '',
86
- buttonDeltaLinkType: 'INTERNAL_LINK',
87
214
  buttonDeltaLinkSrc: '',
215
+ buttonDeltaLinkType: 'WEB_LINK',
88
216
  buttonEchoLabel: '',
89
- buttonEchoLinkType: 'INTERNAL_LINK',
90
217
  buttonEchoLinkSrc: '',
91
- carouselAutoplayMode: 'AUTO',
92
- carouselAutoplayTime: 1,
93
- carouselInfiniteLoopMode: 'USE'
218
+ buttonEchoLinkType: 'WEB_LINK',
219
+ carouselAutoplayMode: 'MANUAL',
220
+ carouselAutoplayTime: 3,
221
+ carouselInfiniteLoopMode: 'NO_USE',
222
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. \nDonec odio felis, eleifend eu leo nec, aliquam dignissim turpis. ',
223
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
224
+ sectionContentMediaSrc: '',
225
+ sectionContentMediaType: 'IMAGE',
226
+ title: 'Contact Us'
94
227
  },
95
228
  styles: {
96
- titleColorInHex: '',
97
- descriptionColorInHex: '',
98
- backgroundColorInHex: '',
229
+ backgroundColorInHex: '#EFF0F3FF',
230
+ backgroundMediaSrc: 'https://cdn.dev.publishingkit.net/c8322586-7f88-4e1d-b568-f3773ee4227b.jpg',
99
231
  backgroundMediaType: 'IMAGE',
100
- backgroundMediaSrc: '',
101
- backgroundOverlayColorInHex: '',
102
- buttonAlphaDesignType: 'B',
103
- buttonAlphaBackgroundColorInHex: '',
104
- buttonAlphaLabelColorInHex: '',
105
- buttonBravoDesignType: 'B',
106
- buttonBravoBackgroundColorInHex: '',
107
- buttonBravoLabelColorInHex: '',
108
- buttonCharlieDesignType: 'B',
109
- buttonCharlieBackgroundColorInHex: '',
110
- buttonCharlieLabelColorInHex: '',
111
- buttonDeltaDesignType: 'B',
112
- buttonDeltaBackgroundColorInHex: '',
113
- buttonDeltaLabelColorInHex: '',
114
- buttonEchoDesignType: 'B',
115
- buttonEchoBackgroundColorInHex: '',
116
- buttonEchoLabelColorInHex: '',
117
- itemTitleColorInHex: '',
118
- itemDescriptionColorInHex: '',
119
- itemButtonDesignType: 'B',
120
- itemButtonBackgroundColorInHex: '',
121
- itemButtonLabelColorInHex: ''
232
+ backgroundOverlayColorInHex: '#090C1A59',
233
+ buttonAlphaBackgroundColorInHex: '#00000000',
234
+ buttonAlphaDesignType: 'E',
235
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
236
+ buttonBravoBackgroundColorInHex: '#00000000',
237
+ buttonBravoDesignType: 'E',
238
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
239
+ buttonCharlieBackgroundColorInHex: '#00000000',
240
+ buttonCharlieDesignType: 'E',
241
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
242
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
243
+ buttonDeltaDesignType: 'A',
244
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
245
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
246
+ buttonEchoDesignType: 'A',
247
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
248
+ descriptionColorInHex: '#FFFFFFE8',
249
+ itemButtonBackgroundColorInHex: '#455EEFFF',
250
+ itemButtonDesignType: 'A',
251
+ itemButtonLabelColorInHex: '#FFFFFFFF',
252
+ itemDescriptionColorInHex: '#68686BFF',
253
+ itemTitleColorInHex: '#1E1E20FF',
254
+ titleColorInHex: '#FFFFFFFF'
122
255
  },
123
- dynamicLayoutSectionItems: []
256
+ template: 'BASE_INTRO_D'
124
257
  },
125
258
  {
126
- id: '3',
127
- display: false,
128
- order: 2,
259
+ display: true,
260
+ dynamicLayoutSectionItems: [],
261
+ id: '1279',
129
262
  manifest: {
130
- schema: 'BASE_CONTENTS_CAROUSEL',
131
- availableProperties: [''],
132
- availableStyles: ['']
263
+ availableProperties: [
264
+ 'title',
265
+ 'description',
266
+ 'button_alpha_label',
267
+ 'button_alpha_link_type',
268
+ 'button_alpha_link_src',
269
+ 'button_bravo_label',
270
+ 'button_bravo_link_type',
271
+ 'button_bravo_link_src',
272
+ 'button_charlie_label',
273
+ 'button_charlie_link_type',
274
+ 'button_charlie_link_src'
275
+ ],
276
+ availableStyles: [
277
+ 'title_color_in_hex',
278
+ 'description_color_in_hex',
279
+ 'background_color_in_hex',
280
+ 'background_media_type',
281
+ 'background_media_src',
282
+ 'background_overlay_color_in_hex',
283
+ 'button_alpha_design_type',
284
+ 'button_alpha_background_color_in_hex',
285
+ 'button_alpha_label_color_in_hex',
286
+ 'button_bravo_design_type',
287
+ 'button_bravo_background_color_in_hex',
288
+ 'button_bravo_label_color_in_hex',
289
+ 'button_charlie_design_type',
290
+ 'button_charlie_background_color_in_hex',
291
+ 'button_charlie_label_color_in_hex'
292
+ ],
293
+ schema: 'BASE_INTRO'
133
294
  },
134
- template: 'BASE_CONTENTS_CAROUSEL_A',
295
+ order: 1,
135
296
  properties: {
136
- title: '',
137
- description: '',
138
- sectionContentMediaType: 'YOUTUBE',
139
- sectionContentMediaSrc: '',
140
297
  buttonAlphaLabel: '',
298
+ buttonAlphaLinkSrc: 'https://publ.biz/',
141
299
  buttonAlphaLinkType: 'WEB_LINK',
142
- buttonAlphaLinkSrc: '',
143
300
  buttonBravoLabel: '',
301
+ buttonBravoLinkSrc: 'https://publ.biz/',
144
302
  buttonBravoLinkType: 'WEB_LINK',
145
- buttonBravoLinkSrc: '',
146
303
  buttonCharlieLabel: '',
304
+ buttonCharlieLinkSrc: 'https://publ.biz/',
147
305
  buttonCharlieLinkType: 'WEB_LINK',
148
- buttonCharlieLinkSrc: '',
149
306
  buttonDeltaLabel: '',
150
- buttonDeltaLinkType: 'NONE',
151
307
  buttonDeltaLinkSrc: '',
308
+ buttonDeltaLinkType: 'WEB_LINK',
152
309
  buttonEchoLabel: '',
153
- buttonEchoLinkType: 'NONE',
154
310
  buttonEchoLinkSrc: '',
155
- carouselAutoplayMode: 'AUTO',
156
- carouselAutoplayTime: 1,
157
- carouselInfiniteLoopMode: 'USE'
311
+ buttonEchoLinkType: 'WEB_LINK',
312
+ carouselAutoplayMode: 'MANUAL',
313
+ carouselAutoplayTime: 3,
314
+ carouselInfiniteLoopMode: 'NO_USE',
315
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. \nDonec odio felis, eleifend eu leo nec, aliquam dignissim turpis. \nNam a ante mattis, lacinia lacus non, imperdiet leo. ',
316
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
317
+ sectionContentMediaSrc: '',
318
+ sectionContentMediaType: 'IMAGE',
319
+ title: 'Entertainment Business Sample'
158
320
  },
159
321
  styles: {
160
- titleColorInHex: '',
161
- descriptionColorInHex: '',
162
- backgroundColorInHex: '',
322
+ backgroundColorInHex: '#EFF0F3FF',
323
+ backgroundMediaSrc: 'https://www.youtube.com/watch?v=4qz6x8y3tNw',
163
324
  backgroundMediaType: 'YOUTUBE',
164
- backgroundMediaSrc: '',
165
- backgroundOverlayColorInHex: '',
166
- buttonAlphaDesignType: 'A',
167
- buttonAlphaBackgroundColorInHex: '',
168
- buttonAlphaLabelColorInHex: '',
169
- buttonBravoDesignType: 'A',
170
- buttonBravoBackgroundColorInHex: '',
171
- buttonBravoLabelColorInHex: '',
172
- buttonCharlieDesignType: 'A',
173
- buttonCharlieBackgroundColorInHex: '',
174
- buttonCharlieLabelColorInHex: '',
325
+ backgroundOverlayColorInHex: '#00000057',
326
+ buttonAlphaBackgroundColorInHex: '#00000000',
327
+ buttonAlphaDesignType: 'E',
328
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
329
+ buttonBravoBackgroundColorInHex: '#00000000',
330
+ buttonBravoDesignType: 'E',
331
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
332
+ buttonCharlieBackgroundColorInHex: '#465FF000',
333
+ buttonCharlieDesignType: 'E',
334
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
335
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
175
336
  buttonDeltaDesignType: 'A',
176
- buttonDeltaBackgroundColorInHex: '',
177
- buttonDeltaLabelColorInHex: '',
337
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
338
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
178
339
  buttonEchoDesignType: 'A',
179
- buttonEchoBackgroundColorInHex: '',
180
- buttonEchoLabelColorInHex: '',
181
- itemTitleColorInHex: '',
182
- itemDescriptionColorInHex: '',
340
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
341
+ descriptionColorInHex: '#FFFFFFE8',
342
+ itemButtonBackgroundColorInHex: '#455EEFFF',
183
343
  itemButtonDesignType: 'A',
184
- itemButtonBackgroundColorInHex: '',
185
- itemButtonLabelColorInHex: ''
344
+ itemButtonLabelColorInHex: '#FFFFFFFF',
345
+ itemDescriptionColorInHex: '#68686BFF',
346
+ itemTitleColorInHex: '#1E1E20FF',
347
+ titleColorInHex: '#FFFFFFFF'
186
348
  },
349
+ template: 'BASE_INTRO_A'
350
+ },
351
+ {
352
+ display: true,
187
353
  dynamicLayoutSectionItems: [
188
354
  {
189
- id: '0',
190
- order: 0,
191
355
  display: true,
356
+ id: '1454',
192
357
  manifest: {
193
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
194
- availableProperties: ['title', 'description', 'linkMethod']
358
+ availableProperties: ['title', 'body', 'logo_image_src'],
359
+ schema: 'BASE_FOOTER_ITEM'
195
360
  },
196
- properties: {
197
- title: 'ITEM 1',
198
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
199
- body: '',
200
- logoImageSrc: '',
201
- imageSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
202
- linkMethod: 'CLICK_BUTTON_IN_ITEM',
203
- linkType: 'WEB_LINK',
204
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
205
- buttonLabel: '전환 버튼'
206
- }
207
- },
208
- {
209
- id: '1',
210
361
  order: 1,
211
- display: true,
212
- manifest: {
213
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
214
- availableProperties: ['title', 'description', 'linkMethod']
215
- },
216
362
  properties: {
217
- title: 'ITEM 2',
218
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
219
- body: '',
220
- logoImageSrc: '',
221
- imageSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
222
- linkMethod: 'CLICK_BUTTON_IN_ITEM',
363
+ body: '<p>㈜0000</p><p>대표 : 000<br>(00000) 서울특별시 성동구 0000<br>사업자등록번호 : 000-00-00000 | 통신판매업번호 : 0000-서울성동-00000</p><p>© All rights reserved.</p>',
364
+ buttonLabel: '',
365
+ description: '',
366
+ imageSrc: '',
367
+ linkSrc: '',
223
368
  linkType: 'WEB_LINK',
224
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
225
- buttonLabel: '전환 버튼'
369
+ logoImageSrc: 'https://cdn.dev.publishingkit.net/719ae76b-38bb-4d0d-9844-9e1042809e14.png',
370
+ title: ''
226
371
  }
227
- },
372
+ }
373
+ ],
374
+ id: '1280',
375
+ manifest: {
376
+ availableProperties: ['title', 'description'],
377
+ availableStyles: [
378
+ 'title_color_in_hex',
379
+ 'description_color_in_hex',
380
+ 'background_color_in_hex',
381
+ 'background_media_type',
382
+ 'background_media_src',
383
+ 'background_overlay_color_in_hex',
384
+ 'item_description_color_in_hex'
385
+ ],
386
+ schema: 'BASE_FOOTER'
387
+ },
388
+ order: 7,
389
+ properties: {
390
+ buttonAlphaLabel: '',
391
+ buttonAlphaLinkSrc: '',
392
+ buttonAlphaLinkType: 'WEB_LINK',
393
+ buttonBravoLabel: '',
394
+ buttonBravoLinkSrc: '',
395
+ buttonBravoLinkType: 'WEB_LINK',
396
+ buttonCharlieLabel: '',
397
+ buttonCharlieLinkSrc: '',
398
+ buttonCharlieLinkType: 'WEB_LINK',
399
+ buttonDeltaLabel: '',
400
+ buttonDeltaLinkSrc: '',
401
+ buttonDeltaLinkType: 'WEB_LINK',
402
+ buttonEchoLabel: '',
403
+ buttonEchoLinkSrc: '',
404
+ buttonEchoLinkType: 'WEB_LINK',
405
+ carouselAutoplayMode: 'MANUAL',
406
+ carouselAutoplayTime: 3,
407
+ carouselInfiniteLoopMode: 'NO_USE',
408
+ description: '',
409
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
410
+ sectionContentMediaSrc: '',
411
+ sectionContentMediaType: 'IMAGE',
412
+ title: ''
413
+ },
414
+ styles: {
415
+ backgroundColorInHex: '#0F0F10FF',
416
+ backgroundMediaSrc: '',
417
+ backgroundMediaType: 'IMAGE',
418
+ backgroundOverlayColorInHex: '#00000000',
419
+ buttonAlphaBackgroundColorInHex: '#455EEFFF',
420
+ buttonAlphaDesignType: 'A',
421
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
422
+ buttonBravoBackgroundColorInHex: '#455EEFFF',
423
+ buttonBravoDesignType: 'A',
424
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
425
+ buttonCharlieBackgroundColorInHex: '#455EEFFF',
426
+ buttonCharlieDesignType: 'A',
427
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
428
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
429
+ buttonDeltaDesignType: 'A',
430
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
431
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
432
+ buttonEchoDesignType: 'A',
433
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
434
+ descriptionColorInHex: '#68686BFF',
435
+ itemButtonBackgroundColorInHex: '#455EEFFF',
436
+ itemButtonDesignType: 'A',
437
+ itemButtonLabelColorInHex: '#FFFFFFFF',
438
+ itemDescriptionColorInHex: '#676970FF',
439
+ itemTitleColorInHex: '#1E1E20FF',
440
+ titleColorInHex: '#1E1E20FF'
441
+ },
442
+ template: 'BASE_FOOTER_B'
443
+ },
444
+ {
445
+ display: true,
446
+ dynamicLayoutSectionItems: [
228
447
  {
229
- id: '2',
230
- order: 2,
231
448
  display: true,
449
+ id: '1455',
232
450
  manifest: {
233
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
234
- availableProperties: ['title', 'description', 'linkMethod']
451
+ availableProperties: [
452
+ 'title',
453
+ 'description',
454
+ 'image_src',
455
+ 'link_type',
456
+ 'link_src',
457
+ 'button_label'
458
+ ],
459
+ schema: 'BASE_CONTENTS_CAROUSEL_ITEM'
235
460
  },
461
+ order: 5,
236
462
  properties: {
237
- title: 'ITEM 3',
238
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
239
463
  body: '',
240
- logoImageSrc: '',
241
- imageSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
242
- linkMethod: 'CLICK_BUTTON_IN_ITEM',
464
+ buttonLabel: 'Buy Tickets',
465
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
466
+ imageSrc: 'https://cdn.dev.publishingkit.net/ed788763-9d0f-450f-8f9e-9161f260a9f5.jpg',
467
+ linkSrc: 'https://publ.biz/',
243
468
  linkType: 'WEB_LINK',
244
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
245
- buttonLabel: '전환 버튼'
246
- }
247
- },
248
- {
249
- id: '3',
250
- order: 3,
251
- display: true,
252
- manifest: {
253
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
254
- availableProperties: ['title', 'description', 'linkMethod']
255
- },
256
- properties: {
257
- title: 'ITEM 4 영역 버튼',
258
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
259
- body: '',
260
469
  logoImageSrc: '',
261
- imageSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
262
- linkMethod: 'CLICK_ITEM',
263
- linkType: 'WEB_LINK',
264
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
265
- buttonLabel: '전환 버튼'
470
+ title: 'Romantic Music Festival with Han River'
266
471
  }
267
472
  },
268
473
  {
269
- id: '4',
270
- order: 4,
271
474
  display: true,
475
+ id: '1456',
272
476
  manifest: {
273
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
274
- availableProperties: ['title', 'description', 'linkMethod']
477
+ availableProperties: [
478
+ 'title',
479
+ 'description',
480
+ 'image_src',
481
+ 'link_type',
482
+ 'link_src',
483
+ 'button_label'
484
+ ],
485
+ schema: 'BASE_CONTENTS_CAROUSEL_ITEM'
275
486
  },
487
+ order: 1,
276
488
  properties: {
277
- title: 'ITEM 5 영역 버튼',
278
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
279
489
  body: '',
280
- logoImageSrc: '',
281
- imageSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
282
- linkMethod: 'CLICK_ITEM',
490
+ buttonLabel: 'Buy Tickets',
491
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
492
+ imageSrc: 'https://cdn.dev.publishingkit.net/d474e86e-9df7-44dd-999e-0bc2a7c9b267.jpg',
493
+ linkSrc: 'https://publ.biz/',
283
494
  linkType: 'WEB_LINK',
284
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
285
- buttonLabel: '전환 버튼'
495
+ logoImageSrc: '',
496
+ title: 'Acoustic Music Festival in Bali'
286
497
  }
287
498
  },
288
499
  {
289
- id: '5',
290
- order: 5,
291
500
  display: true,
501
+ id: '1457',
292
502
  manifest: {
293
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
294
- availableProperties: ['title', 'description', 'linkMethod']
503
+ availableProperties: [
504
+ 'title',
505
+ 'description',
506
+ 'image_src',
507
+ 'link_type',
508
+ 'link_src',
509
+ 'button_label'
510
+ ],
511
+ schema: 'BASE_CONTENTS_CAROUSEL_ITEM'
295
512
  },
513
+ order: 3,
296
514
  properties: {
297
- title: 'ITEM 6',
298
- description: '',
299
515
  body: '',
300
- logoImageSrc: '',
301
- imageSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
302
- linkMethod: 'CLICK_BUTTON_IN_ITEM',
516
+ buttonLabel: 'Play Now',
517
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
518
+ imageSrc: 'https://cdn.dev.publishingkit.net/172b5a98-fd4b-4b2e-bdca-928d182c1548.jpg',
519
+ linkSrc: 'https://publ.biz/',
303
520
  linkType: 'WEB_LINK',
304
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
305
- buttonLabel: '전환 버튼'
521
+ logoImageSrc: '',
522
+ title: '2023 Europe Music Festival'
306
523
  }
307
524
  },
308
525
  {
309
- id: '6',
310
- order: 6,
311
526
  display: true,
527
+ id: '1458',
312
528
  manifest: {
313
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
314
- availableProperties: ['title', 'description', 'linkMethod']
529
+ availableProperties: [
530
+ 'title',
531
+ 'description',
532
+ 'image_src',
533
+ 'link_type',
534
+ 'link_src',
535
+ 'button_label'
536
+ ],
537
+ schema: 'BASE_CONTENTS_CAROUSEL_ITEM'
315
538
  },
539
+ order: 2,
316
540
  properties: {
317
- title: 'ITEM 6',
318
- description: '',
319
541
  body: '',
320
- logoImageSrc: '',
321
- imageSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
322
- linkMethod: 'CLICK_BUTTON_IN_ITEM',
542
+ buttonLabel: 'More',
543
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
544
+ imageSrc: 'https://cdn.dev.publishingkit.net/5cbc7c88-9566-4ce1-9dc8-0845259aa6a1.jpg',
545
+ linkSrc: 'https://publ.biz/',
323
546
  linkType: 'WEB_LINK',
324
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
325
- buttonLabel: '전환 버튼'
547
+ logoImageSrc: '',
548
+ title: '2023 Asia Artist Music Awards'
326
549
  }
327
550
  },
328
551
  {
329
- id: '7',
330
- order: 7,
331
552
  display: true,
553
+ id: '1459',
332
554
  manifest: {
333
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
334
- availableProperties: ['title', 'description', 'linkMethod']
555
+ availableProperties: [
556
+ 'title',
557
+ 'description',
558
+ 'image_src',
559
+ 'link_type',
560
+ 'link_src',
561
+ 'button_label'
562
+ ],
563
+ schema: 'BASE_CONTENTS_CAROUSEL_ITEM'
335
564
  },
565
+ order: 4,
336
566
  properties: {
337
- title: '',
338
- description: '',
339
567
  body: '',
340
- logoImageSrc: '',
341
- imageSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
342
- linkMethod: 'CLICK_BUTTON_IN_ITEM',
568
+ buttonLabel: 'Play Now',
569
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
570
+ imageSrc: 'https://cdn.dev.publishingkit.net/30ddd804-841a-416f-88a6-fbcb84924036.jpg',
571
+ linkSrc: 'https://publ.biz/',
343
572
  linkType: 'WEB_LINK',
344
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
345
- buttonLabel: '전환 버튼'
573
+ logoImageSrc: '',
574
+ title: '2023 America POP Festival'
346
575
  }
347
576
  },
348
577
  {
349
- id: '8',
350
- order: 8,
351
578
  display: true,
579
+ id: '1460',
352
580
  manifest: {
353
- schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
354
- availableProperties: ['title', 'description', 'linkMethod']
581
+ availableProperties: [
582
+ 'title',
583
+ 'description',
584
+ 'image_src',
585
+ 'link_type',
586
+ 'link_src',
587
+ 'button_label'
588
+ ],
589
+ schema: 'BASE_CONTENTS_CAROUSEL_ITEM'
355
590
  },
591
+ order: 6,
356
592
  properties: {
357
- title: '',
358
- description: '',
359
593
  body: '',
360
- logoImageSrc: '',
361
- imageSrc: '',
362
- linkMethod: 'CLICK_BUTTON_IN_ITEM',
594
+ buttonLabel: 'Buy Tickets',
595
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec odio felis, eleifend eu leo nec, aliquam dignissim turpis. Nam a ante mattis, lacinia lacus non, imperdiet leo. ',
596
+ imageSrc: 'https://cdn.dev.publishingkit.net/192bb673-cfbb-43d9-b734-7e4e75b35f90.jpg',
597
+ linkSrc: 'https://publ.biz/',
363
598
  linkType: 'WEB_LINK',
364
- linkSrc: 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
365
- buttonLabel: '전환 버튼'
599
+ logoImageSrc: '',
600
+ title: 'Private Live Concert in America'
366
601
  }
367
602
  }
368
- ]
603
+ ],
604
+ id: '1281',
605
+ manifest: {
606
+ availableProperties: [
607
+ 'title',
608
+ 'description',
609
+ 'carousel_autoplay_mode',
610
+ 'carousel_autoplay_time',
611
+ 'carousel_infinite_loop_mode',
612
+ 'button_alpha_label',
613
+ 'button_alpha_link_type',
614
+ 'button_alpha_link_src',
615
+ 'item_link_method'
616
+ ],
617
+ availableStyles: [
618
+ 'title_color_in_hex',
619
+ 'description_color_in_hex',
620
+ 'background_color_in_hex',
621
+ 'background_media_type',
622
+ 'background_media_src',
623
+ 'background_overlay_color_in_hex',
624
+ 'button_alpha_design_type',
625
+ 'button_alpha_background_color_in_hex',
626
+ 'button_alpha_label_color_in_hex',
627
+ 'item_title_color_in_hex',
628
+ 'item_description_color_in_hex',
629
+ 'item_button_design_type',
630
+ 'item_button_background_color_in_hex',
631
+ 'item_button_label_color_in_hex'
632
+ ],
633
+ schema: 'BASE_CONTENTS_CAROUSEL'
634
+ },
635
+ order: 2,
636
+ properties: {
637
+ buttonAlphaLabel: '',
638
+ buttonAlphaLinkSrc: '',
639
+ buttonAlphaLinkType: 'WEB_LINK',
640
+ buttonBravoLabel: '',
641
+ buttonBravoLinkSrc: '',
642
+ buttonBravoLinkType: 'WEB_LINK',
643
+ buttonCharlieLabel: '',
644
+ buttonCharlieLinkSrc: '',
645
+ buttonCharlieLinkType: 'WEB_LINK',
646
+ buttonDeltaLabel: '',
647
+ buttonDeltaLinkSrc: '',
648
+ buttonDeltaLinkType: 'WEB_LINK',
649
+ buttonEchoLabel: '',
650
+ buttonEchoLinkSrc: '',
651
+ buttonEchoLinkType: 'WEB_LINK',
652
+ carouselAutoplayMode: 'MANUAL',
653
+ carouselAutoplayTime: 3,
654
+ carouselInfiniteLoopMode: 'NO_USE',
655
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. \nDonec odio felis, eleifend eu leo nec, aliquam dignissim turpis. \nNam a ante mattis, lacinia lacus non, imperdiet leo. ',
656
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
657
+ sectionContentMediaSrc: '',
658
+ sectionContentMediaType: 'IMAGE',
659
+ title: 'Music Festival'
660
+ },
661
+ styles: {
662
+ backgroundColorInHex: '#FFFFFFFF',
663
+ backgroundMediaSrc: 'https://cdn.dev.publishingkit.net/53020177-472c-4d56-88ed-a51ff4ef4173.jpg',
664
+ backgroundMediaType: 'IMAGE',
665
+ backgroundOverlayColorInHex: '#0000006E',
666
+ buttonAlphaBackgroundColorInHex: '#000000FF',
667
+ buttonAlphaDesignType: 'A',
668
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
669
+ buttonBravoBackgroundColorInHex: '#455EEFFF',
670
+ buttonBravoDesignType: 'A',
671
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
672
+ buttonCharlieBackgroundColorInHex: '#455EEFFF',
673
+ buttonCharlieDesignType: 'A',
674
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
675
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
676
+ buttonDeltaDesignType: 'A',
677
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
678
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
679
+ buttonEchoDesignType: 'A',
680
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
681
+ descriptionColorInHex: '#FFFFFFB0',
682
+ itemButtonBackgroundColorInHex: '#000000FF',
683
+ itemButtonDesignType: 'A',
684
+ itemButtonLabelColorInHex: '#FF2150FF',
685
+ itemDescriptionColorInHex: '#FFFFFFFF',
686
+ itemTitleColorInHex: '#FFFFFFFF',
687
+ titleColorInHex: '#FFFFFFFF'
688
+ },
689
+ template: 'BASE_CONTENTS_CAROUSEL_A'
369
690
  },
370
691
  {
371
- id: '4',
372
- display: false,
692
+ display: true,
693
+ dynamicLayoutSectionItems: [],
694
+ id: '1282',
695
+ manifest: {
696
+ availableProperties: [
697
+ 'title',
698
+ 'description',
699
+ 'button_alpha_label',
700
+ 'button_alpha_link_type',
701
+ 'button_alpha_link_src',
702
+ 'button_bravo_label',
703
+ 'button_bravo_link_type',
704
+ 'button_bravo_link_src',
705
+ 'button_charlie_label',
706
+ 'button_charlie_link_type',
707
+ 'button_charlie_link_src'
708
+ ],
709
+ availableStyles: [
710
+ 'title_color_in_hex',
711
+ 'description_color_in_hex',
712
+ 'background_color_in_hex',
713
+ 'background_media_type',
714
+ 'background_media_src',
715
+ 'background_overlay_color_in_hex',
716
+ 'button_alpha_design_type',
717
+ 'button_alpha_background_color_in_hex',
718
+ 'button_alpha_label_color_in_hex',
719
+ 'button_bravo_design_type',
720
+ 'button_bravo_background_color_in_hex',
721
+ 'button_bravo_label_color_in_hex',
722
+ 'button_charlie_design_type',
723
+ 'button_charlie_background_color_in_hex',
724
+ 'button_charlie_label_color_in_hex'
725
+ ],
726
+ schema: 'BASE_INTRO'
727
+ },
373
728
  order: 3,
374
- manifest: { schema: 'BASE_FOOTER', availableProperties: [''], availableStyles: [''] },
375
- template: 'BASE_FOOTER_A',
376
729
  properties: {
377
- title: '',
378
- description: '',
379
- sectionContentMediaType: 'IMAGE',
380
- sectionContentMediaSrc: '',
381
730
  buttonAlphaLabel: '',
382
- buttonAlphaLinkType: 'INTERNAL_LINK',
383
731
  buttonAlphaLinkSrc: '',
732
+ buttonAlphaLinkType: 'WEB_LINK',
384
733
  buttonBravoLabel: '',
385
- buttonBravoLinkType: 'INTERNAL_LINK',
386
734
  buttonBravoLinkSrc: '',
735
+ buttonBravoLinkType: 'WEB_LINK',
387
736
  buttonCharlieLabel: '',
388
- buttonCharlieLinkType: 'INTERNAL_LINK',
389
737
  buttonCharlieLinkSrc: '',
738
+ buttonCharlieLinkType: 'WEB_LINK',
390
739
  buttonDeltaLabel: '',
391
- buttonDeltaLinkType: 'INTERNAL_LINK',
392
740
  buttonDeltaLinkSrc: '',
741
+ buttonDeltaLinkType: 'WEB_LINK',
393
742
  buttonEchoLabel: '',
394
- buttonEchoLinkType: 'INTERNAL_LINK',
395
743
  buttonEchoLinkSrc: '',
396
- carouselAutoplayMode: 'AUTO',
397
- carouselAutoplayTime: 1,
398
- carouselInfiniteLoopMode: 'USE'
744
+ buttonEchoLinkType: 'WEB_LINK',
745
+ carouselAutoplayMode: 'MANUAL',
746
+ carouselAutoplayTime: 3,
747
+ carouselInfiniteLoopMode: 'NO_USE',
748
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. \nDonec odio felis, eleifend eu leo nec, aliquam dignissim turpis. \nNam a ante mattis, lacinia lacus non, imperdiet leo. ',
749
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
750
+ sectionContentMediaSrc: '',
751
+ sectionContentMediaType: 'IMAGE',
752
+ title: 'Sample'
399
753
  },
400
754
  styles: {
401
- titleColorInHex: '',
402
- descriptionColorInHex: '',
403
- backgroundColorInHex: '',
755
+ backgroundColorInHex: '#EFF0F3FF',
756
+ backgroundMediaSrc: 'https://cdn.dev.publishingkit.net/24bd5d85-b43c-4b3c-90ee-fc15c68d8f5a.jpg',
404
757
  backgroundMediaType: 'IMAGE',
405
- backgroundMediaSrc: '',
406
- backgroundOverlayColorInHex: '',
407
- buttonAlphaDesignType: 'B',
408
- buttonAlphaBackgroundColorInHex: '',
409
- buttonAlphaLabelColorInHex: '',
410
- buttonBravoDesignType: 'B',
411
- buttonBravoBackgroundColorInHex: '',
412
- buttonBravoLabelColorInHex: '',
413
- buttonCharlieDesignType: 'B',
414
- buttonCharlieBackgroundColorInHex: '',
415
- buttonCharlieLabelColorInHex: '',
416
- buttonDeltaDesignType: 'B',
417
- buttonDeltaBackgroundColorInHex: '',
418
- buttonDeltaLabelColorInHex: '',
419
- buttonEchoDesignType: 'B',
420
- buttonEchoBackgroundColorInHex: '',
421
- buttonEchoLabelColorInHex: '',
422
- itemTitleColorInHex: '',
423
- itemDescriptionColorInHex: '',
424
- itemButtonDesignType: 'B',
425
- itemButtonBackgroundColorInHex: '',
426
- itemButtonLabelColorInHex: ''
758
+ backgroundOverlayColorInHex: '#00000000',
759
+ buttonAlphaBackgroundColorInHex: '#455EEFFF',
760
+ buttonAlphaDesignType: 'A',
761
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
762
+ buttonBravoBackgroundColorInHex: '#455EEFFF',
763
+ buttonBravoDesignType: 'A',
764
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
765
+ buttonCharlieBackgroundColorInHex: '#455EEFFF',
766
+ buttonCharlieDesignType: 'A',
767
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
768
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
769
+ buttonDeltaDesignType: 'A',
770
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
771
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
772
+ buttonEchoDesignType: 'A',
773
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
774
+ descriptionColorInHex: '#FFFFFFC9',
775
+ itemButtonBackgroundColorInHex: '#455EEFFF',
776
+ itemButtonDesignType: 'A',
777
+ itemButtonLabelColorInHex: '#FFFFFFFF',
778
+ itemDescriptionColorInHex: '#68686BFF',
779
+ itemTitleColorInHex: '#1E1E20FF',
780
+ titleColorInHex: '#FFFFFFFF'
427
781
  },
428
- dynamicLayoutSectionItems: [
429
- {
430
- id: '0',
431
- order: 0,
432
- display: true,
433
- manifest: {
434
- schema: 'BASE_FOOTER_ITEM',
435
- availableProperties: ['description', 'logoImageSrc']
436
- },
437
- properties: {
438
- title: '',
439
- description: 'type A 푸터입니다. 배경색은 blue, 배경색 투명도는 0.7입니다.',
440
- body: '',
441
- logoImageSrc: 'https://publ.atlassian.net/wiki/download/attachments/32773/atl.site.logo?version=11&modificationDate=1613969489170&cacheVersion=1&api=v2',
442
- imageSrc: '',
443
- linkMethod: 'NONE',
444
- linkType: 'NONE',
445
- linkSrc: '',
446
- buttonLabel: ''
447
- }
448
- },
449
- {
450
- id: '1',
451
- order: 1,
452
- display: true,
453
- manifest: {
454
- schema: 'BASE_FOOTER_ITEM',
455
- availableProperties: ['description', 'logoImageSrc']
456
- },
457
- properties: {
458
- title: '',
459
- description: 'type B 푸터입니다. 배경색은 yellow, 배경색 투명도는 0.3입니다.',
460
- body: '',
461
- logoImageSrc: 'https://publ.atlassian.net/wiki/download/attachments/32773/atl.site.logo?version=11&modificationDate=1613969489170&cacheVersion=1&api=v2',
462
- imageSrc: '',
463
- linkMethod: 'NONE',
464
- linkType: 'NONE',
465
- linkSrc: '',
466
- buttonLabel: ''
467
- }
468
- }
469
- ]
782
+ template: 'BASE_INTRO_D'
470
783
  },
471
784
  {
472
- id: '5',
473
- display: false,
785
+ display: true,
786
+ dynamicLayoutSectionItems: [],
787
+ id: '1283',
788
+ manifest: {
789
+ availableProperties: [
790
+ 'title',
791
+ 'description',
792
+ 'section_content_media_type',
793
+ 'section_content_media_src',
794
+ 'button_alpha_label',
795
+ 'button_alpha_link_type',
796
+ 'button_alpha_link_src'
797
+ ],
798
+ availableStyles: [
799
+ 'title_color_in_hex',
800
+ 'description_color_in_hex',
801
+ 'background_color_in_hex',
802
+ 'background_media_type',
803
+ 'background_media_src',
804
+ 'background_overlay_color_in_hex',
805
+ 'button_alpha_design_type',
806
+ 'button_alpha_background_color_in_hex',
807
+ 'button_alpha_label_color_in_hex'
808
+ ],
809
+ schema: 'BASE_CONTENTS'
810
+ },
474
811
  order: 4,
475
- manifest: { schema: 'BASE_INFO_BOX', availableProperties: [''], availableStyles: [''] },
476
- template: 'BASE_INFO_BOX_A',
477
812
  properties: {
478
- title: '',
479
- description: '',
480
- sectionContentMediaType: 'IMAGE',
481
- sectionContentMediaSrc: '',
482
813
  buttonAlphaLabel: '',
483
- buttonAlphaLinkType: 'INTERNAL_LINK',
484
814
  buttonAlphaLinkSrc: '',
815
+ buttonAlphaLinkType: 'WEB_LINK',
485
816
  buttonBravoLabel: '',
486
- buttonBravoLinkType: 'INTERNAL_LINK',
487
817
  buttonBravoLinkSrc: '',
818
+ buttonBravoLinkType: 'WEB_LINK',
488
819
  buttonCharlieLabel: '',
489
- buttonCharlieLinkType: 'INTERNAL_LINK',
490
820
  buttonCharlieLinkSrc: '',
821
+ buttonCharlieLinkType: 'WEB_LINK',
491
822
  buttonDeltaLabel: '',
492
- buttonDeltaLinkType: 'INTERNAL_LINK',
493
823
  buttonDeltaLinkSrc: '',
824
+ buttonDeltaLinkType: 'WEB_LINK',
494
825
  buttonEchoLabel: '',
495
- buttonEchoLinkType: 'INTERNAL_LINK',
496
826
  buttonEchoLinkSrc: '',
497
- carouselAutoplayMode: 'AUTO',
498
- carouselAutoplayTime: 1,
499
- carouselInfiniteLoopMode: 'USE'
827
+ buttonEchoLinkType: 'WEB_LINK',
828
+ carouselAutoplayMode: 'MANUAL',
829
+ carouselAutoplayTime: 3,
830
+ carouselInfiniteLoopMode: 'NO_USE',
831
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. \nDonec odio felis, eleifend eu leo nec, aliquam dignissim turpis. \nNam a ante mattis, lacinia lacus non, imperdiet leo. \nPhasellus quis congue massa. ',
832
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
833
+ sectionContentMediaSrc: 'https://cdn.dev.publishingkit.net/be9aaa5a-ec5c-4727-b374-d7027b18f7ee.jpg',
834
+ sectionContentMediaType: 'IMAGE',
835
+ title: 'Sample'
500
836
  },
501
837
  styles: {
502
- titleColorInHex: '',
503
- descriptionColorInHex: '',
504
- backgroundColorInHex: '',
838
+ backgroundColorInHex: '#EFF0F3FF',
839
+ backgroundMediaSrc: 'https://cdn.dev.publishingkit.net/6533b897-4790-4bf0-97eb-e3863710642a.jpg',
505
840
  backgroundMediaType: 'IMAGE',
506
- backgroundMediaSrc: '',
507
- backgroundOverlayColorInHex: '',
508
- buttonAlphaDesignType: 'C',
509
- buttonAlphaBackgroundColorInHex: '',
510
- buttonAlphaLabelColorInHex: '',
511
- buttonBravoDesignType: 'C',
512
- buttonBravoBackgroundColorInHex: '',
513
- buttonBravoLabelColorInHex: '',
514
- buttonCharlieDesignType: 'C',
515
- buttonCharlieBackgroundColorInHex: '',
516
- buttonCharlieLabelColorInHex: '',
517
- buttonDeltaDesignType: 'C',
518
- buttonDeltaBackgroundColorInHex: '',
519
- buttonDeltaLabelColorInHex: '',
520
- buttonEchoDesignType: 'C',
521
- buttonEchoBackgroundColorInHex: '',
522
- buttonEchoLabelColorInHex: '',
523
- itemTitleColorInHex: '',
524
- itemDescriptionColorInHex: '',
525
- itemButtonDesignType: 'C',
526
- itemButtonBackgroundColorInHex: '',
527
- itemButtonLabelColorInHex: ''
841
+ backgroundOverlayColorInHex: '#1A0B3642',
842
+ buttonAlphaBackgroundColorInHex: '#000000FF',
843
+ buttonAlphaDesignType: 'A',
844
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
845
+ buttonBravoBackgroundColorInHex: '#455EEFFF',
846
+ buttonBravoDesignType: 'A',
847
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
848
+ buttonCharlieBackgroundColorInHex: '#455EEFFF',
849
+ buttonCharlieDesignType: 'A',
850
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
851
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
852
+ buttonDeltaDesignType: 'A',
853
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
854
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
855
+ buttonEchoDesignType: 'A',
856
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
857
+ descriptionColorInHex: '#FFFFFFE0',
858
+ itemButtonBackgroundColorInHex: '#455EEFFF',
859
+ itemButtonDesignType: 'A',
860
+ itemButtonLabelColorInHex: '#FFFFFFFF',
861
+ itemDescriptionColorInHex: '#68686BFF',
862
+ itemTitleColorInHex: '#1E1E20FF',
863
+ titleColorInHex: '#FFFFFFFF'
528
864
  },
529
- dynamicLayoutSectionItems: [
530
- {
531
- id: '0',
532
- order: 0,
533
- display: true,
534
- manifest: {
535
- schema: 'BASE_INFO_BOX_ITEM',
536
- availableProperties: ['description', 'logoImageSrc']
537
- },
538
- properties: {
539
- title: 'TITLE1',
540
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
541
- body: '',
542
- logoImageSrc: '',
543
- imageSrc: 'https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80',
544
- linkMethod: 'NONE',
545
- linkType: 'NONE',
546
- linkSrc: '',
547
- buttonLabel: ''
548
- }
549
- },
550
- {
551
- id: '1',
552
- order: 1,
553
- display: true,
554
- manifest: {
555
- schema: 'BASE_INFO_BOX_ITEM',
556
- availableProperties: ['description', 'logoImageSrc']
557
- },
558
- properties: {
559
- title: 'TITLE1',
560
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
561
- body: '',
562
- logoImageSrc: '',
563
- imageSrc: 'https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80',
564
- linkMethod: 'NONE',
565
- linkType: 'NONE',
566
- linkSrc: '',
567
- buttonLabel: ''
568
- }
569
- },
570
- {
571
- id: '2',
572
- order: 2,
573
- display: true,
574
- manifest: {
575
- schema: 'BASE_INFO_BOX_ITEM',
576
- availableProperties: ['description', 'logoImageSrc']
577
- },
578
- properties: {
579
- title: 'TITLE1',
580
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
581
- body: '',
582
- logoImageSrc: '',
583
- imageSrc: 'https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80',
584
- linkMethod: 'NONE',
585
- linkType: 'NONE',
586
- linkSrc: '',
587
- buttonLabel: ''
588
- }
589
- },
590
- {
591
- id: '3',
592
- order: 3,
593
- display: true,
594
- manifest: {
595
- schema: 'BASE_INFO_BOX_ITEM',
596
- availableProperties: ['description', 'logoImageSrc']
597
- },
598
- properties: {
599
- title: 'TITLE1',
600
- description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
601
- body: '',
602
- logoImageSrc: '',
603
- imageSrc: 'https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80',
604
- linkMethod: 'NONE',
605
- linkType: 'NONE',
606
- linkSrc: '',
607
- buttonLabel: ''
608
- }
609
- }
610
- ]
865
+ template: 'BASE_CONTENTS_B'
611
866
  }
612
867
  ];
868
+ // TODO MOCK_DATA 정리
869
+ // export const MOCK_DATA: ISection[] = [
870
+ // {
871
+ // id: '1',
872
+ // display: false,
873
+ // order: 0,
874
+ // manifest: { schema: 'BASE_INTRO', availableProperties: [''], availableStyles: [''] },
875
+ // template: 'BASE_INTRO_A',
876
+ // properties: {
877
+ // title: '',
878
+ // description: '',
879
+ // sectionContentMediaType: 'YOUTUBE',
880
+ // sectionContentMediaSrc: '',
881
+ // buttonAlphaLabel: '',
882
+ // buttonAlphaLinkType: 'WEB_LINK',
883
+ // buttonAlphaLinkSrc: '',
884
+ // buttonBravoLabel: '',
885
+ // buttonBravoLinkType: 'WEB_LINK',
886
+ // buttonBravoLinkSrc: '',
887
+ // buttonCharlieLabel: '',
888
+ // buttonCharlieLinkType: 'WEB_LINK',
889
+ // buttonCharlieLinkSrc: '',
890
+ // buttonDeltaLabel: '',
891
+ // buttonDeltaLinkType: 'NONE',
892
+ // buttonDeltaLinkSrc: '',
893
+ // buttonEchoLabel: '',
894
+ // buttonEchoLinkType: 'NONE',
895
+ // buttonEchoLinkSrc: '',
896
+ // carouselAutoplayMode: 'AUTO',
897
+ // carouselAutoplayTime: 1,
898
+ // carouselInfiniteLoopMode: 'USE'
899
+ // },
900
+ // styles: {
901
+ // titleColorInHex: '',
902
+ // descriptionColorInHex: '',
903
+ // backgroundColorInHex: '',
904
+ // backgroundMediaType: 'YOUTUBE',
905
+ // backgroundMediaSrc: '',
906
+ // backgroundOverlayColorInHex: '',
907
+ // buttonAlphaDesignType: 'A',
908
+ // buttonAlphaBackgroundColorInHex: '',
909
+ // buttonAlphaLabelColorInHex: '',
910
+ // buttonBravoDesignType: 'A',
911
+ // buttonBravoBackgroundColorInHex: '',
912
+ // buttonBravoLabelColorInHex: '',
913
+ // buttonCharlieDesignType: 'A',
914
+ // buttonCharlieBackgroundColorInHex: '',
915
+ // buttonCharlieLabelColorInHex: '',
916
+ // buttonDeltaDesignType: 'A',
917
+ // buttonDeltaBackgroundColorInHex: '',
918
+ // buttonDeltaLabelColorInHex: '',
919
+ // buttonEchoDesignType: 'A',
920
+ // buttonEchoBackgroundColorInHex: '',
921
+ // buttonEchoLabelColorInHex: '',
922
+ // itemTitleColorInHex: '',
923
+ // itemDescriptionColorInHex: '',
924
+ // itemButtonDesignType: 'A',
925
+ // itemButtonBackgroundColorInHex: '',
926
+ // itemButtonLabelColorInHex: ''
927
+ // },
928
+ // dynamicLayoutSectionItems: []
929
+ // },
930
+ // {
931
+ // id: '2',
932
+ // display: false,
933
+ // order: 1,
934
+ // manifest: { schema: 'BASE_CONTENTS', availableProperties: [''], availableStyles: [''] },
935
+ // template: 'BASE_CONTENTS_B',
936
+ // properties: {
937
+ // title: '',
938
+ // description: '',
939
+ // sectionContentMediaType: 'IMAGE',
940
+ // sectionContentMediaSrc: '',
941
+ // buttonAlphaLabel: '',
942
+ // buttonAlphaLinkType: 'INTERNAL_LINK',
943
+ // buttonAlphaLinkSrc: '',
944
+ // buttonBravoLabel: '',
945
+ // buttonBravoLinkType: 'INTERNAL_LINK',
946
+ // buttonBravoLinkSrc: '',
947
+ // buttonCharlieLabel: '',
948
+ // buttonCharlieLinkType: 'INTERNAL_LINK',
949
+ // buttonCharlieLinkSrc: '',
950
+ // buttonDeltaLabel: '',
951
+ // buttonDeltaLinkType: 'INTERNAL_LINK',
952
+ // buttonDeltaLinkSrc: '',
953
+ // buttonEchoLabel: '',
954
+ // buttonEchoLinkType: 'INTERNAL_LINK',
955
+ // buttonEchoLinkSrc: '',
956
+ // carouselAutoplayMode: 'AUTO',
957
+ // carouselAutoplayTime: 1,
958
+ // carouselInfiniteLoopMode: 'USE'
959
+ // },
960
+ // styles: {
961
+ // titleColorInHex: '',
962
+ // descriptionColorInHex: '',
963
+ // backgroundColorInHex: '',
964
+ // backgroundMediaType: 'IMAGE',
965
+ // backgroundMediaSrc: '',
966
+ // backgroundOverlayColorInHex: '',
967
+ // buttonAlphaDesignType: 'B',
968
+ // buttonAlphaBackgroundColorInHex: '',
969
+ // buttonAlphaLabelColorInHex: '',
970
+ // buttonBravoDesignType: 'B',
971
+ // buttonBravoBackgroundColorInHex: '',
972
+ // buttonBravoLabelColorInHex: '',
973
+ // buttonCharlieDesignType: 'B',
974
+ // buttonCharlieBackgroundColorInHex: '',
975
+ // buttonCharlieLabelColorInHex: '',
976
+ // buttonDeltaDesignType: 'B',
977
+ // buttonDeltaBackgroundColorInHex: '',
978
+ // buttonDeltaLabelColorInHex: '',
979
+ // buttonEchoDesignType: 'B',
980
+ // buttonEchoBackgroundColorInHex: '',
981
+ // buttonEchoLabelColorInHex: '',
982
+ // itemTitleColorInHex: '',
983
+ // itemDescriptionColorInHex: '',
984
+ // itemButtonDesignType: 'B',
985
+ // itemButtonBackgroundColorInHex: '',
986
+ // itemButtonLabelColorInHex: ''
987
+ // },
988
+ // dynamicLayoutSectionItems: []
989
+ // },
990
+ // {
991
+ // id: '3',
992
+ // display: false,
993
+ // order: 2,
994
+ // manifest: {
995
+ // schema: 'BASE_CONTENTS_CAROUSEL',
996
+ // availableProperties: [''],
997
+ // availableStyles: ['']
998
+ // },
999
+ // template: 'BASE_CONTENTS_CAROUSEL_A',
1000
+ // properties: {
1001
+ // title: '',
1002
+ // description: '',
1003
+ // sectionContentMediaType: 'YOUTUBE',
1004
+ // sectionContentMediaSrc: '',
1005
+ // buttonAlphaLabel: '',
1006
+ // buttonAlphaLinkType: 'WEB_LINK',
1007
+ // buttonAlphaLinkSrc: '',
1008
+ // buttonBravoLabel: '',
1009
+ // buttonBravoLinkType: 'WEB_LINK',
1010
+ // buttonBravoLinkSrc: '',
1011
+ // buttonCharlieLabel: '',
1012
+ // buttonCharlieLinkType: 'WEB_LINK',
1013
+ // buttonCharlieLinkSrc: '',
1014
+ // buttonDeltaLabel: '',
1015
+ // buttonDeltaLinkType: 'NONE',
1016
+ // buttonDeltaLinkSrc: '',
1017
+ // buttonEchoLabel: '',
1018
+ // buttonEchoLinkType: 'NONE',
1019
+ // buttonEchoLinkSrc: '',
1020
+ // carouselAutoplayMode: 'AUTO',
1021
+ // carouselAutoplayTime: 1,
1022
+ // carouselInfiniteLoopMode: 'USE'
1023
+ // },
1024
+ // styles: {
1025
+ // titleColorInHex: '',
1026
+ // descriptionColorInHex: '',
1027
+ // backgroundColorInHex: '',
1028
+ // backgroundMediaType: 'YOUTUBE',
1029
+ // backgroundMediaSrc: '',
1030
+ // backgroundOverlayColorInHex: '',
1031
+ // buttonAlphaDesignType: 'A',
1032
+ // buttonAlphaBackgroundColorInHex: '',
1033
+ // buttonAlphaLabelColorInHex: '',
1034
+ // buttonBravoDesignType: 'A',
1035
+ // buttonBravoBackgroundColorInHex: '',
1036
+ // buttonBravoLabelColorInHex: '',
1037
+ // buttonCharlieDesignType: 'A',
1038
+ // buttonCharlieBackgroundColorInHex: '',
1039
+ // buttonCharlieLabelColorInHex: '',
1040
+ // buttonDeltaDesignType: 'A',
1041
+ // buttonDeltaBackgroundColorInHex: '',
1042
+ // buttonDeltaLabelColorInHex: '',
1043
+ // buttonEchoDesignType: 'A',
1044
+ // buttonEchoBackgroundColorInHex: '',
1045
+ // buttonEchoLabelColorInHex: '',
1046
+ // itemTitleColorInHex: '',
1047
+ // itemDescriptionColorInHex: '',
1048
+ // itemButtonDesignType: 'A',
1049
+ // itemButtonBackgroundColorInHex: '',
1050
+ // itemButtonLabelColorInHex: ''
1051
+ // },
1052
+ // dynamicLayoutSectionItems: [
1053
+ // {
1054
+ // id: '0',
1055
+ // order: 0,
1056
+ // display: true,
1057
+ // manifest: {
1058
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1059
+ // availableProperties: ['title', 'description', 'linkMethod']
1060
+ // },
1061
+ // properties: {
1062
+ // title: 'ITEM 1',
1063
+ // description:
1064
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1065
+ // body: '',
1066
+ // logoImageSrc: '',
1067
+ // imageSrc:
1068
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1069
+ // linkType: 'WEB_LINK',
1070
+ // linkSrc:
1071
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1072
+ // buttonLabel: '전환 버튼'
1073
+ // }
1074
+ // },
1075
+ // {
1076
+ // id: '1',
1077
+ // order: 1,
1078
+ // display: true,
1079
+ // manifest: {
1080
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1081
+ // availableProperties: ['title', 'description', 'linkMethod']
1082
+ // },
1083
+ // properties: {
1084
+ // title: 'ITEM 2',
1085
+ // description:
1086
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1087
+ // body: '',
1088
+ // logoImageSrc: '',
1089
+ // imageSrc:
1090
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1091
+ // linkType: 'WEB_LINK',
1092
+ // linkSrc:
1093
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1094
+ // buttonLabel: '전환 버튼'
1095
+ // }
1096
+ // },
1097
+ // {
1098
+ // id: '2',
1099
+ // order: 2,
1100
+ // display: true,
1101
+ // manifest: {
1102
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1103
+ // availableProperties: ['title', 'description', 'linkMethod']
1104
+ // },
1105
+ // properties: {
1106
+ // title: 'ITEM 3',
1107
+ // description:
1108
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1109
+ // body: '',
1110
+ // logoImageSrc: '',
1111
+ // imageSrc:
1112
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1113
+ // linkType: 'WEB_LINK',
1114
+ // linkSrc:
1115
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1116
+ // buttonLabel: '전환 버튼'
1117
+ // }
1118
+ // },
1119
+ // {
1120
+ // id: '3',
1121
+ // order: 3,
1122
+ // display: true,
1123
+ // manifest: {
1124
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1125
+ // availableProperties: ['title', 'description', 'linkMethod']
1126
+ // },
1127
+ // properties: {
1128
+ // title: 'ITEM 4 영역 버튼',
1129
+ // description:
1130
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1131
+ // body: '',
1132
+ // logoImageSrc: '',
1133
+ // imageSrc:
1134
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1135
+ // linkMethod: 'CLICK_ITEM',
1136
+ // linkType: 'WEB_LINK',
1137
+ // linkSrc:
1138
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1139
+ // buttonLabel: '전환 버튼'
1140
+ // }
1141
+ // },
1142
+ // {
1143
+ // id: '4',
1144
+ // order: 4,
1145
+ // display: true,
1146
+ // manifest: {
1147
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1148
+ // availableProperties: ['title', 'description', 'linkMethod']
1149
+ // },
1150
+ // properties: {
1151
+ // title: 'ITEM 5 영역 버튼',
1152
+ // description:
1153
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1154
+ // body: '',
1155
+ // logoImageSrc: '',
1156
+ // imageSrc:
1157
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1158
+ // linkMethod: 'CLICK_ITEM',
1159
+ // linkType: 'WEB_LINK',
1160
+ // linkSrc:
1161
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1162
+ // buttonLabel: '전환 버튼'
1163
+ // }
1164
+ // },
1165
+ // {
1166
+ // id: '5',
1167
+ // order: 5,
1168
+ // display: true,
1169
+ // manifest: {
1170
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1171
+ // availableProperties: ['title', 'description', 'linkMethod']
1172
+ // },
1173
+ // properties: {
1174
+ // title: 'ITEM 6',
1175
+ // description: '',
1176
+ // body: '',
1177
+ // logoImageSrc: '',
1178
+ // imageSrc:
1179
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1180
+ // linkType: 'WEB_LINK',
1181
+ // linkSrc:
1182
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1183
+ // buttonLabel: '전환 버튼'
1184
+ // }
1185
+ // },
1186
+ // {
1187
+ // id: '6',
1188
+ // order: 6,
1189
+ // display: true,
1190
+ // manifest: {
1191
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1192
+ // availableProperties: ['title', 'description', 'linkMethod']
1193
+ // },
1194
+ // properties: {
1195
+ // title: 'ITEM 6',
1196
+ // description: '',
1197
+ // body: '',
1198
+ // logoImageSrc: '',
1199
+ // imageSrc:
1200
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1201
+ // linkType: 'WEB_LINK',
1202
+ // linkSrc:
1203
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1204
+ // buttonLabel: '전환 버튼'
1205
+ // }
1206
+ // },
1207
+ // {
1208
+ // id: '7',
1209
+ // order: 7,
1210
+ // display: true,
1211
+ // manifest: {
1212
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1213
+ // availableProperties: ['title', 'description', 'linkMethod']
1214
+ // },
1215
+ // properties: {
1216
+ // title: '',
1217
+ // description: '',
1218
+ // body: '',
1219
+ // logoImageSrc: '',
1220
+ // imageSrc:
1221
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1222
+ // linkType: 'WEB_LINK',
1223
+ // linkSrc:
1224
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1225
+ // buttonLabel: '전환 버튼'
1226
+ // }
1227
+ // },
1228
+ // {
1229
+ // id: '8',
1230
+ // order: 8,
1231
+ // display: true,
1232
+ // manifest: {
1233
+ // schema: 'BASE_CONTENTS_CAROUSEL_ITEM',
1234
+ // availableProperties: ['title', 'description', 'linkMethod']
1235
+ // },
1236
+ // properties: {
1237
+ // title: '',
1238
+ // description: '',
1239
+ // body: '',
1240
+ // logoImageSrc: '',
1241
+ // imageSrc: '',
1242
+ // linkType: 'WEB_LINK',
1243
+ // linkSrc:
1244
+ // 'https://publ-upload-prod.s3.ap-northeast-2.amazonaws.com/a7a8fefe-f8d0-41a3-9d1e-ce277b7e59e7',
1245
+ // buttonLabel: '전환 버튼'
1246
+ // }
1247
+ // }
1248
+ // ]
1249
+ // },
1250
+ // {
1251
+ // id: '4',
1252
+ // display: false,
1253
+ // order: 3,
1254
+ // manifest: { schema: 'BASE_FOOTER', availableProperties: [''], availableStyles: [''] },
1255
+ // template: 'BASE_FOOTER_A',
1256
+ // properties: {
1257
+ // title: '',
1258
+ // description: '',
1259
+ // sectionContentMediaType: 'IMAGE',
1260
+ // sectionContentMediaSrc: '',
1261
+ // buttonAlphaLabel: '',
1262
+ // buttonAlphaLinkType: 'INTERNAL_LINK',
1263
+ // buttonAlphaLinkSrc: '',
1264
+ // buttonBravoLabel: '',
1265
+ // buttonBravoLinkType: 'INTERNAL_LINK',
1266
+ // buttonBravoLinkSrc: '',
1267
+ // buttonCharlieLabel: '',
1268
+ // buttonCharlieLinkType: 'INTERNAL_LINK',
1269
+ // buttonCharlieLinkSrc: '',
1270
+ // buttonDeltaLabel: '',
1271
+ // buttonDeltaLinkType: 'INTERNAL_LINK',
1272
+ // buttonDeltaLinkSrc: '',
1273
+ // buttonEchoLabel: '',
1274
+ // buttonEchoLinkType: 'INTERNAL_LINK',
1275
+ // buttonEchoLinkSrc: '',
1276
+ // carouselAutoplayMode: 'AUTO',
1277
+ // carouselAutoplayTime: 1,
1278
+ // carouselInfiniteLoopMode: 'USE'
1279
+ // },
1280
+ // styles: {
1281
+ // titleColorInHex: '',
1282
+ // descriptionColorInHex: '',
1283
+ // backgroundColorInHex: '',
1284
+ // backgroundMediaType: 'IMAGE',
1285
+ // backgroundMediaSrc: '',
1286
+ // backgroundOverlayColorInHex: '',
1287
+ // buttonAlphaDesignType: 'B',
1288
+ // buttonAlphaBackgroundColorInHex: '',
1289
+ // buttonAlphaLabelColorInHex: '',
1290
+ // buttonBravoDesignType: 'B',
1291
+ // buttonBravoBackgroundColorInHex: '',
1292
+ // buttonBravoLabelColorInHex: '',
1293
+ // buttonCharlieDesignType: 'B',
1294
+ // buttonCharlieBackgroundColorInHex: '',
1295
+ // buttonCharlieLabelColorInHex: '',
1296
+ // buttonDeltaDesignType: 'B',
1297
+ // buttonDeltaBackgroundColorInHex: '',
1298
+ // buttonDeltaLabelColorInHex: '',
1299
+ // buttonEchoDesignType: 'B',
1300
+ // buttonEchoBackgroundColorInHex: '',
1301
+ // buttonEchoLabelColorInHex: '',
1302
+ // itemTitleColorInHex: '',
1303
+ // itemDescriptionColorInHex: '',
1304
+ // itemButtonDesignType: 'B',
1305
+ // itemButtonBackgroundColorInHex: '',
1306
+ // itemButtonLabelColorInHex: ''
1307
+ // },
1308
+ // dynamicLayoutSectionItems: [
1309
+ // {
1310
+ // id: '0',
1311
+ // order: 0,
1312
+ // display: true,
1313
+ // manifest: {
1314
+ // schema: 'BASE_FOOTER_ITEM',
1315
+ // availableProperties: ['description', 'logoImageSrc']
1316
+ // },
1317
+ // properties: {
1318
+ // title: '',
1319
+ // description: 'type A 푸터입니다. 배경색은 blue, 배경색 투명도는 0.7입니다.',
1320
+ // body: '',
1321
+ // logoImageSrc:
1322
+ // 'https://publ.atlassian.net/wiki/download/attachments/32773/atl.site.logo?version=11&modificationDate=1613969489170&cacheVersion=1&api=v2',
1323
+ // imageSrc: '',
1324
+ // linkMethod: 'NONE',
1325
+ // linkType: 'NONE',
1326
+ // linkSrc: '',
1327
+ // buttonLabel: ''
1328
+ // }
1329
+ // },
1330
+ // {
1331
+ // id: '1',
1332
+ // order: 1,
1333
+ // display: true,
1334
+ // manifest: {
1335
+ // schema: 'BASE_FOOTER_ITEM',
1336
+ // availableProperties: ['description', 'logoImageSrc']
1337
+ // },
1338
+ // properties: {
1339
+ // title: '',
1340
+ // description: 'type B 푸터입니다. 배경색은 yellow, 배경색 투명도는 0.3입니다.',
1341
+ // body: '',
1342
+ // logoImageSrc:
1343
+ // 'https://publ.atlassian.net/wiki/download/attachments/32773/atl.site.logo?version=11&modificationDate=1613969489170&cacheVersion=1&api=v2',
1344
+ // imageSrc: '',
1345
+ // linkMethod: 'NONE',
1346
+ // linkType: 'NONE',
1347
+ // linkSrc: '',
1348
+ // buttonLabel: ''
1349
+ // }
1350
+ // }
1351
+ // ]
1352
+ // },
1353
+ // {
1354
+ // id: '5',
1355
+ // display: false,
1356
+ // order: 4,
1357
+ // manifest: { schema: 'BASE_INFO_BOX', availableProperties: [''], availableStyles: [''] },
1358
+ // template: 'BASE_INFO_BOX_A',
1359
+ // properties: {
1360
+ // title: '',
1361
+ // description: '',
1362
+ // sectionContentMediaType: 'IMAGE',
1363
+ // sectionContentMediaSrc: '',
1364
+ // buttonAlphaLabel: '',
1365
+ // buttonAlphaLinkType: 'INTERNAL_LINK',
1366
+ // buttonAlphaLinkSrc: '',
1367
+ // buttonBravoLabel: '',
1368
+ // buttonBravoLinkType: 'INTERNAL_LINK',
1369
+ // buttonBravoLinkSrc: '',
1370
+ // buttonCharlieLabel: '',
1371
+ // buttonCharlieLinkType: 'INTERNAL_LINK',
1372
+ // buttonCharlieLinkSrc: '',
1373
+ // buttonDeltaLabel: '',
1374
+ // buttonDeltaLinkType: 'INTERNAL_LINK',
1375
+ // buttonDeltaLinkSrc: '',
1376
+ // buttonEchoLabel: '',
1377
+ // buttonEchoLinkType: 'INTERNAL_LINK',
1378
+ // buttonEchoLinkSrc: '',
1379
+ // carouselAutoplayMode: 'AUTO',
1380
+ // carouselAutoplayTime: 1,
1381
+ // carouselInfiniteLoopMode: 'USE'
1382
+ // },
1383
+ // styles: {
1384
+ // titleColorInHex: '',
1385
+ // descriptionColorInHex: '',
1386
+ // backgroundColorInHex: '',
1387
+ // backgroundMediaType: 'IMAGE',
1388
+ // backgroundMediaSrc: '',
1389
+ // backgroundOverlayColorInHex: '',
1390
+ // buttonAlphaDesignType: 'C',
1391
+ // buttonAlphaBackgroundColorInHex: '',
1392
+ // buttonAlphaLabelColorInHex: '',
1393
+ // buttonBravoDesignType: 'C',
1394
+ // buttonBravoBackgroundColorInHex: '',
1395
+ // buttonBravoLabelColorInHex: '',
1396
+ // buttonCharlieDesignType: 'C',
1397
+ // buttonCharlieBackgroundColorInHex: '',
1398
+ // buttonCharlieLabelColorInHex: '',
1399
+ // buttonDeltaDesignType: 'C',
1400
+ // buttonDeltaBackgroundColorInHex: '',
1401
+ // buttonDeltaLabelColorInHex: '',
1402
+ // buttonEchoDesignType: 'C',
1403
+ // buttonEchoBackgroundColorInHex: '',
1404
+ // buttonEchoLabelColorInHex: '',
1405
+ // itemTitleColorInHex: '',
1406
+ // itemDescriptionColorInHex: '',
1407
+ // itemButtonDesignType: 'C',
1408
+ // itemButtonBackgroundColorInHex: '',
1409
+ // itemButtonLabelColorInHex: ''
1410
+ // },
1411
+ // dynamicLayoutSectionItems: [
1412
+ // {
1413
+ // id: '0',
1414
+ // order: 0,
1415
+ // display: true,
1416
+ // manifest: {
1417
+ // schema: 'BASE_INFO_BOX_ITEM',
1418
+ // availableProperties: ['description', 'logoImageSrc']
1419
+ // },
1420
+ // properties: {
1421
+ // title: 'TITLE1',
1422
+ // description:
1423
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1424
+ // body: '',
1425
+ // logoImageSrc: '',
1426
+ // imageSrc:
1427
+ // 'https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80',
1428
+ // linkMethod: 'NONE',
1429
+ // linkType: 'NONE',
1430
+ // linkSrc: '',
1431
+ // buttonLabel: ''
1432
+ // }
1433
+ // },
1434
+ // {
1435
+ // id: '1',
1436
+ // order: 1,
1437
+ // display: true,
1438
+ // manifest: {
1439
+ // schema: 'BASE_INFO_BOX_ITEM',
1440
+ // availableProperties: ['description', 'logoImageSrc']
1441
+ // },
1442
+ // properties: {
1443
+ // title: 'TITLE1',
1444
+ // description:
1445
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1446
+ // body: '',
1447
+ // logoImageSrc: '',
1448
+ // imageSrc:
1449
+ // 'https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80',
1450
+ // linkMethod: 'NONE',
1451
+ // linkType: 'NONE',
1452
+ // linkSrc: '',
1453
+ // buttonLabel: ''
1454
+ // }
1455
+ // },
1456
+ // {
1457
+ // id: '2',
1458
+ // order: 2,
1459
+ // display: true,
1460
+ // manifest: {
1461
+ // schema: 'BASE_INFO_BOX_ITEM',
1462
+ // availableProperties: ['description', 'logoImageSrc']
1463
+ // },
1464
+ // properties: {
1465
+ // title: 'TITLE1',
1466
+ // description:
1467
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1468
+ // body: '',
1469
+ // logoImageSrc: '',
1470
+ // imageSrc:
1471
+ // 'https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80',
1472
+ // linkMethod: 'NONE',
1473
+ // linkType: 'NONE',
1474
+ // linkSrc: '',
1475
+ // buttonLabel: ''
1476
+ // }
1477
+ // },
1478
+ // {
1479
+ // id: '3',
1480
+ // order: 3,
1481
+ // display: true,
1482
+ // manifest: {
1483
+ // schema: 'BASE_INFO_BOX_ITEM',
1484
+ // availableProperties: ['description', 'logoImageSrc']
1485
+ // },
1486
+ // properties: {
1487
+ // title: 'TITLE1',
1488
+ // description:
1489
+ // 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin pharetra justo eget viverra auctor.',
1490
+ // body: '',
1491
+ // logoImageSrc: '',
1492
+ // imageSrc:
1493
+ // 'https://images.unsplash.com/photo-1502602898657-3e91760cbb34?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1173&q=80',
1494
+ // linkMethod: 'NONE',
1495
+ // linkType: 'NONE',
1496
+ // linkSrc: '',
1497
+ // buttonLabel: ''
1498
+ // }
1499
+ // }
1500
+ // ]
1501
+ // }
1502
+ // ];