@riverbankcms/sdk 0.78.0 → 0.78.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.
- package/README.md +45 -43
- package/dist/{PreviewEditorSidebar-RIKFQ72L.mjs → PreviewEditorSidebar-4DXLYX2V.mjs} +29 -21
- package/dist/{PreviewEditorUI-XO7TUWKK.mjs → PreviewEditorUI-CS5P4N3P.mjs} +4 -4
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +36 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +1 -0
- package/dist/_dts/api/src/endpoints.d.ts +9 -0
- package/dist/_dts/api/src/index.d.ts +3 -3
- package/dist/_dts/api/src/public/types.d.ts +1 -1
- package/dist/_dts/api/src/request.d.ts +3 -11
- package/dist/_dts/api/src/sdkConfig/contracts.d.ts +1 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +7 -1
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +10 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +1 -0
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +15 -19
- package/dist/_dts/api/src/types.d.ts +11 -26
- package/dist/_dts/block-form/src/fields/types.d.ts +6 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterList.d.ts +3 -2
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRow.d.ts +6 -3
- package/dist/_dts/block-form/src/widgets/RepeaterField/components/RepeaterRowActions.d.ts +8 -3
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/index.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useLinearRepeaterDnd.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useRepeaterPointerDragCapability.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/hooks/useResolvedItemLabel.d.ts +7 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/buildSummary.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/index.d.ts +3 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterDndDomain.d.ts +1 -1
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterLabelSource.d.ts +15 -0
- package/dist/_dts/block-form/src/widgets/RepeaterField/utils/repeaterRowActionsDomain.d.ts +50 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +2 -0
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +47 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +591 -0
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +3 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +164 -0
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessBookingFlow.state.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/booking-form.headless.state.d.ts +1 -1
- package/dist/_dts/content-editor/src/index.d.ts +1 -1
- package/dist/_dts/content-editor/src/ui/editorSnapshot.d.ts +2 -2
- package/dist/_dts/content-model/src/content-types/schema.d.ts +14 -0
- package/dist/_dts/content-model/src/templates/bindingTypeCompatibility.d.ts +3 -1
- package/dist/_dts/content-model/src/templates/bindingValidation.d.ts +10 -4
- package/dist/_dts/content-model/src/templates/fieldPaths.d.ts +20 -0
- package/dist/_dts/content-model/src/templates/manifestAdapter.d.ts +5 -2
- package/dist/_dts/core/src/branded.d.ts +108 -85
- package/dist/_dts/core/src/csv-types.d.ts +2 -2
- package/dist/_dts/core/src/editor-state.d.ts +7 -7
- package/dist/_dts/core/src/participants.d.ts +2 -2
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +11 -0
- package/dist/_dts/editor-blocks/src/blockPayload.d.ts +1 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -1
- package/dist/_dts/media-editor/src/MediaPreview.d.ts +3 -1
- package/dist/_dts/media-editor/src/fieldUi.d.ts +5 -0
- package/dist/_dts/media-editor/src/index.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/consts.d.ts +1 -1
- package/dist/_dts/sdk/src/cli/commands/push/metadata.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/commands/push/stale.d.ts +3 -3
- package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +7 -0
- package/dist/_dts/sdk/src/cli/commands/push.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +13 -0
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandKeys.d.ts +6 -6
- package/dist/_dts/sdk/src/cli/site-commands/commandRuntime.d.ts +5 -0
- package/dist/_dts/sdk/src/cli/site-commands/commandSurfaceDispatch.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/site-commands/pageCommands.d.ts +5 -2
- package/dist/_dts/sdk/src/cli/site-commands/pushExecution.d.ts +10 -1
- package/dist/_dts/sdk/src/cli/site-commands/pushExecutionTypes.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +6 -0
- package/dist/_dts/sdk/src/client/types.d.ts +2 -2
- package/dist/_dts/sdk/src/config/content-types.d.ts +7 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +2 -0
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +3 -0
- package/dist/{altcha-B5XGSXP5.mjs → altcha-EKUEQ4RP.mjs} +1 -1
- package/dist/{chunk-NIDXI46P.mjs → chunk-4QEGTLK6.mjs} +1 -1
- package/dist/{chunk-TXDES5P2.mjs → chunk-6HYXHRAI.mjs} +5 -5
- package/dist/{chunk-SVMMM2NA.mjs → chunk-CR5HKAGU.mjs} +24 -5
- package/dist/{chunk-OECWLDHN.mjs → chunk-MCRQMPET.mjs} +1030 -588
- package/dist/{chunk-SXOLGNMX.mjs → chunk-OKMBEAXY.mjs} +1 -1
- package/dist/{chunk-XGB3TDIC.mjs → chunk-R7POPVJR.mjs} +2 -8
- package/dist/{chunk-F7RTCZYN.mjs → chunk-RGTOD4AJ.mjs} +20 -14
- package/dist/cli/index.mjs +681 -225
- package/dist/cli/init-docs/content/cli-reference.md +3 -2
- package/dist/cli/init-docs/content/content-management.md +2 -2
- package/dist/cli/init-docs/content/workflow-preview-mode.md +68 -2
- package/dist/client/{accordion-EVDEOUPR.mjs → accordion-PLYNJIIM.mjs} +2 -2
- package/dist/client/analytics.mjs +1 -1
- package/dist/client/{bookingForm-DIHBLC64.mjs → bookingForm-BXAP6AO7.mjs} +55 -48
- package/dist/client/bookings.mjs +62 -55
- package/dist/client/{carousel-FEBQHIWI.mjs → carousel-TRBXDHGF.mjs} +3 -3
- package/dist/client/{cart-7CKSXAE4.mjs → cart-Z7H3HJRS.mjs} +7 -7
- package/dist/client/{checkout-WKYCANLV.mjs → checkout-WAFCUBIX.mjs} +7 -7
- package/dist/client/{chunk-OFMSCGNY.mjs → chunk-75OUS5MT.mjs} +2 -2
- package/dist/client/{chunk-IVNCUVAV.mjs → chunk-AUJ5DBZJ.mjs} +18 -18
- package/dist/client/{chunk-36WJCERQ.mjs → chunk-CE7IBGVW.mjs} +3 -1
- package/dist/client/{chunk-RZDWX7QW.mjs → chunk-CWGTG37I.mjs} +1 -1
- package/dist/client/{chunk-YDSEG6GZ.mjs → chunk-DNRGY432.mjs} +2 -2
- package/dist/client/{chunk-RV6FX7UH.mjs → chunk-FUXW6VW2.mjs} +9 -9
- package/dist/client/{chunk-65F47D7Y.mjs → chunk-JGXPTEI2.mjs} +43 -36
- package/dist/client/{chunk-GUK2FPXQ.mjs → chunk-JRDUHZCT.mjs} +37 -15
- package/dist/client/{chunk-VPPMNXCF.mjs → chunk-UVQEJJTN.mjs} +2 -2
- package/dist/client/{chunk-F7LHOKEH.mjs → chunk-XSV6KW4D.mjs} +1 -1
- package/dist/client/{chunk-PD6NBCEY.mjs → chunk-ZFHRN6W2.mjs} +1 -1
- package/dist/client/{chunk-2SAVKN2M.mjs → chunk-ZI3LLBPZ.mjs} +2 -2
- package/dist/client/client.mjs +249 -160
- package/dist/client/{courseRegistration-5QF2PHKM.mjs → courseRegistration-AHFQHWIJ.mjs} +10 -10
- package/dist/client/{eventCalendar-4ZOSETDU.mjs → eventCalendar-LDXTV5R7.mjs} +9 -9
- package/dist/client/{eventCombined-WQGU7JUX.mjs → eventCombined-A4JGTNJO.mjs} +9 -9
- package/dist/client/{eventDetails-AYWVUJ5Y.mjs → eventDetails-4YXTZ7EG.mjs} +9 -9
- package/dist/client/{eventListing-NT7C6UT5.mjs → eventListing-P72TPFFM.mjs} +9 -9
- package/dist/client/{eventRegistration-OH24F4ZJ.mjs → eventRegistration-LSYJHGMT.mjs} +9 -9
- package/dist/client/{form-7L42SRBB.mjs → form-AOPYOKOW.mjs} +6 -3
- package/dist/client/{headerSection-OZRZNZ52.mjs → headerSection-5TFYDFVQ.mjs} +3 -3
- package/dist/client/hooks.mjs +78 -48
- package/dist/client/{locationMap-ZBXRPQ7C.mjs → locationMap-QSZ3ZVAZ.mjs} +3 -3
- package/dist/client/{newsletterForm-SNAGFF2I.mjs → newsletterForm-KTRHZY52.mjs} +2 -2
- package/dist/client/{productDetail-I46BOFGV.mjs → productDetail-N4E775RG.mjs} +7 -7
- package/dist/client/{productList-BOYHTYI6.mjs → productList-UGUQ2S45.mjs} +7 -7
- package/dist/client/rendering/client.mjs +173 -131
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +230 -150
- package/dist/client/{shop-XTXPZTKR.mjs → shop-VHSZEEQ2.mjs} +7 -7
- package/dist/preview-next/before-render.mjs +10 -1
- package/dist/preview-next/client/runtime.mjs +6 -6
- package/dist/preview-next/middleware.mjs +10 -1
- package/dist/preview-next/tailwind-sources.css +1 -0
- package/dist/sdk-runtime-WHPJEF5G.mjs +8 -0
- package/dist/server/components.mjs +101 -54
- package/dist/server/config-template-validation.mjs +221 -15
- package/dist/server/config-validation.mjs +76 -42
- package/dist/server/config.mjs +76 -42
- package/dist/server/data.mjs +77 -47
- package/dist/server/index.mjs +31 -10
- package/dist/server/next.mjs +133 -71
- package/dist/server/page-converter.mjs +60 -40
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +107 -60
- package/dist/server/rendering.mjs +111 -61
- package/dist/server/routing.mjs +93 -63
- package/dist/server/server.mjs +102 -57
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-LAGYMPNF.mjs +0 -8
- package/dist/sdk-runtime-ZJLKC6DR.mjs +0 -8
|
@@ -62,6 +62,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
62
62
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
63
63
|
showMediaPreview?: boolean | undefined;
|
|
64
64
|
showMediaOverlayActions?: boolean | undefined;
|
|
65
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
66
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
65
67
|
mediaDelivery?: {
|
|
66
68
|
sizes?: string | undefined;
|
|
67
69
|
widthCandidates?: number[] | undefined;
|
|
@@ -170,6 +172,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
170
172
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
171
173
|
showMediaPreview?: boolean | undefined;
|
|
172
174
|
showMediaOverlayActions?: boolean | undefined;
|
|
175
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
176
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
173
177
|
mediaDelivery?: {
|
|
174
178
|
sizes?: string | undefined;
|
|
175
179
|
widthCandidates?: number[] | undefined;
|
|
@@ -249,6 +253,9 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
249
253
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
250
254
|
} | undefined;
|
|
251
255
|
itemLabelSource?: string | undefined;
|
|
256
|
+
showSummary?: boolean | undefined;
|
|
257
|
+
summaryFields?: string[] | undefined;
|
|
258
|
+
summaryMaxChars?: number | undefined;
|
|
252
259
|
maxItems?: number | undefined;
|
|
253
260
|
schema?: unknown;
|
|
254
261
|
polymorphic?: boolean | undefined;
|
|
@@ -287,6 +294,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
287
294
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
288
295
|
showMediaPreview?: boolean | undefined;
|
|
289
296
|
showMediaOverlayActions?: boolean | undefined;
|
|
297
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
298
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
290
299
|
mediaDelivery?: {
|
|
291
300
|
sizes?: string | undefined;
|
|
292
301
|
widthCandidates?: number[] | undefined;
|
|
@@ -400,6 +409,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
400
409
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
401
410
|
showMediaPreview?: boolean | undefined;
|
|
402
411
|
showMediaOverlayActions?: boolean | undefined;
|
|
412
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
413
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
403
414
|
mediaDelivery?: {
|
|
404
415
|
sizes?: string | undefined;
|
|
405
416
|
widthCandidates?: number[] | undefined;
|
|
@@ -505,6 +516,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
505
516
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
506
517
|
showMediaPreview?: boolean | undefined;
|
|
507
518
|
showMediaOverlayActions?: boolean | undefined;
|
|
519
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
520
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
508
521
|
mediaDelivery?: {
|
|
509
522
|
sizes?: string | undefined;
|
|
510
523
|
widthCandidates?: number[] | undefined;
|
|
@@ -610,6 +623,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
610
623
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
611
624
|
showMediaPreview?: boolean | undefined;
|
|
612
625
|
showMediaOverlayActions?: boolean | undefined;
|
|
626
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
627
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
613
628
|
mediaDelivery?: {
|
|
614
629
|
sizes?: string | undefined;
|
|
615
630
|
widthCandidates?: number[] | undefined;
|
|
@@ -716,6 +731,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
716
731
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
717
732
|
showMediaPreview?: boolean | undefined;
|
|
718
733
|
showMediaOverlayActions?: boolean | undefined;
|
|
734
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
735
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
719
736
|
mediaDelivery?: {
|
|
720
737
|
sizes?: string | undefined;
|
|
721
738
|
widthCandidates?: number[] | undefined;
|
|
@@ -820,6 +837,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
820
837
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
821
838
|
showMediaPreview?: boolean | undefined;
|
|
822
839
|
showMediaOverlayActions?: boolean | undefined;
|
|
840
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
841
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
823
842
|
mediaDelivery?: {
|
|
824
843
|
sizes?: string | undefined;
|
|
825
844
|
widthCandidates?: number[] | undefined;
|
|
@@ -924,6 +943,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
924
943
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
925
944
|
showMediaPreview?: boolean | undefined;
|
|
926
945
|
showMediaOverlayActions?: boolean | undefined;
|
|
946
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
947
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
927
948
|
mediaDelivery?: {
|
|
928
949
|
sizes?: string | undefined;
|
|
929
950
|
widthCandidates?: number[] | undefined;
|
|
@@ -1028,6 +1049,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1028
1049
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1029
1050
|
showMediaPreview?: boolean | undefined;
|
|
1030
1051
|
showMediaOverlayActions?: boolean | undefined;
|
|
1052
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1053
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1031
1054
|
mediaDelivery?: {
|
|
1032
1055
|
sizes?: string | undefined;
|
|
1033
1056
|
widthCandidates?: number[] | undefined;
|
|
@@ -1132,6 +1155,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1132
1155
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1133
1156
|
showMediaPreview?: boolean | undefined;
|
|
1134
1157
|
showMediaOverlayActions?: boolean | undefined;
|
|
1158
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1159
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1135
1160
|
mediaDelivery?: {
|
|
1136
1161
|
sizes?: string | undefined;
|
|
1137
1162
|
widthCandidates?: number[] | undefined;
|
|
@@ -1236,6 +1261,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1236
1261
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1237
1262
|
showMediaPreview?: boolean | undefined;
|
|
1238
1263
|
showMediaOverlayActions?: boolean | undefined;
|
|
1264
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1265
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1239
1266
|
mediaDelivery?: {
|
|
1240
1267
|
sizes?: string | undefined;
|
|
1241
1268
|
widthCandidates?: number[] | undefined;
|
|
@@ -1344,6 +1371,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1344
1371
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1345
1372
|
showMediaPreview?: boolean | undefined;
|
|
1346
1373
|
showMediaOverlayActions?: boolean | undefined;
|
|
1374
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1375
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1347
1376
|
mediaDelivery?: {
|
|
1348
1377
|
sizes?: string | undefined;
|
|
1349
1378
|
widthCandidates?: number[] | undefined;
|
|
@@ -1448,6 +1477,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1448
1477
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1449
1478
|
showMediaPreview?: boolean | undefined;
|
|
1450
1479
|
showMediaOverlayActions?: boolean | undefined;
|
|
1480
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1481
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1451
1482
|
mediaDelivery?: {
|
|
1452
1483
|
sizes?: string | undefined;
|
|
1453
1484
|
widthCandidates?: number[] | undefined;
|
|
@@ -1554,6 +1585,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1554
1585
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1555
1586
|
showMediaPreview?: boolean | undefined;
|
|
1556
1587
|
showMediaOverlayActions?: boolean | undefined;
|
|
1588
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1589
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1557
1590
|
mediaDelivery?: {
|
|
1558
1591
|
sizes?: string | undefined;
|
|
1559
1592
|
widthCandidates?: number[] | undefined;
|
|
@@ -1658,6 +1691,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1658
1691
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1659
1692
|
showMediaPreview?: boolean | undefined;
|
|
1660
1693
|
showMediaOverlayActions?: boolean | undefined;
|
|
1694
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1695
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1661
1696
|
mediaDelivery?: {
|
|
1662
1697
|
sizes?: string | undefined;
|
|
1663
1698
|
widthCandidates?: number[] | undefined;
|
|
@@ -1778,6 +1813,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1778
1813
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1779
1814
|
showMediaPreview?: boolean | undefined;
|
|
1780
1815
|
showMediaOverlayActions?: boolean | undefined;
|
|
1816
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1817
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1781
1818
|
mediaDelivery?: {
|
|
1782
1819
|
sizes?: string | undefined;
|
|
1783
1820
|
widthCandidates?: number[] | undefined;
|
|
@@ -1891,6 +1928,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1891
1928
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1892
1929
|
showMediaPreview?: boolean | undefined;
|
|
1893
1930
|
showMediaOverlayActions?: boolean | undefined;
|
|
1931
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1932
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1894
1933
|
mediaDelivery?: {
|
|
1895
1934
|
sizes?: string | undefined;
|
|
1896
1935
|
widthCandidates?: number[] | undefined;
|
|
@@ -1996,6 +2035,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1996
2035
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1997
2036
|
showMediaPreview?: boolean | undefined;
|
|
1998
2037
|
showMediaOverlayActions?: boolean | undefined;
|
|
2038
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2039
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1999
2040
|
mediaDelivery?: {
|
|
2000
2041
|
sizes?: string | undefined;
|
|
2001
2042
|
widthCandidates?: number[] | undefined;
|
|
@@ -2101,6 +2142,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2101
2142
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2102
2143
|
showMediaPreview?: boolean | undefined;
|
|
2103
2144
|
showMediaOverlayActions?: boolean | undefined;
|
|
2145
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2146
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2104
2147
|
mediaDelivery?: {
|
|
2105
2148
|
sizes?: string | undefined;
|
|
2106
2149
|
widthCandidates?: number[] | undefined;
|
|
@@ -2207,6 +2250,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2207
2250
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2208
2251
|
showMediaPreview?: boolean | undefined;
|
|
2209
2252
|
showMediaOverlayActions?: boolean | undefined;
|
|
2253
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2254
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2210
2255
|
mediaDelivery?: {
|
|
2211
2256
|
sizes?: string | undefined;
|
|
2212
2257
|
widthCandidates?: number[] | undefined;
|
|
@@ -2311,6 +2356,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2311
2356
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2312
2357
|
showMediaPreview?: boolean | undefined;
|
|
2313
2358
|
showMediaOverlayActions?: boolean | undefined;
|
|
2359
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2360
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2314
2361
|
mediaDelivery?: {
|
|
2315
2362
|
sizes?: string | undefined;
|
|
2316
2363
|
widthCandidates?: number[] | undefined;
|
|
@@ -2415,6 +2462,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2415
2462
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2416
2463
|
showMediaPreview?: boolean | undefined;
|
|
2417
2464
|
showMediaOverlayActions?: boolean | undefined;
|
|
2465
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2466
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2418
2467
|
mediaDelivery?: {
|
|
2419
2468
|
sizes?: string | undefined;
|
|
2420
2469
|
widthCandidates?: number[] | undefined;
|
|
@@ -2519,6 +2568,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2519
2568
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2520
2569
|
showMediaPreview?: boolean | undefined;
|
|
2521
2570
|
showMediaOverlayActions?: boolean | undefined;
|
|
2571
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2572
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2522
2573
|
mediaDelivery?: {
|
|
2523
2574
|
sizes?: string | undefined;
|
|
2524
2575
|
widthCandidates?: number[] | undefined;
|
|
@@ -2623,6 +2674,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2623
2674
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2624
2675
|
showMediaPreview?: boolean | undefined;
|
|
2625
2676
|
showMediaOverlayActions?: boolean | undefined;
|
|
2677
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2678
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2626
2679
|
mediaDelivery?: {
|
|
2627
2680
|
sizes?: string | undefined;
|
|
2628
2681
|
widthCandidates?: number[] | undefined;
|
|
@@ -2727,6 +2780,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2727
2780
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2728
2781
|
showMediaPreview?: boolean | undefined;
|
|
2729
2782
|
showMediaOverlayActions?: boolean | undefined;
|
|
2783
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2784
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2730
2785
|
mediaDelivery?: {
|
|
2731
2786
|
sizes?: string | undefined;
|
|
2732
2787
|
widthCandidates?: number[] | undefined;
|
|
@@ -2835,6 +2890,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2835
2890
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2836
2891
|
showMediaPreview?: boolean | undefined;
|
|
2837
2892
|
showMediaOverlayActions?: boolean | undefined;
|
|
2893
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2894
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2838
2895
|
mediaDelivery?: {
|
|
2839
2896
|
sizes?: string | undefined;
|
|
2840
2897
|
widthCandidates?: number[] | undefined;
|
|
@@ -2939,6 +2996,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2939
2996
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2940
2997
|
showMediaPreview?: boolean | undefined;
|
|
2941
2998
|
showMediaOverlayActions?: boolean | undefined;
|
|
2999
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3000
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2942
3001
|
mediaDelivery?: {
|
|
2943
3002
|
sizes?: string | undefined;
|
|
2944
3003
|
widthCandidates?: number[] | undefined;
|
|
@@ -3045,6 +3104,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3045
3104
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3046
3105
|
showMediaPreview?: boolean | undefined;
|
|
3047
3106
|
showMediaOverlayActions?: boolean | undefined;
|
|
3107
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3108
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3048
3109
|
mediaDelivery?: {
|
|
3049
3110
|
sizes?: string | undefined;
|
|
3050
3111
|
widthCandidates?: number[] | undefined;
|
|
@@ -3149,6 +3210,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3149
3210
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3150
3211
|
showMediaPreview?: boolean | undefined;
|
|
3151
3212
|
showMediaOverlayActions?: boolean | undefined;
|
|
3213
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3214
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3152
3215
|
mediaDelivery?: {
|
|
3153
3216
|
sizes?: string | undefined;
|
|
3154
3217
|
widthCandidates?: number[] | undefined;
|
|
@@ -3271,6 +3334,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3271
3334
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3272
3335
|
showMediaPreview?: boolean | undefined;
|
|
3273
3336
|
showMediaOverlayActions?: boolean | undefined;
|
|
3337
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3338
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3274
3339
|
mediaDelivery?: {
|
|
3275
3340
|
sizes?: string | undefined;
|
|
3276
3341
|
widthCandidates?: number[] | undefined;
|
|
@@ -3384,6 +3449,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3384
3449
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3385
3450
|
showMediaPreview?: boolean | undefined;
|
|
3386
3451
|
showMediaOverlayActions?: boolean | undefined;
|
|
3452
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3453
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3387
3454
|
mediaDelivery?: {
|
|
3388
3455
|
sizes?: string | undefined;
|
|
3389
3456
|
widthCandidates?: number[] | undefined;
|
|
@@ -3489,6 +3556,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3489
3556
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3490
3557
|
showMediaPreview?: boolean | undefined;
|
|
3491
3558
|
showMediaOverlayActions?: boolean | undefined;
|
|
3559
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3560
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3492
3561
|
mediaDelivery?: {
|
|
3493
3562
|
sizes?: string | undefined;
|
|
3494
3563
|
widthCandidates?: number[] | undefined;
|
|
@@ -3594,6 +3663,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3594
3663
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3595
3664
|
showMediaPreview?: boolean | undefined;
|
|
3596
3665
|
showMediaOverlayActions?: boolean | undefined;
|
|
3666
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3667
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3597
3668
|
mediaDelivery?: {
|
|
3598
3669
|
sizes?: string | undefined;
|
|
3599
3670
|
widthCandidates?: number[] | undefined;
|
|
@@ -3700,6 +3771,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3700
3771
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3701
3772
|
showMediaPreview?: boolean | undefined;
|
|
3702
3773
|
showMediaOverlayActions?: boolean | undefined;
|
|
3774
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3775
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3703
3776
|
mediaDelivery?: {
|
|
3704
3777
|
sizes?: string | undefined;
|
|
3705
3778
|
widthCandidates?: number[] | undefined;
|
|
@@ -3804,6 +3877,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3804
3877
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3805
3878
|
showMediaPreview?: boolean | undefined;
|
|
3806
3879
|
showMediaOverlayActions?: boolean | undefined;
|
|
3880
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3881
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3807
3882
|
mediaDelivery?: {
|
|
3808
3883
|
sizes?: string | undefined;
|
|
3809
3884
|
widthCandidates?: number[] | undefined;
|
|
@@ -3908,6 +3983,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3908
3983
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3909
3984
|
showMediaPreview?: boolean | undefined;
|
|
3910
3985
|
showMediaOverlayActions?: boolean | undefined;
|
|
3986
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3987
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3911
3988
|
mediaDelivery?: {
|
|
3912
3989
|
sizes?: string | undefined;
|
|
3913
3990
|
widthCandidates?: number[] | undefined;
|
|
@@ -4012,6 +4089,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4012
4089
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4013
4090
|
showMediaPreview?: boolean | undefined;
|
|
4014
4091
|
showMediaOverlayActions?: boolean | undefined;
|
|
4092
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4093
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4015
4094
|
mediaDelivery?: {
|
|
4016
4095
|
sizes?: string | undefined;
|
|
4017
4096
|
widthCandidates?: number[] | undefined;
|
|
@@ -4116,6 +4195,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4116
4195
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4117
4196
|
showMediaPreview?: boolean | undefined;
|
|
4118
4197
|
showMediaOverlayActions?: boolean | undefined;
|
|
4198
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4199
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4119
4200
|
mediaDelivery?: {
|
|
4120
4201
|
sizes?: string | undefined;
|
|
4121
4202
|
widthCandidates?: number[] | undefined;
|
|
@@ -4220,6 +4301,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4220
4301
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4221
4302
|
showMediaPreview?: boolean | undefined;
|
|
4222
4303
|
showMediaOverlayActions?: boolean | undefined;
|
|
4304
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4305
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4223
4306
|
mediaDelivery?: {
|
|
4224
4307
|
sizes?: string | undefined;
|
|
4225
4308
|
widthCandidates?: number[] | undefined;
|
|
@@ -4328,6 +4411,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4328
4411
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4329
4412
|
showMediaPreview?: boolean | undefined;
|
|
4330
4413
|
showMediaOverlayActions?: boolean | undefined;
|
|
4414
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4415
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4331
4416
|
mediaDelivery?: {
|
|
4332
4417
|
sizes?: string | undefined;
|
|
4333
4418
|
widthCandidates?: number[] | undefined;
|
|
@@ -4432,6 +4517,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4432
4517
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4433
4518
|
showMediaPreview?: boolean | undefined;
|
|
4434
4519
|
showMediaOverlayActions?: boolean | undefined;
|
|
4520
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4521
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4435
4522
|
mediaDelivery?: {
|
|
4436
4523
|
sizes?: string | undefined;
|
|
4437
4524
|
widthCandidates?: number[] | undefined;
|
|
@@ -4538,6 +4625,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4538
4625
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4539
4626
|
showMediaPreview?: boolean | undefined;
|
|
4540
4627
|
showMediaOverlayActions?: boolean | undefined;
|
|
4628
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4629
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4541
4630
|
mediaDelivery?: {
|
|
4542
4631
|
sizes?: string | undefined;
|
|
4543
4632
|
widthCandidates?: number[] | undefined;
|
|
@@ -4642,6 +4731,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4642
4731
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4643
4732
|
showMediaPreview?: boolean | undefined;
|
|
4644
4733
|
showMediaOverlayActions?: boolean | undefined;
|
|
4734
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4735
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4645
4736
|
mediaDelivery?: {
|
|
4646
4737
|
sizes?: string | undefined;
|
|
4647
4738
|
widthCandidates?: number[] | undefined;
|
|
@@ -4753,6 +4844,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4753
4844
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4754
4845
|
showMediaPreview?: boolean | undefined;
|
|
4755
4846
|
showMediaOverlayActions?: boolean | undefined;
|
|
4847
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4848
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4756
4849
|
mediaDelivery?: {
|
|
4757
4850
|
sizes?: string | undefined;
|
|
4758
4851
|
widthCandidates?: number[] | undefined;
|
|
@@ -4863,6 +4956,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4863
4956
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4864
4957
|
showMediaPreview?: boolean | undefined;
|
|
4865
4958
|
showMediaOverlayActions?: boolean | undefined;
|
|
4959
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4960
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4866
4961
|
mediaDelivery?: {
|
|
4867
4962
|
sizes?: string | undefined;
|
|
4868
4963
|
widthCandidates?: number[] | undefined;
|
|
@@ -4967,6 +5062,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4967
5062
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4968
5063
|
showMediaPreview?: boolean | undefined;
|
|
4969
5064
|
showMediaOverlayActions?: boolean | undefined;
|
|
5065
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5066
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4970
5067
|
mediaDelivery?: {
|
|
4971
5068
|
sizes?: string | undefined;
|
|
4972
5069
|
widthCandidates?: number[] | undefined;
|
|
@@ -5074,6 +5171,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5074
5171
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5075
5172
|
showMediaPreview?: boolean | undefined;
|
|
5076
5173
|
showMediaOverlayActions?: boolean | undefined;
|
|
5174
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5175
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5077
5176
|
mediaDelivery?: {
|
|
5078
5177
|
sizes?: string | undefined;
|
|
5079
5178
|
widthCandidates?: number[] | undefined;
|
|
@@ -5183,6 +5282,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5183
5282
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5184
5283
|
showMediaPreview?: boolean | undefined;
|
|
5185
5284
|
showMediaOverlayActions?: boolean | undefined;
|
|
5285
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5286
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5186
5287
|
mediaDelivery?: {
|
|
5187
5288
|
sizes?: string | undefined;
|
|
5188
5289
|
widthCandidates?: number[] | undefined;
|
|
@@ -5293,6 +5394,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5293
5394
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5294
5395
|
showMediaPreview?: boolean | undefined;
|
|
5295
5396
|
showMediaOverlayActions?: boolean | undefined;
|
|
5397
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5398
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5296
5399
|
mediaDelivery?: {
|
|
5297
5400
|
sizes?: string | undefined;
|
|
5298
5401
|
widthCandidates?: number[] | undefined;
|
|
@@ -5397,6 +5500,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5397
5500
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5398
5501
|
showMediaPreview?: boolean | undefined;
|
|
5399
5502
|
showMediaOverlayActions?: boolean | undefined;
|
|
5503
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5504
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5400
5505
|
mediaDelivery?: {
|
|
5401
5506
|
sizes?: string | undefined;
|
|
5402
5507
|
widthCandidates?: number[] | undefined;
|
|
@@ -5501,6 +5606,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5501
5606
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5502
5607
|
showMediaPreview?: boolean | undefined;
|
|
5503
5608
|
showMediaOverlayActions?: boolean | undefined;
|
|
5609
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5610
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5504
5611
|
mediaDelivery?: {
|
|
5505
5612
|
sizes?: string | undefined;
|
|
5506
5613
|
widthCandidates?: number[] | undefined;
|
|
@@ -5620,6 +5727,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5620
5727
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5621
5728
|
showMediaPreview?: boolean | undefined;
|
|
5622
5729
|
showMediaOverlayActions?: boolean | undefined;
|
|
5730
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5731
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5623
5732
|
mediaDelivery?: {
|
|
5624
5733
|
sizes?: string | undefined;
|
|
5625
5734
|
widthCandidates?: number[] | undefined;
|
|
@@ -5733,6 +5842,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5733
5842
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5734
5843
|
showMediaPreview?: boolean | undefined;
|
|
5735
5844
|
showMediaOverlayActions?: boolean | undefined;
|
|
5845
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5846
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5736
5847
|
mediaDelivery?: {
|
|
5737
5848
|
sizes?: string | undefined;
|
|
5738
5849
|
widthCandidates?: number[] | undefined;
|
|
@@ -5838,6 +5949,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5838
5949
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5839
5950
|
showMediaPreview?: boolean | undefined;
|
|
5840
5951
|
showMediaOverlayActions?: boolean | undefined;
|
|
5952
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5953
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5841
5954
|
mediaDelivery?: {
|
|
5842
5955
|
sizes?: string | undefined;
|
|
5843
5956
|
widthCandidates?: number[] | undefined;
|
|
@@ -5943,6 +6056,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5943
6056
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5944
6057
|
showMediaPreview?: boolean | undefined;
|
|
5945
6058
|
showMediaOverlayActions?: boolean | undefined;
|
|
6059
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6060
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5946
6061
|
mediaDelivery?: {
|
|
5947
6062
|
sizes?: string | undefined;
|
|
5948
6063
|
widthCandidates?: number[] | undefined;
|
|
@@ -6049,6 +6164,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6049
6164
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6050
6165
|
showMediaPreview?: boolean | undefined;
|
|
6051
6166
|
showMediaOverlayActions?: boolean | undefined;
|
|
6167
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6168
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6052
6169
|
mediaDelivery?: {
|
|
6053
6170
|
sizes?: string | undefined;
|
|
6054
6171
|
widthCandidates?: number[] | undefined;
|
|
@@ -6153,6 +6270,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6153
6270
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6154
6271
|
showMediaPreview?: boolean | undefined;
|
|
6155
6272
|
showMediaOverlayActions?: boolean | undefined;
|
|
6273
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6274
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6156
6275
|
mediaDelivery?: {
|
|
6157
6276
|
sizes?: string | undefined;
|
|
6158
6277
|
widthCandidates?: number[] | undefined;
|
|
@@ -6257,6 +6376,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6257
6376
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6258
6377
|
showMediaPreview?: boolean | undefined;
|
|
6259
6378
|
showMediaOverlayActions?: boolean | undefined;
|
|
6379
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6380
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6260
6381
|
mediaDelivery?: {
|
|
6261
6382
|
sizes?: string | undefined;
|
|
6262
6383
|
widthCandidates?: number[] | undefined;
|
|
@@ -6361,6 +6482,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6361
6482
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6362
6483
|
showMediaPreview?: boolean | undefined;
|
|
6363
6484
|
showMediaOverlayActions?: boolean | undefined;
|
|
6485
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6486
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6364
6487
|
mediaDelivery?: {
|
|
6365
6488
|
sizes?: string | undefined;
|
|
6366
6489
|
widthCandidates?: number[] | undefined;
|
|
@@ -6465,6 +6588,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6465
6588
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6466
6589
|
showMediaPreview?: boolean | undefined;
|
|
6467
6590
|
showMediaOverlayActions?: boolean | undefined;
|
|
6591
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6592
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6468
6593
|
mediaDelivery?: {
|
|
6469
6594
|
sizes?: string | undefined;
|
|
6470
6595
|
widthCandidates?: number[] | undefined;
|
|
@@ -6569,6 +6694,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6569
6694
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6570
6695
|
showMediaPreview?: boolean | undefined;
|
|
6571
6696
|
showMediaOverlayActions?: boolean | undefined;
|
|
6697
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6698
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6572
6699
|
mediaDelivery?: {
|
|
6573
6700
|
sizes?: string | undefined;
|
|
6574
6701
|
widthCandidates?: number[] | undefined;
|
|
@@ -6677,6 +6804,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6677
6804
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6678
6805
|
showMediaPreview?: boolean | undefined;
|
|
6679
6806
|
showMediaOverlayActions?: boolean | undefined;
|
|
6807
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6808
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6680
6809
|
mediaDelivery?: {
|
|
6681
6810
|
sizes?: string | undefined;
|
|
6682
6811
|
widthCandidates?: number[] | undefined;
|
|
@@ -6781,6 +6910,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6781
6910
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6782
6911
|
showMediaPreview?: boolean | undefined;
|
|
6783
6912
|
showMediaOverlayActions?: boolean | undefined;
|
|
6913
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6914
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6784
6915
|
mediaDelivery?: {
|
|
6785
6916
|
sizes?: string | undefined;
|
|
6786
6917
|
widthCandidates?: number[] | undefined;
|
|
@@ -6887,6 +7018,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6887
7018
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6888
7019
|
showMediaPreview?: boolean | undefined;
|
|
6889
7020
|
showMediaOverlayActions?: boolean | undefined;
|
|
7021
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7022
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6890
7023
|
mediaDelivery?: {
|
|
6891
7024
|
sizes?: string | undefined;
|
|
6892
7025
|
widthCandidates?: number[] | undefined;
|
|
@@ -6991,6 +7124,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6991
7124
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6992
7125
|
showMediaPreview?: boolean | undefined;
|
|
6993
7126
|
showMediaOverlayActions?: boolean | undefined;
|
|
7127
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7128
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6994
7129
|
mediaDelivery?: {
|
|
6995
7130
|
sizes?: string | undefined;
|
|
6996
7131
|
widthCandidates?: number[] | undefined;
|
|
@@ -7111,6 +7246,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7111
7246
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7112
7247
|
showMediaPreview?: boolean | undefined;
|
|
7113
7248
|
showMediaOverlayActions?: boolean | undefined;
|
|
7249
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7250
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7114
7251
|
mediaDelivery?: {
|
|
7115
7252
|
sizes?: string | undefined;
|
|
7116
7253
|
widthCandidates?: number[] | undefined;
|
|
@@ -7224,6 +7361,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7224
7361
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7225
7362
|
showMediaPreview?: boolean | undefined;
|
|
7226
7363
|
showMediaOverlayActions?: boolean | undefined;
|
|
7364
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7365
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7227
7366
|
mediaDelivery?: {
|
|
7228
7367
|
sizes?: string | undefined;
|
|
7229
7368
|
widthCandidates?: number[] | undefined;
|
|
@@ -7329,6 +7468,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7329
7468
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7330
7469
|
showMediaPreview?: boolean | undefined;
|
|
7331
7470
|
showMediaOverlayActions?: boolean | undefined;
|
|
7471
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7472
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7332
7473
|
mediaDelivery?: {
|
|
7333
7474
|
sizes?: string | undefined;
|
|
7334
7475
|
widthCandidates?: number[] | undefined;
|
|
@@ -7434,6 +7575,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7434
7575
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7435
7576
|
showMediaPreview?: boolean | undefined;
|
|
7436
7577
|
showMediaOverlayActions?: boolean | undefined;
|
|
7578
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7579
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7437
7580
|
mediaDelivery?: {
|
|
7438
7581
|
sizes?: string | undefined;
|
|
7439
7582
|
widthCandidates?: number[] | undefined;
|
|
@@ -7540,6 +7683,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7540
7683
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7541
7684
|
showMediaPreview?: boolean | undefined;
|
|
7542
7685
|
showMediaOverlayActions?: boolean | undefined;
|
|
7686
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7687
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7543
7688
|
mediaDelivery?: {
|
|
7544
7689
|
sizes?: string | undefined;
|
|
7545
7690
|
widthCandidates?: number[] | undefined;
|
|
@@ -7644,6 +7789,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7644
7789
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7645
7790
|
showMediaPreview?: boolean | undefined;
|
|
7646
7791
|
showMediaOverlayActions?: boolean | undefined;
|
|
7792
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7793
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7647
7794
|
mediaDelivery?: {
|
|
7648
7795
|
sizes?: string | undefined;
|
|
7649
7796
|
widthCandidates?: number[] | undefined;
|
|
@@ -7748,6 +7895,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7748
7895
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7749
7896
|
showMediaPreview?: boolean | undefined;
|
|
7750
7897
|
showMediaOverlayActions?: boolean | undefined;
|
|
7898
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7899
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7751
7900
|
mediaDelivery?: {
|
|
7752
7901
|
sizes?: string | undefined;
|
|
7753
7902
|
widthCandidates?: number[] | undefined;
|
|
@@ -7852,6 +8001,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7852
8001
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7853
8002
|
showMediaPreview?: boolean | undefined;
|
|
7854
8003
|
showMediaOverlayActions?: boolean | undefined;
|
|
8004
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8005
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7855
8006
|
mediaDelivery?: {
|
|
7856
8007
|
sizes?: string | undefined;
|
|
7857
8008
|
widthCandidates?: number[] | undefined;
|
|
@@ -7956,6 +8107,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7956
8107
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7957
8108
|
showMediaPreview?: boolean | undefined;
|
|
7958
8109
|
showMediaOverlayActions?: boolean | undefined;
|
|
8110
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8111
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7959
8112
|
mediaDelivery?: {
|
|
7960
8113
|
sizes?: string | undefined;
|
|
7961
8114
|
widthCandidates?: number[] | undefined;
|
|
@@ -8060,6 +8213,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8060
8213
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8061
8214
|
showMediaPreview?: boolean | undefined;
|
|
8062
8215
|
showMediaOverlayActions?: boolean | undefined;
|
|
8216
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8217
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8063
8218
|
mediaDelivery?: {
|
|
8064
8219
|
sizes?: string | undefined;
|
|
8065
8220
|
widthCandidates?: number[] | undefined;
|
|
@@ -8168,6 +8323,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8168
8323
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8169
8324
|
showMediaPreview?: boolean | undefined;
|
|
8170
8325
|
showMediaOverlayActions?: boolean | undefined;
|
|
8326
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8327
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8171
8328
|
mediaDelivery?: {
|
|
8172
8329
|
sizes?: string | undefined;
|
|
8173
8330
|
widthCandidates?: number[] | undefined;
|
|
@@ -8272,6 +8429,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8272
8429
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8273
8430
|
showMediaPreview?: boolean | undefined;
|
|
8274
8431
|
showMediaOverlayActions?: boolean | undefined;
|
|
8432
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8433
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8275
8434
|
mediaDelivery?: {
|
|
8276
8435
|
sizes?: string | undefined;
|
|
8277
8436
|
widthCandidates?: number[] | undefined;
|
|
@@ -8378,6 +8537,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8378
8537
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8379
8538
|
showMediaPreview?: boolean | undefined;
|
|
8380
8539
|
showMediaOverlayActions?: boolean | undefined;
|
|
8540
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8541
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8381
8542
|
mediaDelivery?: {
|
|
8382
8543
|
sizes?: string | undefined;
|
|
8383
8544
|
widthCandidates?: number[] | undefined;
|
|
@@ -8482,6 +8643,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8482
8643
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8483
8644
|
showMediaPreview?: boolean | undefined;
|
|
8484
8645
|
showMediaOverlayActions?: boolean | undefined;
|
|
8646
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8647
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8485
8648
|
mediaDelivery?: {
|
|
8486
8649
|
sizes?: string | undefined;
|
|
8487
8650
|
widthCandidates?: number[] | undefined;
|
|
@@ -8593,6 +8756,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8593
8756
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8594
8757
|
showMediaPreview?: boolean | undefined;
|
|
8595
8758
|
showMediaOverlayActions?: boolean | undefined;
|
|
8759
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8760
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8596
8761
|
mediaDelivery?: {
|
|
8597
8762
|
sizes?: string | undefined;
|
|
8598
8763
|
widthCandidates?: number[] | undefined;
|
|
@@ -8703,6 +8868,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8703
8868
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8704
8869
|
showMediaPreview?: boolean | undefined;
|
|
8705
8870
|
showMediaOverlayActions?: boolean | undefined;
|
|
8871
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8872
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8706
8873
|
mediaDelivery?: {
|
|
8707
8874
|
sizes?: string | undefined;
|
|
8708
8875
|
widthCandidates?: number[] | undefined;
|
|
@@ -8807,6 +8974,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8807
8974
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8808
8975
|
showMediaPreview?: boolean | undefined;
|
|
8809
8976
|
showMediaOverlayActions?: boolean | undefined;
|
|
8977
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8978
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8810
8979
|
mediaDelivery?: {
|
|
8811
8980
|
sizes?: string | undefined;
|
|
8812
8981
|
widthCandidates?: number[] | undefined;
|
|
@@ -8911,6 +9080,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8911
9080
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8912
9081
|
showMediaPreview?: boolean | undefined;
|
|
8913
9082
|
showMediaOverlayActions?: boolean | undefined;
|
|
9083
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9084
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8914
9085
|
mediaDelivery?: {
|
|
8915
9086
|
sizes?: string | undefined;
|
|
8916
9087
|
widthCandidates?: number[] | undefined;
|
|
@@ -9019,6 +9190,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9019
9190
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9020
9191
|
showMediaPreview?: boolean | undefined;
|
|
9021
9192
|
showMediaOverlayActions?: boolean | undefined;
|
|
9193
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9194
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9022
9195
|
mediaDelivery?: {
|
|
9023
9196
|
sizes?: string | undefined;
|
|
9024
9197
|
widthCandidates?: number[] | undefined;
|
|
@@ -9129,6 +9302,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9129
9302
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9130
9303
|
showMediaPreview?: boolean | undefined;
|
|
9131
9304
|
showMediaOverlayActions?: boolean | undefined;
|
|
9305
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9306
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9132
9307
|
mediaDelivery?: {
|
|
9133
9308
|
sizes?: string | undefined;
|
|
9134
9309
|
widthCandidates?: number[] | undefined;
|
|
@@ -9233,6 +9408,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9233
9408
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9234
9409
|
showMediaPreview?: boolean | undefined;
|
|
9235
9410
|
showMediaOverlayActions?: boolean | undefined;
|
|
9411
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9412
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9236
9413
|
mediaDelivery?: {
|
|
9237
9414
|
sizes?: string | undefined;
|
|
9238
9415
|
widthCandidates?: number[] | undefined;
|
|
@@ -9340,6 +9517,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9340
9517
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9341
9518
|
showMediaPreview?: boolean | undefined;
|
|
9342
9519
|
showMediaOverlayActions?: boolean | undefined;
|
|
9520
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9521
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9343
9522
|
mediaDelivery?: {
|
|
9344
9523
|
sizes?: string | undefined;
|
|
9345
9524
|
widthCandidates?: number[] | undefined;
|
|
@@ -9449,6 +9628,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9449
9628
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9450
9629
|
showMediaPreview?: boolean | undefined;
|
|
9451
9630
|
showMediaOverlayActions?: boolean | undefined;
|
|
9631
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9632
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9452
9633
|
mediaDelivery?: {
|
|
9453
9634
|
sizes?: string | undefined;
|
|
9454
9635
|
widthCandidates?: number[] | undefined;
|
|
@@ -9559,6 +9740,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9559
9740
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9560
9741
|
showMediaPreview?: boolean | undefined;
|
|
9561
9742
|
showMediaOverlayActions?: boolean | undefined;
|
|
9743
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9744
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9562
9745
|
mediaDelivery?: {
|
|
9563
9746
|
sizes?: string | undefined;
|
|
9564
9747
|
widthCandidates?: number[] | undefined;
|
|
@@ -9663,6 +9846,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9663
9846
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9664
9847
|
showMediaPreview?: boolean | undefined;
|
|
9665
9848
|
showMediaOverlayActions?: boolean | undefined;
|
|
9849
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9850
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9666
9851
|
mediaDelivery?: {
|
|
9667
9852
|
sizes?: string | undefined;
|
|
9668
9853
|
widthCandidates?: number[] | undefined;
|
|
@@ -9774,6 +9959,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9774
9959
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9775
9960
|
showMediaPreview?: boolean | undefined;
|
|
9776
9961
|
showMediaOverlayActions?: boolean | undefined;
|
|
9962
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9963
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9777
9964
|
mediaDelivery?: {
|
|
9778
9965
|
sizes?: string | undefined;
|
|
9779
9966
|
widthCandidates?: number[] | undefined;
|
|
@@ -9879,6 +10066,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9879
10066
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9880
10067
|
showMediaPreview?: boolean | undefined;
|
|
9881
10068
|
showMediaOverlayActions?: boolean | undefined;
|
|
10069
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10070
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9882
10071
|
mediaDelivery?: {
|
|
9883
10072
|
sizes?: string | undefined;
|
|
9884
10073
|
widthCandidates?: number[] | undefined;
|
|
@@ -9984,6 +10173,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9984
10173
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9985
10174
|
showMediaPreview?: boolean | undefined;
|
|
9986
10175
|
showMediaOverlayActions?: boolean | undefined;
|
|
10176
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10177
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9987
10178
|
mediaDelivery?: {
|
|
9988
10179
|
sizes?: string | undefined;
|
|
9989
10180
|
widthCandidates?: number[] | undefined;
|
|
@@ -10090,6 +10281,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10090
10281
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10091
10282
|
showMediaPreview?: boolean | undefined;
|
|
10092
10283
|
showMediaOverlayActions?: boolean | undefined;
|
|
10284
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10285
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10093
10286
|
mediaDelivery?: {
|
|
10094
10287
|
sizes?: string | undefined;
|
|
10095
10288
|
widthCandidates?: number[] | undefined;
|
|
@@ -10194,6 +10387,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10194
10387
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10195
10388
|
showMediaPreview?: boolean | undefined;
|
|
10196
10389
|
showMediaOverlayActions?: boolean | undefined;
|
|
10390
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10391
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10197
10392
|
mediaDelivery?: {
|
|
10198
10393
|
sizes?: string | undefined;
|
|
10199
10394
|
widthCandidates?: number[] | undefined;
|
|
@@ -10298,6 +10493,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10298
10493
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10299
10494
|
showMediaPreview?: boolean | undefined;
|
|
10300
10495
|
showMediaOverlayActions?: boolean | undefined;
|
|
10496
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10497
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10301
10498
|
mediaDelivery?: {
|
|
10302
10499
|
sizes?: string | undefined;
|
|
10303
10500
|
widthCandidates?: number[] | undefined;
|
|
@@ -10402,6 +10599,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10402
10599
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10403
10600
|
showMediaPreview?: boolean | undefined;
|
|
10404
10601
|
showMediaOverlayActions?: boolean | undefined;
|
|
10602
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10603
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10405
10604
|
mediaDelivery?: {
|
|
10406
10605
|
sizes?: string | undefined;
|
|
10407
10606
|
widthCandidates?: number[] | undefined;
|
|
@@ -10506,6 +10705,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10506
10705
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10507
10706
|
showMediaPreview?: boolean | undefined;
|
|
10508
10707
|
showMediaOverlayActions?: boolean | undefined;
|
|
10708
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10709
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10509
10710
|
mediaDelivery?: {
|
|
10510
10711
|
sizes?: string | undefined;
|
|
10511
10712
|
widthCandidates?: number[] | undefined;
|
|
@@ -10610,6 +10811,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10610
10811
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10611
10812
|
showMediaPreview?: boolean | undefined;
|
|
10612
10813
|
showMediaOverlayActions?: boolean | undefined;
|
|
10814
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10815
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10613
10816
|
mediaDelivery?: {
|
|
10614
10817
|
sizes?: string | undefined;
|
|
10615
10818
|
widthCandidates?: number[] | undefined;
|
|
@@ -10718,6 +10921,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10718
10921
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10719
10922
|
showMediaPreview?: boolean | undefined;
|
|
10720
10923
|
showMediaOverlayActions?: boolean | undefined;
|
|
10924
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10925
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10721
10926
|
mediaDelivery?: {
|
|
10722
10927
|
sizes?: string | undefined;
|
|
10723
10928
|
widthCandidates?: number[] | undefined;
|
|
@@ -10822,6 +11027,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10822
11027
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10823
11028
|
showMediaPreview?: boolean | undefined;
|
|
10824
11029
|
showMediaOverlayActions?: boolean | undefined;
|
|
11030
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11031
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10825
11032
|
mediaDelivery?: {
|
|
10826
11033
|
sizes?: string | undefined;
|
|
10827
11034
|
widthCandidates?: number[] | undefined;
|
|
@@ -10928,6 +11135,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10928
11135
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10929
11136
|
showMediaPreview?: boolean | undefined;
|
|
10930
11137
|
showMediaOverlayActions?: boolean | undefined;
|
|
11138
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11139
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10931
11140
|
mediaDelivery?: {
|
|
10932
11141
|
sizes?: string | undefined;
|
|
10933
11142
|
widthCandidates?: number[] | undefined;
|
|
@@ -11032,6 +11241,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11032
11241
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11033
11242
|
showMediaPreview?: boolean | undefined;
|
|
11034
11243
|
showMediaOverlayActions?: boolean | undefined;
|
|
11244
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11245
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11035
11246
|
mediaDelivery?: {
|
|
11036
11247
|
sizes?: string | undefined;
|
|
11037
11248
|
widthCandidates?: number[] | undefined;
|
|
@@ -11152,6 +11363,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11152
11363
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11153
11364
|
showMediaPreview?: boolean | undefined;
|
|
11154
11365
|
showMediaOverlayActions?: boolean | undefined;
|
|
11366
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11367
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11155
11368
|
mediaDelivery?: {
|
|
11156
11369
|
sizes?: string | undefined;
|
|
11157
11370
|
widthCandidates?: number[] | undefined;
|
|
@@ -11260,6 +11473,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11260
11473
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11261
11474
|
showMediaPreview?: boolean | undefined;
|
|
11262
11475
|
showMediaOverlayActions?: boolean | undefined;
|
|
11476
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11477
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11263
11478
|
mediaDelivery?: {
|
|
11264
11479
|
sizes?: string | undefined;
|
|
11265
11480
|
widthCandidates?: number[] | undefined;
|
|
@@ -11339,6 +11554,9 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11339
11554
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
11340
11555
|
} | undefined;
|
|
11341
11556
|
itemLabelSource?: string | undefined;
|
|
11557
|
+
showSummary?: boolean | undefined;
|
|
11558
|
+
summaryFields?: string[] | undefined;
|
|
11559
|
+
summaryMaxChars?: number | undefined;
|
|
11342
11560
|
maxItems?: number | undefined;
|
|
11343
11561
|
schema?: unknown;
|
|
11344
11562
|
polymorphic?: boolean | undefined;
|
|
@@ -11377,6 +11595,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11377
11595
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11378
11596
|
showMediaPreview?: boolean | undefined;
|
|
11379
11597
|
showMediaOverlayActions?: boolean | undefined;
|
|
11598
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11599
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11380
11600
|
mediaDelivery?: {
|
|
11381
11601
|
sizes?: string | undefined;
|
|
11382
11602
|
widthCandidates?: number[] | undefined;
|
|
@@ -11490,6 +11710,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11490
11710
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11491
11711
|
showMediaPreview?: boolean | undefined;
|
|
11492
11712
|
showMediaOverlayActions?: boolean | undefined;
|
|
11713
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11714
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11493
11715
|
mediaDelivery?: {
|
|
11494
11716
|
sizes?: string | undefined;
|
|
11495
11717
|
widthCandidates?: number[] | undefined;
|
|
@@ -11595,6 +11817,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11595
11817
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11596
11818
|
showMediaPreview?: boolean | undefined;
|
|
11597
11819
|
showMediaOverlayActions?: boolean | undefined;
|
|
11820
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11821
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11598
11822
|
mediaDelivery?: {
|
|
11599
11823
|
sizes?: string | undefined;
|
|
11600
11824
|
widthCandidates?: number[] | undefined;
|
|
@@ -11700,6 +11924,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11700
11924
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11701
11925
|
showMediaPreview?: boolean | undefined;
|
|
11702
11926
|
showMediaOverlayActions?: boolean | undefined;
|
|
11927
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11928
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11703
11929
|
mediaDelivery?: {
|
|
11704
11930
|
sizes?: string | undefined;
|
|
11705
11931
|
widthCandidates?: number[] | undefined;
|
|
@@ -11806,6 +12032,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11806
12032
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11807
12033
|
showMediaPreview?: boolean | undefined;
|
|
11808
12034
|
showMediaOverlayActions?: boolean | undefined;
|
|
12035
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12036
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11809
12037
|
mediaDelivery?: {
|
|
11810
12038
|
sizes?: string | undefined;
|
|
11811
12039
|
widthCandidates?: number[] | undefined;
|
|
@@ -11910,6 +12138,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11910
12138
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11911
12139
|
showMediaPreview?: boolean | undefined;
|
|
11912
12140
|
showMediaOverlayActions?: boolean | undefined;
|
|
12141
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12142
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11913
12143
|
mediaDelivery?: {
|
|
11914
12144
|
sizes?: string | undefined;
|
|
11915
12145
|
widthCandidates?: number[] | undefined;
|
|
@@ -12014,6 +12244,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12014
12244
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12015
12245
|
showMediaPreview?: boolean | undefined;
|
|
12016
12246
|
showMediaOverlayActions?: boolean | undefined;
|
|
12247
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12248
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12017
12249
|
mediaDelivery?: {
|
|
12018
12250
|
sizes?: string | undefined;
|
|
12019
12251
|
widthCandidates?: number[] | undefined;
|
|
@@ -12118,6 +12350,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12118
12350
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12119
12351
|
showMediaPreview?: boolean | undefined;
|
|
12120
12352
|
showMediaOverlayActions?: boolean | undefined;
|
|
12353
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12354
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12121
12355
|
mediaDelivery?: {
|
|
12122
12356
|
sizes?: string | undefined;
|
|
12123
12357
|
widthCandidates?: number[] | undefined;
|
|
@@ -12222,6 +12456,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12222
12456
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12223
12457
|
showMediaPreview?: boolean | undefined;
|
|
12224
12458
|
showMediaOverlayActions?: boolean | undefined;
|
|
12459
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12460
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12225
12461
|
mediaDelivery?: {
|
|
12226
12462
|
sizes?: string | undefined;
|
|
12227
12463
|
widthCandidates?: number[] | undefined;
|
|
@@ -12326,6 +12562,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12326
12562
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12327
12563
|
showMediaPreview?: boolean | undefined;
|
|
12328
12564
|
showMediaOverlayActions?: boolean | undefined;
|
|
12565
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12566
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12329
12567
|
mediaDelivery?: {
|
|
12330
12568
|
sizes?: string | undefined;
|
|
12331
12569
|
widthCandidates?: number[] | undefined;
|
|
@@ -12434,6 +12672,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12434
12672
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12435
12673
|
showMediaPreview?: boolean | undefined;
|
|
12436
12674
|
showMediaOverlayActions?: boolean | undefined;
|
|
12675
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12676
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12437
12677
|
mediaDelivery?: {
|
|
12438
12678
|
sizes?: string | undefined;
|
|
12439
12679
|
widthCandidates?: number[] | undefined;
|
|
@@ -12538,6 +12778,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12538
12778
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12539
12779
|
showMediaPreview?: boolean | undefined;
|
|
12540
12780
|
showMediaOverlayActions?: boolean | undefined;
|
|
12781
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12782
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12541
12783
|
mediaDelivery?: {
|
|
12542
12784
|
sizes?: string | undefined;
|
|
12543
12785
|
widthCandidates?: number[] | undefined;
|
|
@@ -12644,6 +12886,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12644
12886
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12645
12887
|
showMediaPreview?: boolean | undefined;
|
|
12646
12888
|
showMediaOverlayActions?: boolean | undefined;
|
|
12889
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12890
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12647
12891
|
mediaDelivery?: {
|
|
12648
12892
|
sizes?: string | undefined;
|
|
12649
12893
|
widthCandidates?: number[] | undefined;
|
|
@@ -12748,6 +12992,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12748
12992
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12749
12993
|
showMediaPreview?: boolean | undefined;
|
|
12750
12994
|
showMediaOverlayActions?: boolean | undefined;
|
|
12995
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12996
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12751
12997
|
mediaDelivery?: {
|
|
12752
12998
|
sizes?: string | undefined;
|
|
12753
12999
|
widthCandidates?: number[] | undefined;
|
|
@@ -12870,6 +13116,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12870
13116
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12871
13117
|
showMediaPreview?: boolean | undefined;
|
|
12872
13118
|
showMediaOverlayActions?: boolean | undefined;
|
|
13119
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13120
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12873
13121
|
mediaDelivery?: {
|
|
12874
13122
|
sizes?: string | undefined;
|
|
12875
13123
|
widthCandidates?: number[] | undefined;
|
|
@@ -12983,6 +13231,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12983
13231
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12984
13232
|
showMediaPreview?: boolean | undefined;
|
|
12985
13233
|
showMediaOverlayActions?: boolean | undefined;
|
|
13234
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13235
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12986
13236
|
mediaDelivery?: {
|
|
12987
13237
|
sizes?: string | undefined;
|
|
12988
13238
|
widthCandidates?: number[] | undefined;
|
|
@@ -13088,6 +13338,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13088
13338
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13089
13339
|
showMediaPreview?: boolean | undefined;
|
|
13090
13340
|
showMediaOverlayActions?: boolean | undefined;
|
|
13341
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13342
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13091
13343
|
mediaDelivery?: {
|
|
13092
13344
|
sizes?: string | undefined;
|
|
13093
13345
|
widthCandidates?: number[] | undefined;
|
|
@@ -13193,6 +13445,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13193
13445
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13194
13446
|
showMediaPreview?: boolean | undefined;
|
|
13195
13447
|
showMediaOverlayActions?: boolean | undefined;
|
|
13448
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13449
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13196
13450
|
mediaDelivery?: {
|
|
13197
13451
|
sizes?: string | undefined;
|
|
13198
13452
|
widthCandidates?: number[] | undefined;
|
|
@@ -13299,6 +13553,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13299
13553
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13300
13554
|
showMediaPreview?: boolean | undefined;
|
|
13301
13555
|
showMediaOverlayActions?: boolean | undefined;
|
|
13556
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13557
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13302
13558
|
mediaDelivery?: {
|
|
13303
13559
|
sizes?: string | undefined;
|
|
13304
13560
|
widthCandidates?: number[] | undefined;
|
|
@@ -13403,6 +13659,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13403
13659
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13404
13660
|
showMediaPreview?: boolean | undefined;
|
|
13405
13661
|
showMediaOverlayActions?: boolean | undefined;
|
|
13662
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13663
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13406
13664
|
mediaDelivery?: {
|
|
13407
13665
|
sizes?: string | undefined;
|
|
13408
13666
|
widthCandidates?: number[] | undefined;
|
|
@@ -13507,6 +13765,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13507
13765
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13508
13766
|
showMediaPreview?: boolean | undefined;
|
|
13509
13767
|
showMediaOverlayActions?: boolean | undefined;
|
|
13768
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13769
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13510
13770
|
mediaDelivery?: {
|
|
13511
13771
|
sizes?: string | undefined;
|
|
13512
13772
|
widthCandidates?: number[] | undefined;
|
|
@@ -13611,6 +13871,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13611
13871
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13612
13872
|
showMediaPreview?: boolean | undefined;
|
|
13613
13873
|
showMediaOverlayActions?: boolean | undefined;
|
|
13874
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13875
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13614
13876
|
mediaDelivery?: {
|
|
13615
13877
|
sizes?: string | undefined;
|
|
13616
13878
|
widthCandidates?: number[] | undefined;
|
|
@@ -13715,6 +13977,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13715
13977
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13716
13978
|
showMediaPreview?: boolean | undefined;
|
|
13717
13979
|
showMediaOverlayActions?: boolean | undefined;
|
|
13980
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13981
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13718
13982
|
mediaDelivery?: {
|
|
13719
13983
|
sizes?: string | undefined;
|
|
13720
13984
|
widthCandidates?: number[] | undefined;
|
|
@@ -13819,6 +14083,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13819
14083
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13820
14084
|
showMediaPreview?: boolean | undefined;
|
|
13821
14085
|
showMediaOverlayActions?: boolean | undefined;
|
|
14086
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14087
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13822
14088
|
mediaDelivery?: {
|
|
13823
14089
|
sizes?: string | undefined;
|
|
13824
14090
|
widthCandidates?: number[] | undefined;
|
|
@@ -13927,6 +14193,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13927
14193
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13928
14194
|
showMediaPreview?: boolean | undefined;
|
|
13929
14195
|
showMediaOverlayActions?: boolean | undefined;
|
|
14196
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14197
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13930
14198
|
mediaDelivery?: {
|
|
13931
14199
|
sizes?: string | undefined;
|
|
13932
14200
|
widthCandidates?: number[] | undefined;
|
|
@@ -14031,6 +14299,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14031
14299
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14032
14300
|
showMediaPreview?: boolean | undefined;
|
|
14033
14301
|
showMediaOverlayActions?: boolean | undefined;
|
|
14302
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14303
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14034
14304
|
mediaDelivery?: {
|
|
14035
14305
|
sizes?: string | undefined;
|
|
14036
14306
|
widthCandidates?: number[] | undefined;
|
|
@@ -14137,6 +14407,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14137
14407
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14138
14408
|
showMediaPreview?: boolean | undefined;
|
|
14139
14409
|
showMediaOverlayActions?: boolean | undefined;
|
|
14410
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14411
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14140
14412
|
mediaDelivery?: {
|
|
14141
14413
|
sizes?: string | undefined;
|
|
14142
14414
|
widthCandidates?: number[] | undefined;
|
|
@@ -14241,6 +14513,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14241
14513
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14242
14514
|
showMediaPreview?: boolean | undefined;
|
|
14243
14515
|
showMediaOverlayActions?: boolean | undefined;
|
|
14516
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14517
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14244
14518
|
mediaDelivery?: {
|
|
14245
14519
|
sizes?: string | undefined;
|
|
14246
14520
|
widthCandidates?: number[] | undefined;
|
|
@@ -14352,6 +14626,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14352
14626
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14353
14627
|
showMediaPreview?: boolean | undefined;
|
|
14354
14628
|
showMediaOverlayActions?: boolean | undefined;
|
|
14629
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14630
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14355
14631
|
mediaDelivery?: {
|
|
14356
14632
|
sizes?: string | undefined;
|
|
14357
14633
|
widthCandidates?: number[] | undefined;
|
|
@@ -14462,6 +14738,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14462
14738
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14463
14739
|
showMediaPreview?: boolean | undefined;
|
|
14464
14740
|
showMediaOverlayActions?: boolean | undefined;
|
|
14741
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14742
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14465
14743
|
mediaDelivery?: {
|
|
14466
14744
|
sizes?: string | undefined;
|
|
14467
14745
|
widthCandidates?: number[] | undefined;
|
|
@@ -14566,6 +14844,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14566
14844
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14567
14845
|
showMediaPreview?: boolean | undefined;
|
|
14568
14846
|
showMediaOverlayActions?: boolean | undefined;
|
|
14847
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14848
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14569
14849
|
mediaDelivery?: {
|
|
14570
14850
|
sizes?: string | undefined;
|
|
14571
14851
|
widthCandidates?: number[] | undefined;
|
|
@@ -14673,6 +14953,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14673
14953
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14674
14954
|
showMediaPreview?: boolean | undefined;
|
|
14675
14955
|
showMediaOverlayActions?: boolean | undefined;
|
|
14956
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14957
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14676
14958
|
mediaDelivery?: {
|
|
14677
14959
|
sizes?: string | undefined;
|
|
14678
14960
|
widthCandidates?: number[] | undefined;
|
|
@@ -14782,6 +15064,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14782
15064
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14783
15065
|
showMediaPreview?: boolean | undefined;
|
|
14784
15066
|
showMediaOverlayActions?: boolean | undefined;
|
|
15067
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15068
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14785
15069
|
mediaDelivery?: {
|
|
14786
15070
|
sizes?: string | undefined;
|
|
14787
15071
|
widthCandidates?: number[] | undefined;
|
|
@@ -14892,6 +15176,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14892
15176
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14893
15177
|
showMediaPreview?: boolean | undefined;
|
|
14894
15178
|
showMediaOverlayActions?: boolean | undefined;
|
|
15179
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15180
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14895
15181
|
mediaDelivery?: {
|
|
14896
15182
|
sizes?: string | undefined;
|
|
14897
15183
|
widthCandidates?: number[] | undefined;
|
|
@@ -14996,6 +15282,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14996
15282
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14997
15283
|
showMediaPreview?: boolean | undefined;
|
|
14998
15284
|
showMediaOverlayActions?: boolean | undefined;
|
|
15285
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15286
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14999
15287
|
mediaDelivery?: {
|
|
15000
15288
|
sizes?: string | undefined;
|
|
15001
15289
|
widthCandidates?: number[] | undefined;
|
|
@@ -15107,6 +15395,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15107
15395
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15108
15396
|
showMediaPreview?: boolean | undefined;
|
|
15109
15397
|
showMediaOverlayActions?: boolean | undefined;
|
|
15398
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15399
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15110
15400
|
mediaDelivery?: {
|
|
15111
15401
|
sizes?: string | undefined;
|
|
15112
15402
|
widthCandidates?: number[] | undefined;
|
|
@@ -15212,6 +15502,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15212
15502
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15213
15503
|
showMediaPreview?: boolean | undefined;
|
|
15214
15504
|
showMediaOverlayActions?: boolean | undefined;
|
|
15505
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15506
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15215
15507
|
mediaDelivery?: {
|
|
15216
15508
|
sizes?: string | undefined;
|
|
15217
15509
|
widthCandidates?: number[] | undefined;
|
|
@@ -15317,6 +15609,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15317
15609
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15318
15610
|
showMediaPreview?: boolean | undefined;
|
|
15319
15611
|
showMediaOverlayActions?: boolean | undefined;
|
|
15612
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15613
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15320
15614
|
mediaDelivery?: {
|
|
15321
15615
|
sizes?: string | undefined;
|
|
15322
15616
|
widthCandidates?: number[] | undefined;
|
|
@@ -15423,6 +15717,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15423
15717
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15424
15718
|
showMediaPreview?: boolean | undefined;
|
|
15425
15719
|
showMediaOverlayActions?: boolean | undefined;
|
|
15720
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15721
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15426
15722
|
mediaDelivery?: {
|
|
15427
15723
|
sizes?: string | undefined;
|
|
15428
15724
|
widthCandidates?: number[] | undefined;
|
|
@@ -15527,6 +15823,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15527
15823
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15528
15824
|
showMediaPreview?: boolean | undefined;
|
|
15529
15825
|
showMediaOverlayActions?: boolean | undefined;
|
|
15826
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15827
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15530
15828
|
mediaDelivery?: {
|
|
15531
15829
|
sizes?: string | undefined;
|
|
15532
15830
|
widthCandidates?: number[] | undefined;
|
|
@@ -15631,6 +15929,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15631
15929
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15632
15930
|
showMediaPreview?: boolean | undefined;
|
|
15633
15931
|
showMediaOverlayActions?: boolean | undefined;
|
|
15932
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15933
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15634
15934
|
mediaDelivery?: {
|
|
15635
15935
|
sizes?: string | undefined;
|
|
15636
15936
|
widthCandidates?: number[] | undefined;
|
|
@@ -15735,6 +16035,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15735
16035
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15736
16036
|
showMediaPreview?: boolean | undefined;
|
|
15737
16037
|
showMediaOverlayActions?: boolean | undefined;
|
|
16038
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16039
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15738
16040
|
mediaDelivery?: {
|
|
15739
16041
|
sizes?: string | undefined;
|
|
15740
16042
|
widthCandidates?: number[] | undefined;
|
|
@@ -15839,6 +16141,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15839
16141
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15840
16142
|
showMediaPreview?: boolean | undefined;
|
|
15841
16143
|
showMediaOverlayActions?: boolean | undefined;
|
|
16144
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16145
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15842
16146
|
mediaDelivery?: {
|
|
15843
16147
|
sizes?: string | undefined;
|
|
15844
16148
|
widthCandidates?: number[] | undefined;
|
|
@@ -15943,6 +16247,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15943
16247
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15944
16248
|
showMediaPreview?: boolean | undefined;
|
|
15945
16249
|
showMediaOverlayActions?: boolean | undefined;
|
|
16250
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16251
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15946
16252
|
mediaDelivery?: {
|
|
15947
16253
|
sizes?: string | undefined;
|
|
15948
16254
|
widthCandidates?: number[] | undefined;
|
|
@@ -16051,6 +16357,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16051
16357
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16052
16358
|
showMediaPreview?: boolean | undefined;
|
|
16053
16359
|
showMediaOverlayActions?: boolean | undefined;
|
|
16360
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16361
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16054
16362
|
mediaDelivery?: {
|
|
16055
16363
|
sizes?: string | undefined;
|
|
16056
16364
|
widthCandidates?: number[] | undefined;
|
|
@@ -16155,6 +16463,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16155
16463
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16156
16464
|
showMediaPreview?: boolean | undefined;
|
|
16157
16465
|
showMediaOverlayActions?: boolean | undefined;
|
|
16466
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16467
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16158
16468
|
mediaDelivery?: {
|
|
16159
16469
|
sizes?: string | undefined;
|
|
16160
16470
|
widthCandidates?: number[] | undefined;
|
|
@@ -16261,6 +16571,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16261
16571
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16262
16572
|
showMediaPreview?: boolean | undefined;
|
|
16263
16573
|
showMediaOverlayActions?: boolean | undefined;
|
|
16574
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16575
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16264
16576
|
mediaDelivery?: {
|
|
16265
16577
|
sizes?: string | undefined;
|
|
16266
16578
|
widthCandidates?: number[] | undefined;
|
|
@@ -16365,6 +16677,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16365
16677
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16366
16678
|
showMediaPreview?: boolean | undefined;
|
|
16367
16679
|
showMediaOverlayActions?: boolean | undefined;
|
|
16680
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16681
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16368
16682
|
mediaDelivery?: {
|
|
16369
16683
|
sizes?: string | undefined;
|
|
16370
16684
|
widthCandidates?: number[] | undefined;
|
|
@@ -16487,6 +16801,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16487
16801
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16488
16802
|
showMediaPreview?: boolean | undefined;
|
|
16489
16803
|
showMediaOverlayActions?: boolean | undefined;
|
|
16804
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16805
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16490
16806
|
mediaDelivery?: {
|
|
16491
16807
|
sizes?: string | undefined;
|
|
16492
16808
|
widthCandidates?: number[] | undefined;
|
|
@@ -16595,6 +16911,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16595
16911
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16596
16912
|
showMediaPreview?: boolean | undefined;
|
|
16597
16913
|
showMediaOverlayActions?: boolean | undefined;
|
|
16914
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16915
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16598
16916
|
mediaDelivery?: {
|
|
16599
16917
|
sizes?: string | undefined;
|
|
16600
16918
|
widthCandidates?: number[] | undefined;
|
|
@@ -16674,6 +16992,9 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16674
16992
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
16675
16993
|
} | undefined;
|
|
16676
16994
|
itemLabelSource?: string | undefined;
|
|
16995
|
+
showSummary?: boolean | undefined;
|
|
16996
|
+
summaryFields?: string[] | undefined;
|
|
16997
|
+
summaryMaxChars?: number | undefined;
|
|
16677
16998
|
maxItems?: number | undefined;
|
|
16678
16999
|
schema?: unknown;
|
|
16679
17000
|
polymorphic?: boolean | undefined;
|
|
@@ -16712,6 +17033,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16712
17033
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16713
17034
|
showMediaPreview?: boolean | undefined;
|
|
16714
17035
|
showMediaOverlayActions?: boolean | undefined;
|
|
17036
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17037
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16715
17038
|
mediaDelivery?: {
|
|
16716
17039
|
sizes?: string | undefined;
|
|
16717
17040
|
widthCandidates?: number[] | undefined;
|
|
@@ -16825,6 +17148,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16825
17148
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16826
17149
|
showMediaPreview?: boolean | undefined;
|
|
16827
17150
|
showMediaOverlayActions?: boolean | undefined;
|
|
17151
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17152
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16828
17153
|
mediaDelivery?: {
|
|
16829
17154
|
sizes?: string | undefined;
|
|
16830
17155
|
widthCandidates?: number[] | undefined;
|
|
@@ -16930,6 +17255,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16930
17255
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16931
17256
|
showMediaPreview?: boolean | undefined;
|
|
16932
17257
|
showMediaOverlayActions?: boolean | undefined;
|
|
17258
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17259
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16933
17260
|
mediaDelivery?: {
|
|
16934
17261
|
sizes?: string | undefined;
|
|
16935
17262
|
widthCandidates?: number[] | undefined;
|
|
@@ -17035,6 +17362,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17035
17362
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17036
17363
|
showMediaPreview?: boolean | undefined;
|
|
17037
17364
|
showMediaOverlayActions?: boolean | undefined;
|
|
17365
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17366
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17038
17367
|
mediaDelivery?: {
|
|
17039
17368
|
sizes?: string | undefined;
|
|
17040
17369
|
widthCandidates?: number[] | undefined;
|
|
@@ -17141,6 +17470,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17141
17470
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17142
17471
|
showMediaPreview?: boolean | undefined;
|
|
17143
17472
|
showMediaOverlayActions?: boolean | undefined;
|
|
17473
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17474
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17144
17475
|
mediaDelivery?: {
|
|
17145
17476
|
sizes?: string | undefined;
|
|
17146
17477
|
widthCandidates?: number[] | undefined;
|
|
@@ -17245,6 +17576,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17245
17576
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17246
17577
|
showMediaPreview?: boolean | undefined;
|
|
17247
17578
|
showMediaOverlayActions?: boolean | undefined;
|
|
17579
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17580
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17248
17581
|
mediaDelivery?: {
|
|
17249
17582
|
sizes?: string | undefined;
|
|
17250
17583
|
widthCandidates?: number[] | undefined;
|
|
@@ -17349,6 +17682,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17349
17682
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17350
17683
|
showMediaPreview?: boolean | undefined;
|
|
17351
17684
|
showMediaOverlayActions?: boolean | undefined;
|
|
17685
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17686
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17352
17687
|
mediaDelivery?: {
|
|
17353
17688
|
sizes?: string | undefined;
|
|
17354
17689
|
widthCandidates?: number[] | undefined;
|
|
@@ -17453,6 +17788,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17453
17788
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17454
17789
|
showMediaPreview?: boolean | undefined;
|
|
17455
17790
|
showMediaOverlayActions?: boolean | undefined;
|
|
17791
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17792
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17456
17793
|
mediaDelivery?: {
|
|
17457
17794
|
sizes?: string | undefined;
|
|
17458
17795
|
widthCandidates?: number[] | undefined;
|
|
@@ -17557,6 +17894,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17557
17894
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17558
17895
|
showMediaPreview?: boolean | undefined;
|
|
17559
17896
|
showMediaOverlayActions?: boolean | undefined;
|
|
17897
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17898
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17560
17899
|
mediaDelivery?: {
|
|
17561
17900
|
sizes?: string | undefined;
|
|
17562
17901
|
widthCandidates?: number[] | undefined;
|
|
@@ -17661,6 +18000,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17661
18000
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17662
18001
|
showMediaPreview?: boolean | undefined;
|
|
17663
18002
|
showMediaOverlayActions?: boolean | undefined;
|
|
18003
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18004
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17664
18005
|
mediaDelivery?: {
|
|
17665
18006
|
sizes?: string | undefined;
|
|
17666
18007
|
widthCandidates?: number[] | undefined;
|
|
@@ -17769,6 +18110,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17769
18110
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17770
18111
|
showMediaPreview?: boolean | undefined;
|
|
17771
18112
|
showMediaOverlayActions?: boolean | undefined;
|
|
18113
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18114
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17772
18115
|
mediaDelivery?: {
|
|
17773
18116
|
sizes?: string | undefined;
|
|
17774
18117
|
widthCandidates?: number[] | undefined;
|
|
@@ -17873,6 +18216,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17873
18216
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17874
18217
|
showMediaPreview?: boolean | undefined;
|
|
17875
18218
|
showMediaOverlayActions?: boolean | undefined;
|
|
18219
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18220
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17876
18221
|
mediaDelivery?: {
|
|
17877
18222
|
sizes?: string | undefined;
|
|
17878
18223
|
widthCandidates?: number[] | undefined;
|
|
@@ -17979,6 +18324,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17979
18324
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17980
18325
|
showMediaPreview?: boolean | undefined;
|
|
17981
18326
|
showMediaOverlayActions?: boolean | undefined;
|
|
18327
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18328
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17982
18329
|
mediaDelivery?: {
|
|
17983
18330
|
sizes?: string | undefined;
|
|
17984
18331
|
widthCandidates?: number[] | undefined;
|
|
@@ -18083,6 +18430,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18083
18430
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18084
18431
|
showMediaPreview?: boolean | undefined;
|
|
18085
18432
|
showMediaOverlayActions?: boolean | undefined;
|
|
18433
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18434
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18086
18435
|
mediaDelivery?: {
|
|
18087
18436
|
sizes?: string | undefined;
|
|
18088
18437
|
widthCandidates?: number[] | undefined;
|
|
@@ -18194,6 +18543,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18194
18543
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18195
18544
|
showMediaPreview?: boolean | undefined;
|
|
18196
18545
|
showMediaOverlayActions?: boolean | undefined;
|
|
18546
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18547
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18197
18548
|
mediaDelivery?: {
|
|
18198
18549
|
sizes?: string | undefined;
|
|
18199
18550
|
widthCandidates?: number[] | undefined;
|
|
@@ -18304,6 +18655,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18304
18655
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18305
18656
|
showMediaPreview?: boolean | undefined;
|
|
18306
18657
|
showMediaOverlayActions?: boolean | undefined;
|
|
18658
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18659
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18307
18660
|
mediaDelivery?: {
|
|
18308
18661
|
sizes?: string | undefined;
|
|
18309
18662
|
widthCandidates?: number[] | undefined;
|
|
@@ -18408,6 +18761,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18408
18761
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18409
18762
|
showMediaPreview?: boolean | undefined;
|
|
18410
18763
|
showMediaOverlayActions?: boolean | undefined;
|
|
18764
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18765
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18411
18766
|
mediaDelivery?: {
|
|
18412
18767
|
sizes?: string | undefined;
|
|
18413
18768
|
widthCandidates?: number[] | undefined;
|
|
@@ -18519,6 +18874,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18519
18874
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18520
18875
|
showMediaPreview?: boolean | undefined;
|
|
18521
18876
|
showMediaOverlayActions?: boolean | undefined;
|
|
18877
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18878
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18522
18879
|
mediaDelivery?: {
|
|
18523
18880
|
sizes?: string | undefined;
|
|
18524
18881
|
widthCandidates?: number[] | undefined;
|
|
@@ -18624,6 +18981,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18624
18981
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18625
18982
|
showMediaPreview?: boolean | undefined;
|
|
18626
18983
|
showMediaOverlayActions?: boolean | undefined;
|
|
18984
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18985
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18627
18986
|
mediaDelivery?: {
|
|
18628
18987
|
sizes?: string | undefined;
|
|
18629
18988
|
widthCandidates?: number[] | undefined;
|
|
@@ -18729,6 +19088,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18729
19088
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18730
19089
|
showMediaPreview?: boolean | undefined;
|
|
18731
19090
|
showMediaOverlayActions?: boolean | undefined;
|
|
19091
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19092
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18732
19093
|
mediaDelivery?: {
|
|
18733
19094
|
sizes?: string | undefined;
|
|
18734
19095
|
widthCandidates?: number[] | undefined;
|
|
@@ -18835,6 +19196,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18835
19196
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18836
19197
|
showMediaPreview?: boolean | undefined;
|
|
18837
19198
|
showMediaOverlayActions?: boolean | undefined;
|
|
19199
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19200
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18838
19201
|
mediaDelivery?: {
|
|
18839
19202
|
sizes?: string | undefined;
|
|
18840
19203
|
widthCandidates?: number[] | undefined;
|
|
@@ -18939,6 +19302,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18939
19302
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18940
19303
|
showMediaPreview?: boolean | undefined;
|
|
18941
19304
|
showMediaOverlayActions?: boolean | undefined;
|
|
19305
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19306
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18942
19307
|
mediaDelivery?: {
|
|
18943
19308
|
sizes?: string | undefined;
|
|
18944
19309
|
widthCandidates?: number[] | undefined;
|
|
@@ -19043,6 +19408,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19043
19408
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19044
19409
|
showMediaPreview?: boolean | undefined;
|
|
19045
19410
|
showMediaOverlayActions?: boolean | undefined;
|
|
19411
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19412
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19046
19413
|
mediaDelivery?: {
|
|
19047
19414
|
sizes?: string | undefined;
|
|
19048
19415
|
widthCandidates?: number[] | undefined;
|
|
@@ -19147,6 +19514,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19147
19514
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19148
19515
|
showMediaPreview?: boolean | undefined;
|
|
19149
19516
|
showMediaOverlayActions?: boolean | undefined;
|
|
19517
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19518
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19150
19519
|
mediaDelivery?: {
|
|
19151
19520
|
sizes?: string | undefined;
|
|
19152
19521
|
widthCandidates?: number[] | undefined;
|
|
@@ -19251,6 +19620,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19251
19620
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19252
19621
|
showMediaPreview?: boolean | undefined;
|
|
19253
19622
|
showMediaOverlayActions?: boolean | undefined;
|
|
19623
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19624
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19254
19625
|
mediaDelivery?: {
|
|
19255
19626
|
sizes?: string | undefined;
|
|
19256
19627
|
widthCandidates?: number[] | undefined;
|
|
@@ -19355,6 +19726,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19355
19726
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19356
19727
|
showMediaPreview?: boolean | undefined;
|
|
19357
19728
|
showMediaOverlayActions?: boolean | undefined;
|
|
19729
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19730
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19358
19731
|
mediaDelivery?: {
|
|
19359
19732
|
sizes?: string | undefined;
|
|
19360
19733
|
widthCandidates?: number[] | undefined;
|
|
@@ -19463,6 +19836,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19463
19836
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19464
19837
|
showMediaPreview?: boolean | undefined;
|
|
19465
19838
|
showMediaOverlayActions?: boolean | undefined;
|
|
19839
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19840
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19466
19841
|
mediaDelivery?: {
|
|
19467
19842
|
sizes?: string | undefined;
|
|
19468
19843
|
widthCandidates?: number[] | undefined;
|
|
@@ -19567,6 +19942,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19567
19942
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19568
19943
|
showMediaPreview?: boolean | undefined;
|
|
19569
19944
|
showMediaOverlayActions?: boolean | undefined;
|
|
19945
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19946
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19570
19947
|
mediaDelivery?: {
|
|
19571
19948
|
sizes?: string | undefined;
|
|
19572
19949
|
widthCandidates?: number[] | undefined;
|
|
@@ -19673,6 +20050,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19673
20050
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19674
20051
|
showMediaPreview?: boolean | undefined;
|
|
19675
20052
|
showMediaOverlayActions?: boolean | undefined;
|
|
20053
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20054
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19676
20055
|
mediaDelivery?: {
|
|
19677
20056
|
sizes?: string | undefined;
|
|
19678
20057
|
widthCandidates?: number[] | undefined;
|
|
@@ -19777,6 +20156,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19777
20156
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19778
20157
|
showMediaPreview?: boolean | undefined;
|
|
19779
20158
|
showMediaOverlayActions?: boolean | undefined;
|
|
20159
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20160
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19780
20161
|
mediaDelivery?: {
|
|
19781
20162
|
sizes?: string | undefined;
|
|
19782
20163
|
widthCandidates?: number[] | undefined;
|
|
@@ -19888,6 +20269,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19888
20269
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19889
20270
|
showMediaPreview?: boolean | undefined;
|
|
19890
20271
|
showMediaOverlayActions?: boolean | undefined;
|
|
20272
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20273
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19891
20274
|
mediaDelivery?: {
|
|
19892
20275
|
sizes?: string | undefined;
|
|
19893
20276
|
widthCandidates?: number[] | undefined;
|
|
@@ -19998,6 +20381,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19998
20381
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19999
20382
|
showMediaPreview?: boolean | undefined;
|
|
20000
20383
|
showMediaOverlayActions?: boolean | undefined;
|
|
20384
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20385
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20001
20386
|
mediaDelivery?: {
|
|
20002
20387
|
sizes?: string | undefined;
|
|
20003
20388
|
widthCandidates?: number[] | undefined;
|
|
@@ -20102,6 +20487,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20102
20487
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20103
20488
|
showMediaPreview?: boolean | undefined;
|
|
20104
20489
|
showMediaOverlayActions?: boolean | undefined;
|
|
20490
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20491
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20105
20492
|
mediaDelivery?: {
|
|
20106
20493
|
sizes?: string | undefined;
|
|
20107
20494
|
widthCandidates?: number[] | undefined;
|
|
@@ -20209,6 +20596,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20209
20596
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20210
20597
|
showMediaPreview?: boolean | undefined;
|
|
20211
20598
|
showMediaOverlayActions?: boolean | undefined;
|
|
20599
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20600
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20212
20601
|
mediaDelivery?: {
|
|
20213
20602
|
sizes?: string | undefined;
|
|
20214
20603
|
widthCandidates?: number[] | undefined;
|
|
@@ -20318,6 +20707,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20318
20707
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20319
20708
|
showMediaPreview?: boolean | undefined;
|
|
20320
20709
|
showMediaOverlayActions?: boolean | undefined;
|
|
20710
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20711
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20321
20712
|
mediaDelivery?: {
|
|
20322
20713
|
sizes?: string | undefined;
|
|
20323
20714
|
widthCandidates?: number[] | undefined;
|
|
@@ -20428,6 +20819,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20428
20819
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20429
20820
|
showMediaPreview?: boolean | undefined;
|
|
20430
20821
|
showMediaOverlayActions?: boolean | undefined;
|
|
20822
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20823
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20431
20824
|
mediaDelivery?: {
|
|
20432
20825
|
sizes?: string | undefined;
|
|
20433
20826
|
widthCandidates?: number[] | undefined;
|
|
@@ -20532,6 +20925,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20532
20925
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20533
20926
|
showMediaPreview?: boolean | undefined;
|
|
20534
20927
|
showMediaOverlayActions?: boolean | undefined;
|
|
20928
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20929
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20535
20930
|
mediaDelivery?: {
|
|
20536
20931
|
sizes?: string | undefined;
|
|
20537
20932
|
widthCandidates?: number[] | undefined;
|
|
@@ -20636,6 +21031,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20636
21031
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20637
21032
|
showMediaPreview?: boolean | undefined;
|
|
20638
21033
|
showMediaOverlayActions?: boolean | undefined;
|
|
21034
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21035
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20639
21036
|
mediaDelivery?: {
|
|
20640
21037
|
sizes?: string | undefined;
|
|
20641
21038
|
widthCandidates?: number[] | undefined;
|
|
@@ -20755,6 +21152,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20755
21152
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20756
21153
|
showMediaPreview?: boolean | undefined;
|
|
20757
21154
|
showMediaOverlayActions?: boolean | undefined;
|
|
21155
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21156
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20758
21157
|
mediaDelivery?: {
|
|
20759
21158
|
sizes?: string | undefined;
|
|
20760
21159
|
widthCandidates?: number[] | undefined;
|
|
@@ -20863,6 +21262,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20863
21262
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20864
21263
|
showMediaPreview?: boolean | undefined;
|
|
20865
21264
|
showMediaOverlayActions?: boolean | undefined;
|
|
21265
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21266
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20866
21267
|
mediaDelivery?: {
|
|
20867
21268
|
sizes?: string | undefined;
|
|
20868
21269
|
widthCandidates?: number[] | undefined;
|
|
@@ -20942,6 +21343,9 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20942
21343
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
20943
21344
|
} | undefined;
|
|
20944
21345
|
itemLabelSource?: string | undefined;
|
|
21346
|
+
showSummary?: boolean | undefined;
|
|
21347
|
+
summaryFields?: string[] | undefined;
|
|
21348
|
+
summaryMaxChars?: number | undefined;
|
|
20945
21349
|
maxItems?: number | undefined;
|
|
20946
21350
|
schema?: unknown;
|
|
20947
21351
|
polymorphic?: boolean | undefined;
|
|
@@ -20980,6 +21384,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20980
21384
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20981
21385
|
showMediaPreview?: boolean | undefined;
|
|
20982
21386
|
showMediaOverlayActions?: boolean | undefined;
|
|
21387
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21388
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20983
21389
|
mediaDelivery?: {
|
|
20984
21390
|
sizes?: string | undefined;
|
|
20985
21391
|
widthCandidates?: number[] | undefined;
|
|
@@ -21093,6 +21499,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21093
21499
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21094
21500
|
showMediaPreview?: boolean | undefined;
|
|
21095
21501
|
showMediaOverlayActions?: boolean | undefined;
|
|
21502
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21503
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21096
21504
|
mediaDelivery?: {
|
|
21097
21505
|
sizes?: string | undefined;
|
|
21098
21506
|
widthCandidates?: number[] | undefined;
|
|
@@ -21198,6 +21606,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21198
21606
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21199
21607
|
showMediaPreview?: boolean | undefined;
|
|
21200
21608
|
showMediaOverlayActions?: boolean | undefined;
|
|
21609
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21610
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21201
21611
|
mediaDelivery?: {
|
|
21202
21612
|
sizes?: string | undefined;
|
|
21203
21613
|
widthCandidates?: number[] | undefined;
|
|
@@ -21303,6 +21713,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21303
21713
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21304
21714
|
showMediaPreview?: boolean | undefined;
|
|
21305
21715
|
showMediaOverlayActions?: boolean | undefined;
|
|
21716
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21717
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21306
21718
|
mediaDelivery?: {
|
|
21307
21719
|
sizes?: string | undefined;
|
|
21308
21720
|
widthCandidates?: number[] | undefined;
|
|
@@ -21409,6 +21821,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21409
21821
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21410
21822
|
showMediaPreview?: boolean | undefined;
|
|
21411
21823
|
showMediaOverlayActions?: boolean | undefined;
|
|
21824
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21825
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21412
21826
|
mediaDelivery?: {
|
|
21413
21827
|
sizes?: string | undefined;
|
|
21414
21828
|
widthCandidates?: number[] | undefined;
|
|
@@ -21513,6 +21927,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21513
21927
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21514
21928
|
showMediaPreview?: boolean | undefined;
|
|
21515
21929
|
showMediaOverlayActions?: boolean | undefined;
|
|
21930
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21931
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21516
21932
|
mediaDelivery?: {
|
|
21517
21933
|
sizes?: string | undefined;
|
|
21518
21934
|
widthCandidates?: number[] | undefined;
|
|
@@ -21617,6 +22033,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21617
22033
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21618
22034
|
showMediaPreview?: boolean | undefined;
|
|
21619
22035
|
showMediaOverlayActions?: boolean | undefined;
|
|
22036
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22037
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21620
22038
|
mediaDelivery?: {
|
|
21621
22039
|
sizes?: string | undefined;
|
|
21622
22040
|
widthCandidates?: number[] | undefined;
|
|
@@ -21721,6 +22139,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21721
22139
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21722
22140
|
showMediaPreview?: boolean | undefined;
|
|
21723
22141
|
showMediaOverlayActions?: boolean | undefined;
|
|
22142
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22143
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21724
22144
|
mediaDelivery?: {
|
|
21725
22145
|
sizes?: string | undefined;
|
|
21726
22146
|
widthCandidates?: number[] | undefined;
|
|
@@ -21825,6 +22245,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21825
22245
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21826
22246
|
showMediaPreview?: boolean | undefined;
|
|
21827
22247
|
showMediaOverlayActions?: boolean | undefined;
|
|
22248
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22249
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21828
22250
|
mediaDelivery?: {
|
|
21829
22251
|
sizes?: string | undefined;
|
|
21830
22252
|
widthCandidates?: number[] | undefined;
|
|
@@ -21929,6 +22351,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21929
22351
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21930
22352
|
showMediaPreview?: boolean | undefined;
|
|
21931
22353
|
showMediaOverlayActions?: boolean | undefined;
|
|
22354
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22355
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21932
22356
|
mediaDelivery?: {
|
|
21933
22357
|
sizes?: string | undefined;
|
|
21934
22358
|
widthCandidates?: number[] | undefined;
|
|
@@ -22037,6 +22461,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22037
22461
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22038
22462
|
showMediaPreview?: boolean | undefined;
|
|
22039
22463
|
showMediaOverlayActions?: boolean | undefined;
|
|
22464
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22465
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22040
22466
|
mediaDelivery?: {
|
|
22041
22467
|
sizes?: string | undefined;
|
|
22042
22468
|
widthCandidates?: number[] | undefined;
|
|
@@ -22141,6 +22567,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22141
22567
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22142
22568
|
showMediaPreview?: boolean | undefined;
|
|
22143
22569
|
showMediaOverlayActions?: boolean | undefined;
|
|
22570
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22571
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22144
22572
|
mediaDelivery?: {
|
|
22145
22573
|
sizes?: string | undefined;
|
|
22146
22574
|
widthCandidates?: number[] | undefined;
|
|
@@ -22247,6 +22675,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22247
22675
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22248
22676
|
showMediaPreview?: boolean | undefined;
|
|
22249
22677
|
showMediaOverlayActions?: boolean | undefined;
|
|
22678
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22679
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22250
22680
|
mediaDelivery?: {
|
|
22251
22681
|
sizes?: string | undefined;
|
|
22252
22682
|
widthCandidates?: number[] | undefined;
|
|
@@ -22351,6 +22781,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22351
22781
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22352
22782
|
showMediaPreview?: boolean | undefined;
|
|
22353
22783
|
showMediaOverlayActions?: boolean | undefined;
|
|
22784
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22785
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22354
22786
|
mediaDelivery?: {
|
|
22355
22787
|
sizes?: string | undefined;
|
|
22356
22788
|
widthCandidates?: number[] | undefined;
|
|
@@ -22471,6 +22903,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22471
22903
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22472
22904
|
showMediaPreview?: boolean | undefined;
|
|
22473
22905
|
showMediaOverlayActions?: boolean | undefined;
|
|
22906
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22907
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22474
22908
|
mediaDelivery?: {
|
|
22475
22909
|
sizes?: string | undefined;
|
|
22476
22910
|
widthCandidates?: number[] | undefined;
|
|
@@ -22584,6 +23018,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22584
23018
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22585
23019
|
showMediaPreview?: boolean | undefined;
|
|
22586
23020
|
showMediaOverlayActions?: boolean | undefined;
|
|
23021
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23022
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22587
23023
|
mediaDelivery?: {
|
|
22588
23024
|
sizes?: string | undefined;
|
|
22589
23025
|
widthCandidates?: number[] | undefined;
|
|
@@ -22689,6 +23125,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22689
23125
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22690
23126
|
showMediaPreview?: boolean | undefined;
|
|
22691
23127
|
showMediaOverlayActions?: boolean | undefined;
|
|
23128
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23129
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22692
23130
|
mediaDelivery?: {
|
|
22693
23131
|
sizes?: string | undefined;
|
|
22694
23132
|
widthCandidates?: number[] | undefined;
|
|
@@ -22794,6 +23232,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22794
23232
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22795
23233
|
showMediaPreview?: boolean | undefined;
|
|
22796
23234
|
showMediaOverlayActions?: boolean | undefined;
|
|
23235
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23236
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22797
23237
|
mediaDelivery?: {
|
|
22798
23238
|
sizes?: string | undefined;
|
|
22799
23239
|
widthCandidates?: number[] | undefined;
|
|
@@ -22900,6 +23340,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22900
23340
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22901
23341
|
showMediaPreview?: boolean | undefined;
|
|
22902
23342
|
showMediaOverlayActions?: boolean | undefined;
|
|
23343
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23344
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22903
23345
|
mediaDelivery?: {
|
|
22904
23346
|
sizes?: string | undefined;
|
|
22905
23347
|
widthCandidates?: number[] | undefined;
|
|
@@ -23004,6 +23446,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23004
23446
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23005
23447
|
showMediaPreview?: boolean | undefined;
|
|
23006
23448
|
showMediaOverlayActions?: boolean | undefined;
|
|
23449
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23450
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23007
23451
|
mediaDelivery?: {
|
|
23008
23452
|
sizes?: string | undefined;
|
|
23009
23453
|
widthCandidates?: number[] | undefined;
|
|
@@ -23108,6 +23552,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23108
23552
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23109
23553
|
showMediaPreview?: boolean | undefined;
|
|
23110
23554
|
showMediaOverlayActions?: boolean | undefined;
|
|
23555
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23556
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23111
23557
|
mediaDelivery?: {
|
|
23112
23558
|
sizes?: string | undefined;
|
|
23113
23559
|
widthCandidates?: number[] | undefined;
|
|
@@ -23212,6 +23658,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23212
23658
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23213
23659
|
showMediaPreview?: boolean | undefined;
|
|
23214
23660
|
showMediaOverlayActions?: boolean | undefined;
|
|
23661
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23662
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23215
23663
|
mediaDelivery?: {
|
|
23216
23664
|
sizes?: string | undefined;
|
|
23217
23665
|
widthCandidates?: number[] | undefined;
|
|
@@ -23316,6 +23764,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23316
23764
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23317
23765
|
showMediaPreview?: boolean | undefined;
|
|
23318
23766
|
showMediaOverlayActions?: boolean | undefined;
|
|
23767
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23768
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23319
23769
|
mediaDelivery?: {
|
|
23320
23770
|
sizes?: string | undefined;
|
|
23321
23771
|
widthCandidates?: number[] | undefined;
|
|
@@ -23420,6 +23870,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23420
23870
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23421
23871
|
showMediaPreview?: boolean | undefined;
|
|
23422
23872
|
showMediaOverlayActions?: boolean | undefined;
|
|
23873
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23874
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23423
23875
|
mediaDelivery?: {
|
|
23424
23876
|
sizes?: string | undefined;
|
|
23425
23877
|
widthCandidates?: number[] | undefined;
|
|
@@ -23528,6 +23980,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23528
23980
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23529
23981
|
showMediaPreview?: boolean | undefined;
|
|
23530
23982
|
showMediaOverlayActions?: boolean | undefined;
|
|
23983
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23984
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23531
23985
|
mediaDelivery?: {
|
|
23532
23986
|
sizes?: string | undefined;
|
|
23533
23987
|
widthCandidates?: number[] | undefined;
|
|
@@ -23632,6 +24086,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23632
24086
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23633
24087
|
showMediaPreview?: boolean | undefined;
|
|
23634
24088
|
showMediaOverlayActions?: boolean | undefined;
|
|
24089
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24090
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23635
24091
|
mediaDelivery?: {
|
|
23636
24092
|
sizes?: string | undefined;
|
|
23637
24093
|
widthCandidates?: number[] | undefined;
|
|
@@ -23738,6 +24194,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23738
24194
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23739
24195
|
showMediaPreview?: boolean | undefined;
|
|
23740
24196
|
showMediaOverlayActions?: boolean | undefined;
|
|
24197
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24198
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23741
24199
|
mediaDelivery?: {
|
|
23742
24200
|
sizes?: string | undefined;
|
|
23743
24201
|
widthCandidates?: number[] | undefined;
|
|
@@ -23842,6 +24300,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23842
24300
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23843
24301
|
showMediaPreview?: boolean | undefined;
|
|
23844
24302
|
showMediaOverlayActions?: boolean | undefined;
|
|
24303
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24304
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23845
24305
|
mediaDelivery?: {
|
|
23846
24306
|
sizes?: string | undefined;
|
|
23847
24307
|
widthCandidates?: number[] | undefined;
|
|
@@ -23953,6 +24413,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23953
24413
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23954
24414
|
showMediaPreview?: boolean | undefined;
|
|
23955
24415
|
showMediaOverlayActions?: boolean | undefined;
|
|
24416
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24417
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23956
24418
|
mediaDelivery?: {
|
|
23957
24419
|
sizes?: string | undefined;
|
|
23958
24420
|
widthCandidates?: number[] | undefined;
|
|
@@ -24063,6 +24525,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24063
24525
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24064
24526
|
showMediaPreview?: boolean | undefined;
|
|
24065
24527
|
showMediaOverlayActions?: boolean | undefined;
|
|
24528
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24529
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24066
24530
|
mediaDelivery?: {
|
|
24067
24531
|
sizes?: string | undefined;
|
|
24068
24532
|
widthCandidates?: number[] | undefined;
|
|
@@ -24167,6 +24631,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24167
24631
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24168
24632
|
showMediaPreview?: boolean | undefined;
|
|
24169
24633
|
showMediaOverlayActions?: boolean | undefined;
|
|
24634
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24635
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24170
24636
|
mediaDelivery?: {
|
|
24171
24637
|
sizes?: string | undefined;
|
|
24172
24638
|
widthCandidates?: number[] | undefined;
|
|
@@ -24271,6 +24737,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24271
24737
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24272
24738
|
showMediaPreview?: boolean | undefined;
|
|
24273
24739
|
showMediaOverlayActions?: boolean | undefined;
|
|
24740
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24741
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24274
24742
|
mediaDelivery?: {
|
|
24275
24743
|
sizes?: string | undefined;
|
|
24276
24744
|
widthCandidates?: number[] | undefined;
|
|
@@ -24379,6 +24847,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24379
24847
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24380
24848
|
showMediaPreview?: boolean | undefined;
|
|
24381
24849
|
showMediaOverlayActions?: boolean | undefined;
|
|
24850
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24851
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24382
24852
|
mediaDelivery?: {
|
|
24383
24853
|
sizes?: string | undefined;
|
|
24384
24854
|
widthCandidates?: number[] | undefined;
|
|
@@ -24489,6 +24959,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24489
24959
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24490
24960
|
showMediaPreview?: boolean | undefined;
|
|
24491
24961
|
showMediaOverlayActions?: boolean | undefined;
|
|
24962
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24963
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24492
24964
|
mediaDelivery?: {
|
|
24493
24965
|
sizes?: string | undefined;
|
|
24494
24966
|
widthCandidates?: number[] | undefined;
|
|
@@ -24593,6 +25065,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24593
25065
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24594
25066
|
showMediaPreview?: boolean | undefined;
|
|
24595
25067
|
showMediaOverlayActions?: boolean | undefined;
|
|
25068
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25069
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24596
25070
|
mediaDelivery?: {
|
|
24597
25071
|
sizes?: string | undefined;
|
|
24598
25072
|
widthCandidates?: number[] | undefined;
|
|
@@ -24704,6 +25178,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24704
25178
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24705
25179
|
showMediaPreview?: boolean | undefined;
|
|
24706
25180
|
showMediaOverlayActions?: boolean | undefined;
|
|
25181
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25182
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24707
25183
|
mediaDelivery?: {
|
|
24708
25184
|
sizes?: string | undefined;
|
|
24709
25185
|
widthCandidates?: number[] | undefined;
|
|
@@ -24809,6 +25285,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24809
25285
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24810
25286
|
showMediaPreview?: boolean | undefined;
|
|
24811
25287
|
showMediaOverlayActions?: boolean | undefined;
|
|
25288
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25289
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24812
25290
|
mediaDelivery?: {
|
|
24813
25291
|
sizes?: string | undefined;
|
|
24814
25292
|
widthCandidates?: number[] | undefined;
|
|
@@ -24914,6 +25392,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24914
25392
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24915
25393
|
showMediaPreview?: boolean | undefined;
|
|
24916
25394
|
showMediaOverlayActions?: boolean | undefined;
|
|
25395
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25396
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24917
25397
|
mediaDelivery?: {
|
|
24918
25398
|
sizes?: string | undefined;
|
|
24919
25399
|
widthCandidates?: number[] | undefined;
|
|
@@ -25020,6 +25500,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25020
25500
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25021
25501
|
showMediaPreview?: boolean | undefined;
|
|
25022
25502
|
showMediaOverlayActions?: boolean | undefined;
|
|
25503
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25504
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25023
25505
|
mediaDelivery?: {
|
|
25024
25506
|
sizes?: string | undefined;
|
|
25025
25507
|
widthCandidates?: number[] | undefined;
|
|
@@ -25124,6 +25606,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25124
25606
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25125
25607
|
showMediaPreview?: boolean | undefined;
|
|
25126
25608
|
showMediaOverlayActions?: boolean | undefined;
|
|
25609
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25610
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25127
25611
|
mediaDelivery?: {
|
|
25128
25612
|
sizes?: string | undefined;
|
|
25129
25613
|
widthCandidates?: number[] | undefined;
|
|
@@ -25228,6 +25712,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25228
25712
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25229
25713
|
showMediaPreview?: boolean | undefined;
|
|
25230
25714
|
showMediaOverlayActions?: boolean | undefined;
|
|
25715
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25716
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25231
25717
|
mediaDelivery?: {
|
|
25232
25718
|
sizes?: string | undefined;
|
|
25233
25719
|
widthCandidates?: number[] | undefined;
|
|
@@ -25332,6 +25818,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25332
25818
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25333
25819
|
showMediaPreview?: boolean | undefined;
|
|
25334
25820
|
showMediaOverlayActions?: boolean | undefined;
|
|
25821
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25822
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25335
25823
|
mediaDelivery?: {
|
|
25336
25824
|
sizes?: string | undefined;
|
|
25337
25825
|
widthCandidates?: number[] | undefined;
|
|
@@ -25436,6 +25924,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25436
25924
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25437
25925
|
showMediaPreview?: boolean | undefined;
|
|
25438
25926
|
showMediaOverlayActions?: boolean | undefined;
|
|
25927
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25928
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25439
25929
|
mediaDelivery?: {
|
|
25440
25930
|
sizes?: string | undefined;
|
|
25441
25931
|
widthCandidates?: number[] | undefined;
|
|
@@ -25540,6 +26030,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25540
26030
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25541
26031
|
showMediaPreview?: boolean | undefined;
|
|
25542
26032
|
showMediaOverlayActions?: boolean | undefined;
|
|
26033
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26034
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25543
26035
|
mediaDelivery?: {
|
|
25544
26036
|
sizes?: string | undefined;
|
|
25545
26037
|
widthCandidates?: number[] | undefined;
|
|
@@ -25648,6 +26140,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25648
26140
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25649
26141
|
showMediaPreview?: boolean | undefined;
|
|
25650
26142
|
showMediaOverlayActions?: boolean | undefined;
|
|
26143
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26144
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25651
26145
|
mediaDelivery?: {
|
|
25652
26146
|
sizes?: string | undefined;
|
|
25653
26147
|
widthCandidates?: number[] | undefined;
|
|
@@ -25752,6 +26246,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25752
26246
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25753
26247
|
showMediaPreview?: boolean | undefined;
|
|
25754
26248
|
showMediaOverlayActions?: boolean | undefined;
|
|
26249
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26250
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25755
26251
|
mediaDelivery?: {
|
|
25756
26252
|
sizes?: string | undefined;
|
|
25757
26253
|
widthCandidates?: number[] | undefined;
|
|
@@ -25858,6 +26354,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25858
26354
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25859
26355
|
showMediaPreview?: boolean | undefined;
|
|
25860
26356
|
showMediaOverlayActions?: boolean | undefined;
|
|
26357
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26358
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25861
26359
|
mediaDelivery?: {
|
|
25862
26360
|
sizes?: string | undefined;
|
|
25863
26361
|
widthCandidates?: number[] | undefined;
|
|
@@ -25962,6 +26460,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25962
26460
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25963
26461
|
showMediaPreview?: boolean | undefined;
|
|
25964
26462
|
showMediaOverlayActions?: boolean | undefined;
|
|
26463
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26464
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25965
26465
|
mediaDelivery?: {
|
|
25966
26466
|
sizes?: string | undefined;
|
|
25967
26467
|
widthCandidates?: number[] | undefined;
|
|
@@ -26082,6 +26582,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26082
26582
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26083
26583
|
showMediaPreview?: boolean | undefined;
|
|
26084
26584
|
showMediaOverlayActions?: boolean | undefined;
|
|
26585
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26586
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26085
26587
|
mediaDelivery?: {
|
|
26086
26588
|
sizes?: string | undefined;
|
|
26087
26589
|
widthCandidates?: number[] | undefined;
|
|
@@ -26190,6 +26692,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26190
26692
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26191
26693
|
showMediaPreview?: boolean | undefined;
|
|
26192
26694
|
showMediaOverlayActions?: boolean | undefined;
|
|
26695
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26696
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26193
26697
|
mediaDelivery?: {
|
|
26194
26698
|
sizes?: string | undefined;
|
|
26195
26699
|
widthCandidates?: number[] | undefined;
|
|
@@ -26269,6 +26773,9 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26269
26773
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
26270
26774
|
} | undefined;
|
|
26271
26775
|
itemLabelSource?: string | undefined;
|
|
26776
|
+
showSummary?: boolean | undefined;
|
|
26777
|
+
summaryFields?: string[] | undefined;
|
|
26778
|
+
summaryMaxChars?: number | undefined;
|
|
26272
26779
|
maxItems?: number | undefined;
|
|
26273
26780
|
schema?: unknown;
|
|
26274
26781
|
polymorphic?: boolean | undefined;
|
|
@@ -26307,6 +26814,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26307
26814
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26308
26815
|
showMediaPreview?: boolean | undefined;
|
|
26309
26816
|
showMediaOverlayActions?: boolean | undefined;
|
|
26817
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26818
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26310
26819
|
mediaDelivery?: {
|
|
26311
26820
|
sizes?: string | undefined;
|
|
26312
26821
|
widthCandidates?: number[] | undefined;
|
|
@@ -26420,6 +26929,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26420
26929
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26421
26930
|
showMediaPreview?: boolean | undefined;
|
|
26422
26931
|
showMediaOverlayActions?: boolean | undefined;
|
|
26932
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26933
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26423
26934
|
mediaDelivery?: {
|
|
26424
26935
|
sizes?: string | undefined;
|
|
26425
26936
|
widthCandidates?: number[] | undefined;
|
|
@@ -26525,6 +27036,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26525
27036
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26526
27037
|
showMediaPreview?: boolean | undefined;
|
|
26527
27038
|
showMediaOverlayActions?: boolean | undefined;
|
|
27039
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27040
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26528
27041
|
mediaDelivery?: {
|
|
26529
27042
|
sizes?: string | undefined;
|
|
26530
27043
|
widthCandidates?: number[] | undefined;
|
|
@@ -26630,6 +27143,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26630
27143
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26631
27144
|
showMediaPreview?: boolean | undefined;
|
|
26632
27145
|
showMediaOverlayActions?: boolean | undefined;
|
|
27146
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27147
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26633
27148
|
mediaDelivery?: {
|
|
26634
27149
|
sizes?: string | undefined;
|
|
26635
27150
|
widthCandidates?: number[] | undefined;
|
|
@@ -26736,6 +27251,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26736
27251
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26737
27252
|
showMediaPreview?: boolean | undefined;
|
|
26738
27253
|
showMediaOverlayActions?: boolean | undefined;
|
|
27254
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27255
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26739
27256
|
mediaDelivery?: {
|
|
26740
27257
|
sizes?: string | undefined;
|
|
26741
27258
|
widthCandidates?: number[] | undefined;
|
|
@@ -26840,6 +27357,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26840
27357
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26841
27358
|
showMediaPreview?: boolean | undefined;
|
|
26842
27359
|
showMediaOverlayActions?: boolean | undefined;
|
|
27360
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27361
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26843
27362
|
mediaDelivery?: {
|
|
26844
27363
|
sizes?: string | undefined;
|
|
26845
27364
|
widthCandidates?: number[] | undefined;
|
|
@@ -26944,6 +27463,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26944
27463
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26945
27464
|
showMediaPreview?: boolean | undefined;
|
|
26946
27465
|
showMediaOverlayActions?: boolean | undefined;
|
|
27466
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27467
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26947
27468
|
mediaDelivery?: {
|
|
26948
27469
|
sizes?: string | undefined;
|
|
26949
27470
|
widthCandidates?: number[] | undefined;
|
|
@@ -27048,6 +27569,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27048
27569
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27049
27570
|
showMediaPreview?: boolean | undefined;
|
|
27050
27571
|
showMediaOverlayActions?: boolean | undefined;
|
|
27572
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27573
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27051
27574
|
mediaDelivery?: {
|
|
27052
27575
|
sizes?: string | undefined;
|
|
27053
27576
|
widthCandidates?: number[] | undefined;
|
|
@@ -27152,6 +27675,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27152
27675
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27153
27676
|
showMediaPreview?: boolean | undefined;
|
|
27154
27677
|
showMediaOverlayActions?: boolean | undefined;
|
|
27678
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27679
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27155
27680
|
mediaDelivery?: {
|
|
27156
27681
|
sizes?: string | undefined;
|
|
27157
27682
|
widthCandidates?: number[] | undefined;
|
|
@@ -27256,6 +27781,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27256
27781
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27257
27782
|
showMediaPreview?: boolean | undefined;
|
|
27258
27783
|
showMediaOverlayActions?: boolean | undefined;
|
|
27784
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27785
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27259
27786
|
mediaDelivery?: {
|
|
27260
27787
|
sizes?: string | undefined;
|
|
27261
27788
|
widthCandidates?: number[] | undefined;
|
|
@@ -27364,6 +27891,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27364
27891
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27365
27892
|
showMediaPreview?: boolean | undefined;
|
|
27366
27893
|
showMediaOverlayActions?: boolean | undefined;
|
|
27894
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27895
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27367
27896
|
mediaDelivery?: {
|
|
27368
27897
|
sizes?: string | undefined;
|
|
27369
27898
|
widthCandidates?: number[] | undefined;
|
|
@@ -27468,6 +27997,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27468
27997
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27469
27998
|
showMediaPreview?: boolean | undefined;
|
|
27470
27999
|
showMediaOverlayActions?: boolean | undefined;
|
|
28000
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28001
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27471
28002
|
mediaDelivery?: {
|
|
27472
28003
|
sizes?: string | undefined;
|
|
27473
28004
|
widthCandidates?: number[] | undefined;
|
|
@@ -27574,6 +28105,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27574
28105
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27575
28106
|
showMediaPreview?: boolean | undefined;
|
|
27576
28107
|
showMediaOverlayActions?: boolean | undefined;
|
|
28108
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28109
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27577
28110
|
mediaDelivery?: {
|
|
27578
28111
|
sizes?: string | undefined;
|
|
27579
28112
|
widthCandidates?: number[] | undefined;
|
|
@@ -27678,6 +28211,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27678
28211
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27679
28212
|
showMediaPreview?: boolean | undefined;
|
|
27680
28213
|
showMediaOverlayActions?: boolean | undefined;
|
|
28214
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28215
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27681
28216
|
mediaDelivery?: {
|
|
27682
28217
|
sizes?: string | undefined;
|
|
27683
28218
|
widthCandidates?: number[] | undefined;
|
|
@@ -27789,6 +28324,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27789
28324
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27790
28325
|
showMediaPreview?: boolean | undefined;
|
|
27791
28326
|
showMediaOverlayActions?: boolean | undefined;
|
|
28327
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28328
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27792
28329
|
mediaDelivery?: {
|
|
27793
28330
|
sizes?: string | undefined;
|
|
27794
28331
|
widthCandidates?: number[] | undefined;
|
|
@@ -27899,6 +28436,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27899
28436
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27900
28437
|
showMediaPreview?: boolean | undefined;
|
|
27901
28438
|
showMediaOverlayActions?: boolean | undefined;
|
|
28439
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28440
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27902
28441
|
mediaDelivery?: {
|
|
27903
28442
|
sizes?: string | undefined;
|
|
27904
28443
|
widthCandidates?: number[] | undefined;
|
|
@@ -28003,6 +28542,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28003
28542
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28004
28543
|
showMediaPreview?: boolean | undefined;
|
|
28005
28544
|
showMediaOverlayActions?: boolean | undefined;
|
|
28545
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28546
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28006
28547
|
mediaDelivery?: {
|
|
28007
28548
|
sizes?: string | undefined;
|
|
28008
28549
|
widthCandidates?: number[] | undefined;
|
|
@@ -28114,6 +28655,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28114
28655
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28115
28656
|
showMediaPreview?: boolean | undefined;
|
|
28116
28657
|
showMediaOverlayActions?: boolean | undefined;
|
|
28658
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28659
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28117
28660
|
mediaDelivery?: {
|
|
28118
28661
|
sizes?: string | undefined;
|
|
28119
28662
|
widthCandidates?: number[] | undefined;
|
|
@@ -28219,6 +28762,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28219
28762
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28220
28763
|
showMediaPreview?: boolean | undefined;
|
|
28221
28764
|
showMediaOverlayActions?: boolean | undefined;
|
|
28765
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28766
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28222
28767
|
mediaDelivery?: {
|
|
28223
28768
|
sizes?: string | undefined;
|
|
28224
28769
|
widthCandidates?: number[] | undefined;
|
|
@@ -28324,6 +28869,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28324
28869
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28325
28870
|
showMediaPreview?: boolean | undefined;
|
|
28326
28871
|
showMediaOverlayActions?: boolean | undefined;
|
|
28872
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28873
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28327
28874
|
mediaDelivery?: {
|
|
28328
28875
|
sizes?: string | undefined;
|
|
28329
28876
|
widthCandidates?: number[] | undefined;
|
|
@@ -28430,6 +28977,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28430
28977
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28431
28978
|
showMediaPreview?: boolean | undefined;
|
|
28432
28979
|
showMediaOverlayActions?: boolean | undefined;
|
|
28980
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28981
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28433
28982
|
mediaDelivery?: {
|
|
28434
28983
|
sizes?: string | undefined;
|
|
28435
28984
|
widthCandidates?: number[] | undefined;
|
|
@@ -28534,6 +29083,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28534
29083
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28535
29084
|
showMediaPreview?: boolean | undefined;
|
|
28536
29085
|
showMediaOverlayActions?: boolean | undefined;
|
|
29086
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29087
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28537
29088
|
mediaDelivery?: {
|
|
28538
29089
|
sizes?: string | undefined;
|
|
28539
29090
|
widthCandidates?: number[] | undefined;
|
|
@@ -28638,6 +29189,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28638
29189
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28639
29190
|
showMediaPreview?: boolean | undefined;
|
|
28640
29191
|
showMediaOverlayActions?: boolean | undefined;
|
|
29192
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29193
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28641
29194
|
mediaDelivery?: {
|
|
28642
29195
|
sizes?: string | undefined;
|
|
28643
29196
|
widthCandidates?: number[] | undefined;
|
|
@@ -28742,6 +29295,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28742
29295
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28743
29296
|
showMediaPreview?: boolean | undefined;
|
|
28744
29297
|
showMediaOverlayActions?: boolean | undefined;
|
|
29298
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29299
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28745
29300
|
mediaDelivery?: {
|
|
28746
29301
|
sizes?: string | undefined;
|
|
28747
29302
|
widthCandidates?: number[] | undefined;
|
|
@@ -28846,6 +29401,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28846
29401
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28847
29402
|
showMediaPreview?: boolean | undefined;
|
|
28848
29403
|
showMediaOverlayActions?: boolean | undefined;
|
|
29404
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29405
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28849
29406
|
mediaDelivery?: {
|
|
28850
29407
|
sizes?: string | undefined;
|
|
28851
29408
|
widthCandidates?: number[] | undefined;
|
|
@@ -28950,6 +29507,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28950
29507
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28951
29508
|
showMediaPreview?: boolean | undefined;
|
|
28952
29509
|
showMediaOverlayActions?: boolean | undefined;
|
|
29510
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29511
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28953
29512
|
mediaDelivery?: {
|
|
28954
29513
|
sizes?: string | undefined;
|
|
28955
29514
|
widthCandidates?: number[] | undefined;
|
|
@@ -29058,6 +29617,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29058
29617
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29059
29618
|
showMediaPreview?: boolean | undefined;
|
|
29060
29619
|
showMediaOverlayActions?: boolean | undefined;
|
|
29620
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29621
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29061
29622
|
mediaDelivery?: {
|
|
29062
29623
|
sizes?: string | undefined;
|
|
29063
29624
|
widthCandidates?: number[] | undefined;
|
|
@@ -29162,6 +29723,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29162
29723
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29163
29724
|
showMediaPreview?: boolean | undefined;
|
|
29164
29725
|
showMediaOverlayActions?: boolean | undefined;
|
|
29726
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29727
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29165
29728
|
mediaDelivery?: {
|
|
29166
29729
|
sizes?: string | undefined;
|
|
29167
29730
|
widthCandidates?: number[] | undefined;
|
|
@@ -29268,6 +29831,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29268
29831
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29269
29832
|
showMediaPreview?: boolean | undefined;
|
|
29270
29833
|
showMediaOverlayActions?: boolean | undefined;
|
|
29834
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29835
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29271
29836
|
mediaDelivery?: {
|
|
29272
29837
|
sizes?: string | undefined;
|
|
29273
29838
|
widthCandidates?: number[] | undefined;
|
|
@@ -29372,6 +29937,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29372
29937
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29373
29938
|
showMediaPreview?: boolean | undefined;
|
|
29374
29939
|
showMediaOverlayActions?: boolean | undefined;
|
|
29940
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29941
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29375
29942
|
mediaDelivery?: {
|
|
29376
29943
|
sizes?: string | undefined;
|
|
29377
29944
|
widthCandidates?: number[] | undefined;
|
|
@@ -29483,6 +30050,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29483
30050
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29484
30051
|
showMediaPreview?: boolean | undefined;
|
|
29485
30052
|
showMediaOverlayActions?: boolean | undefined;
|
|
30053
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30054
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29486
30055
|
mediaDelivery?: {
|
|
29487
30056
|
sizes?: string | undefined;
|
|
29488
30057
|
widthCandidates?: number[] | undefined;
|
|
@@ -29593,6 +30162,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29593
30162
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29594
30163
|
showMediaPreview?: boolean | undefined;
|
|
29595
30164
|
showMediaOverlayActions?: boolean | undefined;
|
|
30165
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30166
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29596
30167
|
mediaDelivery?: {
|
|
29597
30168
|
sizes?: string | undefined;
|
|
29598
30169
|
widthCandidates?: number[] | undefined;
|
|
@@ -29697,6 +30268,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29697
30268
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29698
30269
|
showMediaPreview?: boolean | undefined;
|
|
29699
30270
|
showMediaOverlayActions?: boolean | undefined;
|
|
30271
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30272
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29700
30273
|
mediaDelivery?: {
|
|
29701
30274
|
sizes?: string | undefined;
|
|
29702
30275
|
widthCandidates?: number[] | undefined;
|
|
@@ -29801,6 +30374,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29801
30374
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29802
30375
|
showMediaPreview?: boolean | undefined;
|
|
29803
30376
|
showMediaOverlayActions?: boolean | undefined;
|
|
30377
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30378
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29804
30379
|
mediaDelivery?: {
|
|
29805
30380
|
sizes?: string | undefined;
|
|
29806
30381
|
widthCandidates?: number[] | undefined;
|
|
@@ -29909,6 +30484,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29909
30484
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29910
30485
|
showMediaPreview?: boolean | undefined;
|
|
29911
30486
|
showMediaOverlayActions?: boolean | undefined;
|
|
30487
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30488
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29912
30489
|
mediaDelivery?: {
|
|
29913
30490
|
sizes?: string | undefined;
|
|
29914
30491
|
widthCandidates?: number[] | undefined;
|
|
@@ -30019,6 +30596,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30019
30596
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30020
30597
|
showMediaPreview?: boolean | undefined;
|
|
30021
30598
|
showMediaOverlayActions?: boolean | undefined;
|
|
30599
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30600
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30022
30601
|
mediaDelivery?: {
|
|
30023
30602
|
sizes?: string | undefined;
|
|
30024
30603
|
widthCandidates?: number[] | undefined;
|
|
@@ -30123,6 +30702,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30123
30702
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30124
30703
|
showMediaPreview?: boolean | undefined;
|
|
30125
30704
|
showMediaOverlayActions?: boolean | undefined;
|
|
30705
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30706
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30126
30707
|
mediaDelivery?: {
|
|
30127
30708
|
sizes?: string | undefined;
|
|
30128
30709
|
widthCandidates?: number[] | undefined;
|
|
@@ -30230,6 +30811,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30230
30811
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30231
30812
|
showMediaPreview?: boolean | undefined;
|
|
30232
30813
|
showMediaOverlayActions?: boolean | undefined;
|
|
30814
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30815
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30233
30816
|
mediaDelivery?: {
|
|
30234
30817
|
sizes?: string | undefined;
|
|
30235
30818
|
widthCandidates?: number[] | undefined;
|
|
@@ -30339,6 +30922,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30339
30922
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30340
30923
|
showMediaPreview?: boolean | undefined;
|
|
30341
30924
|
showMediaOverlayActions?: boolean | undefined;
|
|
30925
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30926
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30342
30927
|
mediaDelivery?: {
|
|
30343
30928
|
sizes?: string | undefined;
|
|
30344
30929
|
widthCandidates?: number[] | undefined;
|
|
@@ -30449,6 +31034,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30449
31034
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30450
31035
|
showMediaPreview?: boolean | undefined;
|
|
30451
31036
|
showMediaOverlayActions?: boolean | undefined;
|
|
31037
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31038
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30452
31039
|
mediaDelivery?: {
|
|
30453
31040
|
sizes?: string | undefined;
|
|
30454
31041
|
widthCandidates?: number[] | undefined;
|
|
@@ -30553,6 +31140,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30553
31140
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30554
31141
|
showMediaPreview?: boolean | undefined;
|
|
30555
31142
|
showMediaOverlayActions?: boolean | undefined;
|
|
31143
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31144
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30556
31145
|
mediaDelivery?: {
|
|
30557
31146
|
sizes?: string | undefined;
|
|
30558
31147
|
widthCandidates?: number[] | undefined;
|
|
@@ -30657,6 +31246,8 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30657
31246
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30658
31247
|
showMediaPreview?: boolean | undefined;
|
|
30659
31248
|
showMediaOverlayActions?: boolean | undefined;
|
|
31249
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31250
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30660
31251
|
mediaDelivery?: {
|
|
30661
31252
|
sizes?: string | undefined;
|
|
30662
31253
|
widthCandidates?: number[] | undefined;
|