trand_common_v1 0.2.90 → 0.2.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fields/f-category.d.ts +59 -17
- package/dist/fields/f-category.js +113 -71
- package/dist/fields/f-category.js.map +1 -1
- package/dist/fields/f-city-image.d.ts +28 -0
- package/dist/fields/f-city-image.js +28 -0
- package/dist/fields/f-city-image.js.map +1 -1
- package/dist/fields/f-city.d.ts +59 -17
- package/dist/fields/f-city.js +113 -71
- package/dist/fields/f-city.js.map +1 -1
- package/dist/fields/f-content-business-hours.d.ts +73 -0
- package/dist/fields/f-content-business-hours.js +74 -0
- package/dist/fields/f-content-business-hours.js.map +1 -0
- package/dist/fields/f-content-image.d.ts +28 -0
- package/dist/fields/f-content-image.js +28 -0
- package/dist/fields/f-content-image.js.map +1 -1
- package/dist/fields/f-content.d.ts +52 -178
- package/dist/fields/f-content.js +118 -244
- package/dist/fields/f-content.js.map +1 -1
- package/dist/fields/f-stag-image.d.ts +28 -0
- package/dist/fields/f-stag-image.js +28 -0
- package/dist/fields/f-stag-image.js.map +1 -1
- package/dist/fields/f-stag.d.ts +59 -17
- package/dist/fields/f-stag.js +113 -71
- package/dist/fields/f-stag.js.map +1 -1
- package/dist/fields/f-street-image.d.ts +28 -0
- package/dist/fields/f-street-image.js +28 -0
- package/dist/fields/f-street-image.js.map +1 -1
- package/dist/fields/f-street.d.ts +59 -17
- package/dist/fields/f-street.js +113 -71
- package/dist/fields/f-street.js.map +1 -1
- package/dist/types/t-category.d.ts +20 -14
- package/dist/types/t-category.js +20 -14
- package/dist/types/t-category.js.map +1 -1
- package/dist/types/t-city-image.d.ts +4 -0
- package/dist/types/t-city.d.ts +20 -14
- package/dist/types/t-city.js +20 -14
- package/dist/types/t-city.js.map +1 -1
- package/dist/types/t-content-business-hours.d.ts +21 -0
- package/dist/types/t-content-business-hours.js +2 -0
- package/dist/types/t-content-business-hours.js.map +1 -0
- package/dist/types/t-content-image.d.ts +4 -0
- package/dist/types/t-content.d.ts +20 -44
- package/dist/types/t-content.js +20 -28
- package/dist/types/t-content.js.map +1 -1
- package/dist/types/t-stag-image.d.ts +4 -0
- package/dist/types/t-stag.d.ts +28 -18
- package/dist/types/t-stag.js +20 -14
- package/dist/types/t-stag.js.map +1 -1
- package/dist/types/t-street-image.d.ts +4 -0
- package/dist/types/t-street.d.ts +28 -18
- package/dist/types/t-street.js +20 -14
- package/dist/types/t-street.js.map +1 -1
- package/package.json +1 -1
|
@@ -34,5 +34,33 @@ export const F_CONTENT_IMAGE = {
|
|
|
34
34
|
max_length: 1023,
|
|
35
35
|
placeholder: "ex. https://www.google.com",
|
|
36
36
|
},
|
|
37
|
+
src_name: {
|
|
38
|
+
id: "src_name",
|
|
39
|
+
label: "Source Name",
|
|
40
|
+
is_required: false,
|
|
41
|
+
max_length: 96,
|
|
42
|
+
placeholder: "ex. seoul",
|
|
43
|
+
},
|
|
44
|
+
src_platform: {
|
|
45
|
+
id: "src_platform",
|
|
46
|
+
label: "Source Platform",
|
|
47
|
+
is_required: false,
|
|
48
|
+
max_length: 96,
|
|
49
|
+
placeholder: "ex. seoul",
|
|
50
|
+
},
|
|
51
|
+
src_unique_id: {
|
|
52
|
+
id: "src_unique_id",
|
|
53
|
+
label: "Source Unique ID",
|
|
54
|
+
is_required: false,
|
|
55
|
+
max_length: 96,
|
|
56
|
+
placeholder: "ex. seoul",
|
|
57
|
+
},
|
|
58
|
+
src_url: {
|
|
59
|
+
id: "src_url",
|
|
60
|
+
label: "Source URL",
|
|
61
|
+
is_required: false,
|
|
62
|
+
max_length: 1023,
|
|
63
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
64
|
+
},
|
|
37
65
|
};
|
|
38
66
|
//# sourceMappingURL=f-content-image.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-content-image.js","sourceRoot":"","sources":["../../src/fields/f-content-image.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,6BAA6B;KAC3C;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,cAAc;KAC5B;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,CAAC;QAChB,WAAW,EAAE,OAAO;KACrB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,OAAO;QACd,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,8BAA8B;KAC5C;IACD,GAAG,EAAE;QACH,EAAE,EAAE,KAAK;QACT,KAAK,EAAE,KAAK;QACZ,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,4BAA4B;KAC1C;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"f-content-image.js","sourceRoot":"","sources":["../../src/fields/f-content-image.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,6BAA6B;KAC3C;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,cAAc;KAC5B;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,CAAC;QAChB,WAAW,EAAE,OAAO;KACrB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,OAAO;QACd,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,8BAA8B;KAC5C;IACD,GAAG,EAAE;QACH,EAAE,EAAE,KAAK;QACT,KAAK,EAAE,KAAK;QACZ,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,4BAA4B;KAC1C;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,WAAW;KACzB;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,iBAAiB;QACxB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,WAAW;KACzB;IACD,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,WAAW;KACzB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,uDAAuD;KACrE;CACF,CAAC"}
|
|
@@ -177,328 +177,265 @@ export declare const F_CONTENT: {
|
|
|
177
177
|
max_length: number;
|
|
178
178
|
placeholder: string;
|
|
179
179
|
};
|
|
180
|
-
|
|
180
|
+
thumbnail_main_1_src_name: {
|
|
181
181
|
id: string;
|
|
182
182
|
label: string;
|
|
183
183
|
is_required: boolean;
|
|
184
184
|
max_length: number;
|
|
185
185
|
placeholder: string;
|
|
186
186
|
};
|
|
187
|
-
|
|
187
|
+
thumbnail_main_1_src_platform: {
|
|
188
188
|
id: string;
|
|
189
189
|
label: string;
|
|
190
190
|
is_required: boolean;
|
|
191
191
|
max_length: number;
|
|
192
192
|
placeholder: string;
|
|
193
193
|
};
|
|
194
|
-
|
|
194
|
+
thumbnail_main_1_src_unique_id: {
|
|
195
195
|
id: string;
|
|
196
196
|
label: string;
|
|
197
197
|
is_required: boolean;
|
|
198
198
|
max_length: number;
|
|
199
199
|
placeholder: string;
|
|
200
200
|
};
|
|
201
|
-
|
|
201
|
+
thumbnail_main_1_src_url: {
|
|
202
202
|
id: string;
|
|
203
203
|
label: string;
|
|
204
204
|
is_required: boolean;
|
|
205
205
|
max_length: number;
|
|
206
206
|
placeholder: string;
|
|
207
207
|
};
|
|
208
|
-
|
|
208
|
+
thumbnail_main_2: {
|
|
209
209
|
id: string;
|
|
210
210
|
label: string;
|
|
211
211
|
is_required: boolean;
|
|
212
212
|
max_length: number;
|
|
213
213
|
placeholder: string;
|
|
214
214
|
};
|
|
215
|
-
|
|
215
|
+
thumbnail_main_2_src_name: {
|
|
216
216
|
id: string;
|
|
217
217
|
label: string;
|
|
218
218
|
is_required: boolean;
|
|
219
219
|
max_length: number;
|
|
220
220
|
placeholder: string;
|
|
221
221
|
};
|
|
222
|
-
|
|
222
|
+
thumbnail_main_2_src_platform: {
|
|
223
223
|
id: string;
|
|
224
224
|
label: string;
|
|
225
225
|
is_required: boolean;
|
|
226
226
|
max_length: number;
|
|
227
227
|
placeholder: string;
|
|
228
228
|
};
|
|
229
|
-
|
|
229
|
+
thumbnail_main_2_src_unique_id: {
|
|
230
230
|
id: string;
|
|
231
231
|
label: string;
|
|
232
232
|
is_required: boolean;
|
|
233
233
|
max_length: number;
|
|
234
234
|
placeholder: string;
|
|
235
235
|
};
|
|
236
|
-
|
|
236
|
+
thumbnail_main_2_src_url: {
|
|
237
237
|
id: string;
|
|
238
238
|
label: string;
|
|
239
239
|
is_required: boolean;
|
|
240
240
|
max_length: number;
|
|
241
241
|
placeholder: string;
|
|
242
242
|
};
|
|
243
|
-
|
|
243
|
+
thumbnail_main_3: {
|
|
244
244
|
id: string;
|
|
245
245
|
label: string;
|
|
246
246
|
is_required: boolean;
|
|
247
247
|
max_length: number;
|
|
248
248
|
placeholder: string;
|
|
249
249
|
};
|
|
250
|
-
|
|
250
|
+
thumbnail_main_3_src_name: {
|
|
251
251
|
id: string;
|
|
252
252
|
label: string;
|
|
253
253
|
is_required: boolean;
|
|
254
254
|
max_length: number;
|
|
255
255
|
placeholder: string;
|
|
256
256
|
};
|
|
257
|
-
|
|
257
|
+
thumbnail_main_3_src_platform: {
|
|
258
258
|
id: string;
|
|
259
259
|
label: string;
|
|
260
260
|
is_required: boolean;
|
|
261
261
|
max_length: number;
|
|
262
262
|
placeholder: string;
|
|
263
263
|
};
|
|
264
|
-
|
|
264
|
+
thumbnail_main_3_src_unique_id: {
|
|
265
265
|
id: string;
|
|
266
266
|
label: string;
|
|
267
267
|
is_required: boolean;
|
|
268
268
|
max_length: number;
|
|
269
269
|
placeholder: string;
|
|
270
270
|
};
|
|
271
|
-
|
|
271
|
+
thumbnail_main_3_src_url: {
|
|
272
272
|
id: string;
|
|
273
273
|
label: string;
|
|
274
274
|
is_required: boolean;
|
|
275
275
|
max_length: number;
|
|
276
276
|
placeholder: string;
|
|
277
277
|
};
|
|
278
|
-
|
|
278
|
+
thumbnail_main_4: {
|
|
279
279
|
id: string;
|
|
280
280
|
label: string;
|
|
281
281
|
is_required: boolean;
|
|
282
282
|
max_length: number;
|
|
283
283
|
placeholder: string;
|
|
284
284
|
};
|
|
285
|
-
|
|
285
|
+
thumbnail_main_4_src_name: {
|
|
286
286
|
id: string;
|
|
287
287
|
label: string;
|
|
288
288
|
is_required: boolean;
|
|
289
289
|
max_length: number;
|
|
290
290
|
placeholder: string;
|
|
291
291
|
};
|
|
292
|
-
|
|
292
|
+
thumbnail_main_4_src_platform: {
|
|
293
293
|
id: string;
|
|
294
294
|
label: string;
|
|
295
295
|
is_required: boolean;
|
|
296
296
|
max_length: number;
|
|
297
297
|
placeholder: string;
|
|
298
298
|
};
|
|
299
|
-
|
|
299
|
+
thumbnail_main_4_src_unique_id: {
|
|
300
300
|
id: string;
|
|
301
301
|
label: string;
|
|
302
302
|
is_required: boolean;
|
|
303
303
|
max_length: number;
|
|
304
304
|
placeholder: string;
|
|
305
305
|
};
|
|
306
|
-
|
|
306
|
+
thumbnail_main_4_src_url: {
|
|
307
307
|
id: string;
|
|
308
308
|
label: string;
|
|
309
309
|
is_required: boolean;
|
|
310
310
|
max_length: number;
|
|
311
311
|
placeholder: string;
|
|
312
312
|
};
|
|
313
|
-
|
|
313
|
+
thumbnail_main_5: {
|
|
314
314
|
id: string;
|
|
315
315
|
label: string;
|
|
316
316
|
is_required: boolean;
|
|
317
317
|
max_length: number;
|
|
318
318
|
placeholder: string;
|
|
319
319
|
};
|
|
320
|
-
|
|
320
|
+
thumbnail_main_5_src_name: {
|
|
321
321
|
id: string;
|
|
322
322
|
label: string;
|
|
323
323
|
is_required: boolean;
|
|
324
324
|
max_length: number;
|
|
325
325
|
placeholder: string;
|
|
326
326
|
};
|
|
327
|
-
|
|
328
|
-
id: string;
|
|
329
|
-
label: string;
|
|
330
|
-
is_required: boolean;
|
|
331
|
-
};
|
|
332
|
-
latitude: {
|
|
327
|
+
thumbnail_main_5_src_platform: {
|
|
333
328
|
id: string;
|
|
334
329
|
label: string;
|
|
335
330
|
is_required: boolean;
|
|
331
|
+
max_length: number;
|
|
336
332
|
placeholder: string;
|
|
337
333
|
};
|
|
338
|
-
|
|
334
|
+
thumbnail_main_5_src_unique_id: {
|
|
339
335
|
id: string;
|
|
340
336
|
label: string;
|
|
341
337
|
is_required: boolean;
|
|
338
|
+
max_length: number;
|
|
342
339
|
placeholder: string;
|
|
343
340
|
};
|
|
344
|
-
|
|
341
|
+
thumbnail_main_5_src_url: {
|
|
345
342
|
id: string;
|
|
346
343
|
label: string;
|
|
347
344
|
is_required: boolean;
|
|
345
|
+
max_length: number;
|
|
348
346
|
placeholder: string;
|
|
349
347
|
};
|
|
350
|
-
|
|
351
|
-
id: string;
|
|
352
|
-
label: string;
|
|
353
|
-
is_required: boolean;
|
|
354
|
-
};
|
|
355
|
-
gp_low_longitude: {
|
|
356
|
-
id: string;
|
|
357
|
-
label: string;
|
|
358
|
-
is_required: boolean;
|
|
359
|
-
};
|
|
360
|
-
gp_high_latitude: {
|
|
361
|
-
id: string;
|
|
362
|
-
label: string;
|
|
363
|
-
is_required: boolean;
|
|
364
|
-
};
|
|
365
|
-
gp_high_longitude: {
|
|
366
|
-
id: string;
|
|
367
|
-
label: string;
|
|
368
|
-
is_required: boolean;
|
|
369
|
-
};
|
|
370
|
-
gp_rating: {
|
|
371
|
-
id: string;
|
|
372
|
-
label: string;
|
|
373
|
-
is_required: boolean;
|
|
374
|
-
};
|
|
375
|
-
gp_user_rating_count: {
|
|
376
|
-
id: string;
|
|
377
|
-
label: string;
|
|
378
|
-
is_required: boolean;
|
|
379
|
-
};
|
|
380
|
-
google_maps_uri: {
|
|
348
|
+
phone: {
|
|
381
349
|
id: string;
|
|
382
350
|
label: string;
|
|
383
351
|
is_required: boolean;
|
|
384
352
|
max_length: number;
|
|
353
|
+
placeholder: string;
|
|
385
354
|
};
|
|
386
|
-
|
|
355
|
+
address: {
|
|
387
356
|
id: string;
|
|
388
357
|
label: string;
|
|
389
358
|
is_required: boolean;
|
|
390
359
|
max_length: number;
|
|
360
|
+
placeholder: string;
|
|
391
361
|
};
|
|
392
|
-
|
|
362
|
+
address_native: {
|
|
393
363
|
id: string;
|
|
394
364
|
label: string;
|
|
395
365
|
is_required: boolean;
|
|
396
366
|
max_length: number;
|
|
367
|
+
placeholder: string;
|
|
397
368
|
};
|
|
398
|
-
|
|
399
|
-
id: string;
|
|
400
|
-
label: string;
|
|
401
|
-
is_required: boolean;
|
|
402
|
-
};
|
|
403
|
-
sunday_start: {
|
|
404
|
-
id: string;
|
|
405
|
-
label: string;
|
|
406
|
-
is_required: boolean;
|
|
407
|
-
};
|
|
408
|
-
sunday_end: {
|
|
409
|
-
id: string;
|
|
410
|
-
label: string;
|
|
411
|
-
is_required: boolean;
|
|
412
|
-
};
|
|
413
|
-
monday: {
|
|
414
|
-
id: string;
|
|
415
|
-
label: string;
|
|
416
|
-
is_required: boolean;
|
|
417
|
-
};
|
|
418
|
-
monday_start: {
|
|
419
|
-
id: string;
|
|
420
|
-
label: string;
|
|
421
|
-
is_required: boolean;
|
|
422
|
-
};
|
|
423
|
-
monday_end: {
|
|
424
|
-
id: string;
|
|
425
|
-
label: string;
|
|
426
|
-
is_required: boolean;
|
|
427
|
-
};
|
|
428
|
-
tuesday: {
|
|
429
|
-
id: string;
|
|
430
|
-
label: string;
|
|
431
|
-
is_required: boolean;
|
|
432
|
-
};
|
|
433
|
-
tuesday_start: {
|
|
434
|
-
id: string;
|
|
435
|
-
label: string;
|
|
436
|
-
is_required: boolean;
|
|
437
|
-
};
|
|
438
|
-
tuesday_end: {
|
|
369
|
+
location: {
|
|
439
370
|
id: string;
|
|
440
371
|
label: string;
|
|
441
372
|
is_required: boolean;
|
|
442
373
|
};
|
|
443
|
-
|
|
374
|
+
latitude: {
|
|
444
375
|
id: string;
|
|
445
376
|
label: string;
|
|
446
377
|
is_required: boolean;
|
|
378
|
+
placeholder: string;
|
|
447
379
|
};
|
|
448
|
-
|
|
380
|
+
longitude: {
|
|
449
381
|
id: string;
|
|
450
382
|
label: string;
|
|
451
383
|
is_required: boolean;
|
|
384
|
+
placeholder: string;
|
|
452
385
|
};
|
|
453
|
-
|
|
386
|
+
radius_m: {
|
|
454
387
|
id: string;
|
|
455
388
|
label: string;
|
|
456
389
|
is_required: boolean;
|
|
390
|
+
placeholder: string;
|
|
457
391
|
};
|
|
458
|
-
|
|
392
|
+
gp_low_latitude: {
|
|
459
393
|
id: string;
|
|
460
394
|
label: string;
|
|
461
395
|
is_required: boolean;
|
|
462
396
|
};
|
|
463
|
-
|
|
397
|
+
gp_low_longitude: {
|
|
464
398
|
id: string;
|
|
465
399
|
label: string;
|
|
466
400
|
is_required: boolean;
|
|
467
401
|
};
|
|
468
|
-
|
|
402
|
+
gp_high_latitude: {
|
|
469
403
|
id: string;
|
|
470
404
|
label: string;
|
|
471
405
|
is_required: boolean;
|
|
472
406
|
};
|
|
473
|
-
|
|
407
|
+
gp_high_longitude: {
|
|
474
408
|
id: string;
|
|
475
409
|
label: string;
|
|
476
410
|
is_required: boolean;
|
|
477
411
|
};
|
|
478
|
-
|
|
412
|
+
gp_rating: {
|
|
479
413
|
id: string;
|
|
480
414
|
label: string;
|
|
481
415
|
is_required: boolean;
|
|
482
416
|
};
|
|
483
|
-
|
|
417
|
+
gp_user_rating_count: {
|
|
484
418
|
id: string;
|
|
485
419
|
label: string;
|
|
486
420
|
is_required: boolean;
|
|
487
421
|
};
|
|
488
|
-
|
|
422
|
+
google_maps_uri: {
|
|
489
423
|
id: string;
|
|
490
424
|
label: string;
|
|
491
425
|
is_required: boolean;
|
|
426
|
+
max_length: number;
|
|
492
427
|
};
|
|
493
|
-
|
|
428
|
+
website_en: {
|
|
494
429
|
id: string;
|
|
495
430
|
label: string;
|
|
496
431
|
is_required: boolean;
|
|
432
|
+
max_length: number;
|
|
497
433
|
};
|
|
498
|
-
|
|
434
|
+
website: {
|
|
499
435
|
id: string;
|
|
500
436
|
label: string;
|
|
501
437
|
is_required: boolean;
|
|
438
|
+
max_length: number;
|
|
502
439
|
};
|
|
503
440
|
gp_utc_offset_minutes: {
|
|
504
441
|
id: string;
|
|
@@ -895,69 +832,6 @@ export declare const F_CONTENT: {
|
|
|
895
832
|
max_length: number;
|
|
896
833
|
placeholder: string;
|
|
897
834
|
};
|
|
898
|
-
youtube_video_1: {
|
|
899
|
-
id: string;
|
|
900
|
-
label: string;
|
|
901
|
-
is_required: boolean;
|
|
902
|
-
max_length: number;
|
|
903
|
-
placeholder: string;
|
|
904
|
-
};
|
|
905
|
-
youtube_video_2: {
|
|
906
|
-
id: string;
|
|
907
|
-
label: string;
|
|
908
|
-
is_required: boolean;
|
|
909
|
-
max_length: number;
|
|
910
|
-
placeholder: string;
|
|
911
|
-
};
|
|
912
|
-
youtube_video_3: {
|
|
913
|
-
id: string;
|
|
914
|
-
label: string;
|
|
915
|
-
is_required: boolean;
|
|
916
|
-
max_length: number;
|
|
917
|
-
placeholder: string;
|
|
918
|
-
};
|
|
919
|
-
youtube_video_4: {
|
|
920
|
-
id: string;
|
|
921
|
-
label: string;
|
|
922
|
-
is_required: boolean;
|
|
923
|
-
max_length: number;
|
|
924
|
-
placeholder: string;
|
|
925
|
-
};
|
|
926
|
-
youtube_video_5: {
|
|
927
|
-
id: string;
|
|
928
|
-
label: string;
|
|
929
|
-
is_required: boolean;
|
|
930
|
-
max_length: number;
|
|
931
|
-
placeholder: string;
|
|
932
|
-
};
|
|
933
|
-
youtube_video_6: {
|
|
934
|
-
id: string;
|
|
935
|
-
label: string;
|
|
936
|
-
is_required: boolean;
|
|
937
|
-
max_length: number;
|
|
938
|
-
placeholder: string;
|
|
939
|
-
};
|
|
940
|
-
youtube_video_7: {
|
|
941
|
-
id: string;
|
|
942
|
-
label: string;
|
|
943
|
-
is_required: boolean;
|
|
944
|
-
max_length: number;
|
|
945
|
-
placeholder: string;
|
|
946
|
-
};
|
|
947
|
-
youtube_video_8: {
|
|
948
|
-
id: string;
|
|
949
|
-
label: string;
|
|
950
|
-
is_required: boolean;
|
|
951
|
-
max_length: number;
|
|
952
|
-
placeholder: string;
|
|
953
|
-
};
|
|
954
|
-
youtube_video_9: {
|
|
955
|
-
id: string;
|
|
956
|
-
label: string;
|
|
957
|
-
is_required: boolean;
|
|
958
|
-
max_length: number;
|
|
959
|
-
placeholder: string;
|
|
960
|
-
};
|
|
961
835
|
is_active: {
|
|
962
836
|
id: string;
|
|
963
837
|
label: string;
|