dplus_common_v1 0.1.107 → 0.1.109
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/consts/db.d.ts +1 -0
- package/dist/consts/db.js +1 -0
- package/dist/consts/db.js.map +1 -1
- package/dist/dplus-types/dplus-response-types.d.ts +3 -0
- package/dist/fields/fields-event/f-event-image.d.ts +8 -21
- package/dist/fields/fields-event/f-event-image.js +33 -46
- package/dist/fields/fields-event/f-event-image.js.map +1 -1
- package/dist/fields/fields-event/f-event.d.ts +85 -106
- package/dist/fields/fields-event/f-event.js +85 -106
- package/dist/fields/fields-event/f-event.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-image.d.ts +8 -21
- package/dist/fields/fields-folder/f-folder-image.js +33 -46
- package/dist/fields/fields-folder/f-folder-image.js.map +1 -1
- package/dist/fields/fields-folder/f-folder.d.ts +81 -102
- package/dist/fields/fields-folder/f-folder.js +84 -105
- package/dist/fields/fields-folder/f-folder.js.map +1 -1
- package/dist/fields/fields-group/f-group-image.d.ts +8 -21
- package/dist/fields/fields-group/f-group-image.js +33 -46
- package/dist/fields/fields-group/f-group-image.js.map +1 -1
- package/dist/fields/fields-group/f-group.d.ts +41 -62
- package/dist/fields/fields-group/f-group.js +84 -105
- package/dist/fields/fields-group/f-group.js.map +1 -1
- package/dist/fields/fields-map/f-map-category-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-category-event.js +0 -6
- package/dist/fields/fields-map/f-map-category-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-category-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-category-folder.js +0 -12
- package/dist/fields/fields-map/f-map-category-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-city-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-city-event.js +0 -6
- package/dist/fields/fields-map/f-map-city-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-city-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-city-folder.js +0 -12
- package/dist/fields/fields-map/f-map-city-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-country-event.js +0 -6
- package/dist/fields/fields-map/f-map-country-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-country-folder.js +0 -12
- package/dist/fields/fields-map/f-map-country-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-folder-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-folder-event.js +0 -6
- package/dist/fields/fields-map/f-map-folder-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-group-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-group-event.js +0 -6
- package/dist/fields/fields-map/f-map-group-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-group-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-group-folder.js +0 -12
- package/dist/fields/fields-map/f-map-group-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-stag-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-stag-event.js +0 -6
- package/dist/fields/fields-map/f-map-stag-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-stag-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-stag-folder.js +0 -12
- package/dist/fields/fields-map/f-map-stag-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-tag-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-tag-event.js +0 -6
- package/dist/fields/fields-map/f-map-tag-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-tag-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-tag-folder.js +0 -12
- package/dist/fields/fields-map/f-map-tag-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-user-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-user-event.js +0 -6
- package/dist/fields/fields-map/f-map-user-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-user-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-user-folder.js +0 -12
- package/dist/fields/fields-map/f-map-user-folder.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-image.d.ts +77 -0
- package/dist/fields/fields-stag/f-stag-image.js +78 -0
- package/dist/fields/fields-stag/f-stag-image.js.map +1 -0
- package/dist/fields/fields-stag/f-stag.d.ts +47 -68
- package/dist/fields/fields-stag/f-stag.js +84 -105
- package/dist/fields/fields-stag/f-stag.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/types/types-event/t-event-image.d.ts +12 -11
- package/dist/types/types-event/t-event.d.ts +24 -15
- package/dist/types/types-event/t-event.js +12 -15
- package/dist/types/types-event/t-event.js.map +1 -1
- package/dist/types/types-folder/t-folder-image.d.ts +12 -11
- package/dist/types/types-folder/t-folder.d.ts +12 -15
- package/dist/types/types-folder/t-folder.js +12 -15
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group-image.d.ts +12 -11
- package/dist/types/types-group/t-group.d.ts +12 -15
- package/dist/types/types-group/t-group.js +12 -15
- package/dist/types/types-group/t-group.js.map +1 -1
- package/dist/types/types-map/t-map-category-event.d.ts +0 -1
- package/dist/types/types-map/t-map-category-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-city-event.d.ts +0 -1
- package/dist/types/types-map/t-map-city-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-country-event.d.ts +0 -1
- package/dist/types/types-map/t-map-country-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-folder-event.d.ts +0 -1
- package/dist/types/types-map/t-map-group-event.d.ts +0 -1
- package/dist/types/types-map/t-map-group-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-stag-event.d.ts +0 -1
- package/dist/types/types-map/t-map-stag-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-tag-event.d.ts +0 -1
- package/dist/types/types-map/t-map-tag-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-user-event.d.ts +0 -1
- package/dist/types/types-map/t-map-user-folder.d.ts +0 -2
- package/dist/types/types-stag/t-stag-image.d.ts +22 -0
- package/dist/types/types-stag/t-stag-image.js +2 -0
- package/dist/types/types-stag/t-stag-image.js.map +1 -0
- package/dist/types/types-stag/t-stag.d.ts +12 -15
- package/dist/types/types-stag/t-stag.js +12 -15
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/package.json +1 -1
|
@@ -41,345 +41,324 @@ export declare const F_FOLDER: {
|
|
|
41
41
|
max_length: number;
|
|
42
42
|
placeholder: string;
|
|
43
43
|
};
|
|
44
|
-
|
|
44
|
+
thumbnail_square_src_name: {
|
|
45
45
|
id: string;
|
|
46
46
|
label: string;
|
|
47
47
|
is_required: boolean;
|
|
48
48
|
max_length: number;
|
|
49
49
|
placeholder: string;
|
|
50
50
|
};
|
|
51
|
-
|
|
51
|
+
thumbnail_square_src_platform: {
|
|
52
52
|
id: string;
|
|
53
53
|
label: string;
|
|
54
54
|
is_required: boolean;
|
|
55
55
|
max_length: number;
|
|
56
56
|
placeholder: string;
|
|
57
57
|
};
|
|
58
|
-
|
|
58
|
+
thumbnail_square_src_unique_id: {
|
|
59
59
|
id: string;
|
|
60
60
|
label: string;
|
|
61
61
|
is_required: boolean;
|
|
62
62
|
max_length: number;
|
|
63
63
|
placeholder: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
thumbnail_square_src_url: {
|
|
66
66
|
id: string;
|
|
67
67
|
label: string;
|
|
68
68
|
is_required: boolean;
|
|
69
69
|
max_length: number;
|
|
70
70
|
placeholder: string;
|
|
71
71
|
};
|
|
72
|
-
|
|
72
|
+
thumbnail_horizontal: {
|
|
73
73
|
id: string;
|
|
74
74
|
label: string;
|
|
75
75
|
is_required: boolean;
|
|
76
76
|
max_length: number;
|
|
77
77
|
placeholder: string;
|
|
78
78
|
};
|
|
79
|
-
|
|
79
|
+
thumbnail_horizontal_src_name: {
|
|
80
80
|
id: string;
|
|
81
81
|
label: string;
|
|
82
82
|
is_required: boolean;
|
|
83
83
|
max_length: number;
|
|
84
84
|
placeholder: string;
|
|
85
85
|
};
|
|
86
|
-
|
|
86
|
+
thumbnail_horizontal_src_platform: {
|
|
87
87
|
id: string;
|
|
88
88
|
label: string;
|
|
89
89
|
is_required: boolean;
|
|
90
90
|
max_length: number;
|
|
91
91
|
placeholder: string;
|
|
92
92
|
};
|
|
93
|
-
|
|
93
|
+
thumbnail_horizontal_src_unique_id: {
|
|
94
94
|
id: string;
|
|
95
95
|
label: string;
|
|
96
96
|
is_required: boolean;
|
|
97
97
|
max_length: number;
|
|
98
98
|
placeholder: string;
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
thumbnail_horizontal_src_url: {
|
|
101
101
|
id: string;
|
|
102
102
|
label: string;
|
|
103
103
|
is_required: boolean;
|
|
104
104
|
max_length: number;
|
|
105
105
|
placeholder: string;
|
|
106
106
|
};
|
|
107
|
-
|
|
107
|
+
thumbnail_vertical: {
|
|
108
108
|
id: string;
|
|
109
109
|
label: string;
|
|
110
110
|
is_required: boolean;
|
|
111
111
|
max_length: number;
|
|
112
112
|
placeholder: string;
|
|
113
113
|
};
|
|
114
|
-
|
|
114
|
+
thumbnail_vertical_src_name: {
|
|
115
115
|
id: string;
|
|
116
116
|
label: string;
|
|
117
117
|
is_required: boolean;
|
|
118
118
|
max_length: number;
|
|
119
119
|
placeholder: string;
|
|
120
120
|
};
|
|
121
|
-
|
|
121
|
+
thumbnail_vertical_src_platform: {
|
|
122
122
|
id: string;
|
|
123
123
|
label: string;
|
|
124
124
|
is_required: boolean;
|
|
125
125
|
max_length: number;
|
|
126
126
|
placeholder: string;
|
|
127
127
|
};
|
|
128
|
-
|
|
128
|
+
thumbnail_vertical_src_unique_id: {
|
|
129
129
|
id: string;
|
|
130
130
|
label: string;
|
|
131
131
|
is_required: boolean;
|
|
132
132
|
max_length: number;
|
|
133
133
|
placeholder: string;
|
|
134
134
|
};
|
|
135
|
-
|
|
135
|
+
thumbnail_vertical_src_url: {
|
|
136
136
|
id: string;
|
|
137
137
|
label: string;
|
|
138
138
|
is_required: boolean;
|
|
139
139
|
max_length: number;
|
|
140
140
|
placeholder: string;
|
|
141
141
|
};
|
|
142
|
-
|
|
142
|
+
profile: {
|
|
143
143
|
id: string;
|
|
144
144
|
label: string;
|
|
145
145
|
is_required: boolean;
|
|
146
146
|
max_length: number;
|
|
147
147
|
placeholder: string;
|
|
148
148
|
};
|
|
149
|
-
|
|
149
|
+
description: {
|
|
150
150
|
id: string;
|
|
151
151
|
label: string;
|
|
152
152
|
is_required: boolean;
|
|
153
153
|
max_length: number;
|
|
154
154
|
placeholder: string;
|
|
155
155
|
};
|
|
156
|
-
|
|
156
|
+
homepage: {
|
|
157
157
|
id: string;
|
|
158
158
|
label: string;
|
|
159
159
|
is_required: boolean;
|
|
160
160
|
max_length: number;
|
|
161
161
|
placeholder: string;
|
|
162
162
|
};
|
|
163
|
-
|
|
164
|
-
id: string;
|
|
165
|
-
label: string;
|
|
166
|
-
is_required: boolean;
|
|
167
|
-
default_value: boolean;
|
|
168
|
-
};
|
|
169
|
-
view_count: {
|
|
170
|
-
id: string;
|
|
171
|
-
label: string;
|
|
172
|
-
is_required: boolean;
|
|
173
|
-
default_value: number;
|
|
174
|
-
};
|
|
175
|
-
event_count: {
|
|
176
|
-
id: string;
|
|
177
|
-
label: string;
|
|
178
|
-
is_required: boolean;
|
|
179
|
-
default_value: number;
|
|
180
|
-
};
|
|
181
|
-
added_count: {
|
|
163
|
+
url_label: {
|
|
182
164
|
id: string;
|
|
183
165
|
label: string;
|
|
184
166
|
is_required: boolean;
|
|
185
|
-
|
|
167
|
+
max_length: number;
|
|
168
|
+
placeholder: string;
|
|
186
169
|
};
|
|
187
|
-
|
|
170
|
+
url: {
|
|
188
171
|
id: string;
|
|
189
172
|
label: string;
|
|
190
173
|
is_required: boolean;
|
|
191
|
-
|
|
174
|
+
max_length: number;
|
|
175
|
+
placeholder: string;
|
|
192
176
|
};
|
|
193
|
-
|
|
177
|
+
email: {
|
|
194
178
|
id: string;
|
|
195
179
|
label: string;
|
|
196
180
|
is_required: boolean;
|
|
181
|
+
max_length: number;
|
|
197
182
|
placeholder: string;
|
|
198
183
|
};
|
|
199
|
-
|
|
184
|
+
phone_country_code: {
|
|
200
185
|
id: string;
|
|
201
186
|
label: string;
|
|
202
187
|
is_required: boolean;
|
|
188
|
+
max_length: number;
|
|
203
189
|
placeholder: string;
|
|
204
190
|
};
|
|
205
|
-
|
|
191
|
+
phone: {
|
|
206
192
|
id: string;
|
|
207
193
|
label: string;
|
|
208
194
|
is_required: boolean;
|
|
209
|
-
|
|
195
|
+
max_length: number;
|
|
196
|
+
placeholder: string;
|
|
210
197
|
};
|
|
211
|
-
|
|
198
|
+
youtube_ch_id: {
|
|
212
199
|
id: string;
|
|
213
200
|
label: string;
|
|
214
201
|
is_required: boolean;
|
|
215
|
-
|
|
202
|
+
max_length: number;
|
|
203
|
+
placeholder: string;
|
|
216
204
|
};
|
|
217
|
-
|
|
205
|
+
instagram_id: {
|
|
218
206
|
id: string;
|
|
219
207
|
label: string;
|
|
220
208
|
is_required: boolean;
|
|
221
209
|
max_length: number;
|
|
222
210
|
placeholder: string;
|
|
223
211
|
};
|
|
224
|
-
|
|
212
|
+
tiktok_id: {
|
|
225
213
|
id: string;
|
|
226
214
|
label: string;
|
|
227
215
|
is_required: boolean;
|
|
228
|
-
|
|
216
|
+
max_length: number;
|
|
217
|
+
placeholder: string;
|
|
229
218
|
};
|
|
230
|
-
|
|
219
|
+
threads_id: {
|
|
231
220
|
id: string;
|
|
232
221
|
label: string;
|
|
233
222
|
is_required: boolean;
|
|
234
|
-
|
|
223
|
+
max_length: number;
|
|
224
|
+
placeholder: string;
|
|
235
225
|
};
|
|
236
|
-
|
|
226
|
+
ticket_purchase: {
|
|
237
227
|
id: string;
|
|
238
228
|
label: string;
|
|
239
229
|
is_required: boolean;
|
|
240
|
-
|
|
230
|
+
max_length: number;
|
|
231
|
+
placeholder: string;
|
|
241
232
|
};
|
|
242
|
-
|
|
233
|
+
target_country_code: {
|
|
243
234
|
id: string;
|
|
244
235
|
label: string;
|
|
245
236
|
is_required: boolean;
|
|
246
|
-
|
|
237
|
+
max_length: number;
|
|
238
|
+
placeholder: string;
|
|
247
239
|
};
|
|
248
|
-
|
|
240
|
+
target_city_code: {
|
|
249
241
|
id: string;
|
|
250
242
|
label: string;
|
|
251
243
|
is_required: boolean;
|
|
252
|
-
|
|
244
|
+
max_length: number;
|
|
245
|
+
placeholder: string;
|
|
253
246
|
};
|
|
254
|
-
|
|
247
|
+
is_public: {
|
|
255
248
|
id: string;
|
|
256
249
|
label: string;
|
|
257
250
|
is_required: boolean;
|
|
258
251
|
default_value: boolean;
|
|
259
252
|
};
|
|
260
|
-
|
|
253
|
+
view_count: {
|
|
261
254
|
id: string;
|
|
262
255
|
label: string;
|
|
263
256
|
is_required: boolean;
|
|
264
|
-
|
|
257
|
+
default_value: number;
|
|
265
258
|
};
|
|
266
|
-
|
|
259
|
+
event_count: {
|
|
267
260
|
id: string;
|
|
268
261
|
label: string;
|
|
269
262
|
is_required: boolean;
|
|
270
|
-
|
|
271
|
-
placeholder: string;
|
|
263
|
+
default_value: number;
|
|
272
264
|
};
|
|
273
|
-
|
|
265
|
+
added_count: {
|
|
274
266
|
id: string;
|
|
275
267
|
label: string;
|
|
276
268
|
is_required: boolean;
|
|
277
|
-
default_value:
|
|
269
|
+
default_value: number;
|
|
278
270
|
};
|
|
279
|
-
|
|
271
|
+
shared_count: {
|
|
280
272
|
id: string;
|
|
281
273
|
label: string;
|
|
282
274
|
is_required: boolean;
|
|
283
|
-
|
|
284
|
-
placeholder: string;
|
|
275
|
+
default_value: number;
|
|
285
276
|
};
|
|
286
|
-
|
|
277
|
+
earliest_event: {
|
|
287
278
|
id: string;
|
|
288
279
|
label: string;
|
|
289
280
|
is_required: boolean;
|
|
290
|
-
max_length: number;
|
|
291
281
|
placeholder: string;
|
|
292
282
|
};
|
|
293
|
-
|
|
283
|
+
latest_event: {
|
|
294
284
|
id: string;
|
|
295
285
|
label: string;
|
|
296
286
|
is_required: boolean;
|
|
297
|
-
max_length: number;
|
|
298
287
|
placeholder: string;
|
|
299
288
|
};
|
|
300
|
-
|
|
289
|
+
target_age_start: {
|
|
301
290
|
id: string;
|
|
302
291
|
label: string;
|
|
303
292
|
is_required: boolean;
|
|
304
|
-
|
|
305
|
-
placeholder: string;
|
|
293
|
+
default_value: number;
|
|
306
294
|
};
|
|
307
|
-
|
|
295
|
+
target_age_end: {
|
|
308
296
|
id: string;
|
|
309
297
|
label: string;
|
|
310
298
|
is_required: boolean;
|
|
311
|
-
|
|
312
|
-
placeholder: string;
|
|
299
|
+
default_value: number;
|
|
313
300
|
};
|
|
314
|
-
|
|
301
|
+
target_sex: {
|
|
315
302
|
id: string;
|
|
316
303
|
label: string;
|
|
317
304
|
is_required: boolean;
|
|
318
305
|
max_length: number;
|
|
319
306
|
placeholder: string;
|
|
320
307
|
};
|
|
321
|
-
|
|
308
|
+
is_target_for_family: {
|
|
322
309
|
id: string;
|
|
323
310
|
label: string;
|
|
324
311
|
is_required: boolean;
|
|
325
|
-
|
|
326
|
-
placeholder: string;
|
|
312
|
+
default_value: boolean;
|
|
327
313
|
};
|
|
328
|
-
|
|
314
|
+
is_target_for_couple: {
|
|
329
315
|
id: string;
|
|
330
316
|
label: string;
|
|
331
317
|
is_required: boolean;
|
|
332
|
-
|
|
333
|
-
placeholder: string;
|
|
318
|
+
default_value: boolean;
|
|
334
319
|
};
|
|
335
|
-
|
|
320
|
+
is_target_for_children: {
|
|
336
321
|
id: string;
|
|
337
322
|
label: string;
|
|
338
323
|
is_required: boolean;
|
|
339
|
-
|
|
340
|
-
placeholder: string;
|
|
324
|
+
default_value: boolean;
|
|
341
325
|
};
|
|
342
|
-
|
|
326
|
+
is_target_for_single: {
|
|
343
327
|
id: string;
|
|
344
328
|
label: string;
|
|
345
329
|
is_required: boolean;
|
|
346
|
-
|
|
347
|
-
placeholder: string;
|
|
330
|
+
default_value: boolean;
|
|
348
331
|
};
|
|
349
|
-
|
|
332
|
+
is_target_for_traveler: {
|
|
350
333
|
id: string;
|
|
351
334
|
label: string;
|
|
352
335
|
is_required: boolean;
|
|
353
|
-
|
|
354
|
-
placeholder: string;
|
|
336
|
+
default_value: boolean;
|
|
355
337
|
};
|
|
356
|
-
|
|
338
|
+
is_active: {
|
|
357
339
|
id: string;
|
|
358
340
|
label: string;
|
|
359
341
|
is_required: boolean;
|
|
360
|
-
|
|
361
|
-
placeholder: string;
|
|
342
|
+
default_value: boolean;
|
|
362
343
|
};
|
|
363
|
-
|
|
344
|
+
deactivated_at: {
|
|
364
345
|
id: string;
|
|
365
346
|
label: string;
|
|
366
347
|
is_required: boolean;
|
|
367
|
-
max_length: number;
|
|
368
348
|
placeholder: string;
|
|
369
349
|
};
|
|
370
|
-
|
|
350
|
+
deactivated_by: {
|
|
371
351
|
id: string;
|
|
372
352
|
label: string;
|
|
373
353
|
is_required: boolean;
|
|
374
354
|
max_length: number;
|
|
375
355
|
placeholder: string;
|
|
376
356
|
};
|
|
377
|
-
|
|
357
|
+
is_display: {
|
|
378
358
|
id: string;
|
|
379
359
|
label: string;
|
|
380
360
|
is_required: boolean;
|
|
381
|
-
|
|
382
|
-
placeholder: string;
|
|
361
|
+
default_value: boolean;
|
|
383
362
|
};
|
|
384
363
|
metadata_title: {
|
|
385
364
|
id: string;
|
|
@@ -41,6 +41,34 @@ export const F_FOLDER = {
|
|
|
41
41
|
max_length: 250,
|
|
42
42
|
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
43
43
|
},
|
|
44
|
+
thumbnail_square_src_name: {
|
|
45
|
+
id: "thumbnail_square_src_name",
|
|
46
|
+
label: "Thumbnail Square Source Name",
|
|
47
|
+
is_required: false,
|
|
48
|
+
max_length: 96,
|
|
49
|
+
placeholder: "ex. thumbnail_square",
|
|
50
|
+
},
|
|
51
|
+
thumbnail_square_src_platform: {
|
|
52
|
+
id: "thumbnail_square_src_platform",
|
|
53
|
+
label: "Thumbnail Square Source Platform",
|
|
54
|
+
is_required: false,
|
|
55
|
+
max_length: 96,
|
|
56
|
+
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
57
|
+
},
|
|
58
|
+
thumbnail_square_src_unique_id: {
|
|
59
|
+
id: "thumbnail_square_src_unique_id",
|
|
60
|
+
label: "Thumbnail Square Source Unique ID",
|
|
61
|
+
is_required: false,
|
|
62
|
+
max_length: 96,
|
|
63
|
+
placeholder: "ex. 1234567890",
|
|
64
|
+
},
|
|
65
|
+
thumbnail_square_src_url: {
|
|
66
|
+
id: "thumbnail_square_src_url",
|
|
67
|
+
label: "Thumbnail Square Source URL",
|
|
68
|
+
is_required: false,
|
|
69
|
+
max_length: 1023,
|
|
70
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
71
|
+
},
|
|
44
72
|
thumbnail_horizontal: {
|
|
45
73
|
id: "thumbnail_horizontal",
|
|
46
74
|
label: "Thumbnail Horizontal",
|
|
@@ -48,6 +76,34 @@ export const F_FOLDER = {
|
|
|
48
76
|
max_length: 250,
|
|
49
77
|
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
50
78
|
},
|
|
79
|
+
thumbnail_horizontal_src_name: {
|
|
80
|
+
id: "thumbnail_horizontal_src_name",
|
|
81
|
+
label: "Thumbnail Horizontal Source Name",
|
|
82
|
+
is_required: false,
|
|
83
|
+
max_length: 96,
|
|
84
|
+
placeholder: "ex. thumbnail_horizontal",
|
|
85
|
+
},
|
|
86
|
+
thumbnail_horizontal_src_platform: {
|
|
87
|
+
id: "thumbnail_horizontal_src_platform",
|
|
88
|
+
label: "Thumbnail Horizontal Source Platform",
|
|
89
|
+
is_required: false,
|
|
90
|
+
max_length: 96,
|
|
91
|
+
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
92
|
+
},
|
|
93
|
+
thumbnail_horizontal_src_unique_id: {
|
|
94
|
+
id: "thumbnail_horizontal_src_unique_id",
|
|
95
|
+
label: "Thumbnail Horizontal Source Unique ID",
|
|
96
|
+
is_required: false,
|
|
97
|
+
max_length: 96,
|
|
98
|
+
placeholder: "ex. 1234567890",
|
|
99
|
+
},
|
|
100
|
+
thumbnail_horizontal_src_url: {
|
|
101
|
+
id: "thumbnail_horizontal_src_url",
|
|
102
|
+
label: "Thumbnail Horizontal Source URL",
|
|
103
|
+
is_required: false,
|
|
104
|
+
max_length: 1023,
|
|
105
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
106
|
+
},
|
|
51
107
|
thumbnail_vertical: {
|
|
52
108
|
id: "thumbnail_vertical",
|
|
53
109
|
label: "Thumbnail Vertical",
|
|
@@ -55,6 +111,34 @@ export const F_FOLDER = {
|
|
|
55
111
|
max_length: 250,
|
|
56
112
|
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical.jpg",
|
|
57
113
|
},
|
|
114
|
+
thumbnail_vertical_src_name: {
|
|
115
|
+
id: "thumbnail_vertical_src_name",
|
|
116
|
+
label: "Thumbnail Vertical Source Name",
|
|
117
|
+
is_required: false,
|
|
118
|
+
max_length: 96,
|
|
119
|
+
placeholder: "ex. thumbnail_vertical",
|
|
120
|
+
},
|
|
121
|
+
thumbnail_vertical_src_platform: {
|
|
122
|
+
id: "thumbnail_vertical_src_platform",
|
|
123
|
+
label: "Thumbnail Vertical Source Platform",
|
|
124
|
+
is_required: false,
|
|
125
|
+
max_length: 96,
|
|
126
|
+
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
127
|
+
},
|
|
128
|
+
thumbnail_vertical_src_unique_id: {
|
|
129
|
+
id: "thumbnail_vertical_src_unique_id",
|
|
130
|
+
label: "Thumbnail Vertical Source Unique ID",
|
|
131
|
+
is_required: false,
|
|
132
|
+
max_length: 96,
|
|
133
|
+
placeholder: "ex. 1234567890",
|
|
134
|
+
},
|
|
135
|
+
thumbnail_vertical_src_url: {
|
|
136
|
+
id: "thumbnail_vertical_src_url",
|
|
137
|
+
label: "Thumbnail Vertical Source URL",
|
|
138
|
+
is_required: false,
|
|
139
|
+
max_length: 1023,
|
|
140
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical.jpg",
|
|
141
|
+
},
|
|
58
142
|
profile: {
|
|
59
143
|
id: "profile",
|
|
60
144
|
label: "Profile",
|
|
@@ -276,111 +360,6 @@ export const F_FOLDER = {
|
|
|
276
360
|
is_required: true,
|
|
277
361
|
default_value: true,
|
|
278
362
|
},
|
|
279
|
-
hero_image_01: {
|
|
280
|
-
id: "hero_image_01",
|
|
281
|
-
label: "Hero Image 01",
|
|
282
|
-
is_required: false,
|
|
283
|
-
max_length: 250,
|
|
284
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_01.jpg",
|
|
285
|
-
},
|
|
286
|
-
hero_image_02: {
|
|
287
|
-
id: "hero_image_02",
|
|
288
|
-
label: "Hero Image 02",
|
|
289
|
-
is_required: false,
|
|
290
|
-
max_length: 250,
|
|
291
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_02.jpg",
|
|
292
|
-
},
|
|
293
|
-
hero_image_03: {
|
|
294
|
-
id: "hero_image_03",
|
|
295
|
-
label: "Hero Image 03",
|
|
296
|
-
is_required: false,
|
|
297
|
-
max_length: 250,
|
|
298
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_03.jpg",
|
|
299
|
-
},
|
|
300
|
-
hero_image_04: {
|
|
301
|
-
id: "hero_image_04",
|
|
302
|
-
label: "Hero Image 04",
|
|
303
|
-
is_required: false,
|
|
304
|
-
max_length: 250,
|
|
305
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_04.jpg",
|
|
306
|
-
},
|
|
307
|
-
hero_image_05: {
|
|
308
|
-
id: "hero_image_05",
|
|
309
|
-
label: "Hero Image 05",
|
|
310
|
-
is_required: false,
|
|
311
|
-
max_length: 250,
|
|
312
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_05.jpg",
|
|
313
|
-
},
|
|
314
|
-
thumbnail_main_01: {
|
|
315
|
-
id: "thumbnail_main_01",
|
|
316
|
-
label: "Thumbnail Main 01",
|
|
317
|
-
is_required: false,
|
|
318
|
-
max_length: 250,
|
|
319
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_01.jpg",
|
|
320
|
-
},
|
|
321
|
-
thumbnail_main_02: {
|
|
322
|
-
id: "thumbnail_main_02",
|
|
323
|
-
label: "Thumbnail Main 02",
|
|
324
|
-
is_required: false,
|
|
325
|
-
max_length: 250,
|
|
326
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_02.jpg",
|
|
327
|
-
},
|
|
328
|
-
thumbnail_main_03: {
|
|
329
|
-
id: "thumbnail_main_03",
|
|
330
|
-
label: "Thumbnail Main 03",
|
|
331
|
-
is_required: false,
|
|
332
|
-
max_length: 250,
|
|
333
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_03.jpg",
|
|
334
|
-
},
|
|
335
|
-
thumbnail_main_04: {
|
|
336
|
-
id: "thumbnail_main_04",
|
|
337
|
-
label: "Thumbnail Main 04",
|
|
338
|
-
is_required: false,
|
|
339
|
-
max_length: 250,
|
|
340
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_04.jpg",
|
|
341
|
-
},
|
|
342
|
-
thumbnail_main_05: {
|
|
343
|
-
id: "thumbnail_main_05",
|
|
344
|
-
label: "Thumbnail Main 05",
|
|
345
|
-
is_required: false,
|
|
346
|
-
max_length: 250,
|
|
347
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_05.jpg",
|
|
348
|
-
},
|
|
349
|
-
thumbnail_vertical_01: {
|
|
350
|
-
id: "thumbnail_vertical_01",
|
|
351
|
-
label: "Thumbnail Vertical 01",
|
|
352
|
-
is_required: false,
|
|
353
|
-
max_length: 250,
|
|
354
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_01.jpg",
|
|
355
|
-
},
|
|
356
|
-
thumbnail_vertical_02: {
|
|
357
|
-
id: "thumbnail_vertical_02",
|
|
358
|
-
label: "Thumbnail Vertical 02",
|
|
359
|
-
is_required: false,
|
|
360
|
-
max_length: 250,
|
|
361
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_02.jpg",
|
|
362
|
-
},
|
|
363
|
-
thumbnail_vertical_03: {
|
|
364
|
-
id: "thumbnail_vertical_03",
|
|
365
|
-
label: "Thumbnail Vertical 03",
|
|
366
|
-
is_required: false,
|
|
367
|
-
max_length: 250,
|
|
368
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_03.jpg",
|
|
369
|
-
},
|
|
370
|
-
thumbnail_vertical_04: {
|
|
371
|
-
id: "thumbnail_vertical_04",
|
|
372
|
-
label: "Thumbnail Vertical 04",
|
|
373
|
-
is_required: false,
|
|
374
|
-
max_length: 250,
|
|
375
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_04.jpg",
|
|
376
|
-
},
|
|
377
|
-
thumbnail_vertical_05: {
|
|
378
|
-
id: "thumbnail_vertical_05",
|
|
379
|
-
label: "Thumbnail Vertical 05",
|
|
380
|
-
is_required: false,
|
|
381
|
-
max_length: 250,
|
|
382
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_05.jpg",
|
|
383
|
-
},
|
|
384
363
|
metadata_title: {
|
|
385
364
|
id: "metadata_title",
|
|
386
365
|
label: "Metadata Title",
|