@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
|
@@ -103,6 +103,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
103
103
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
104
104
|
showMediaPreview?: boolean | undefined;
|
|
105
105
|
showMediaOverlayActions?: boolean | undefined;
|
|
106
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
107
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
106
108
|
mediaDelivery?: {
|
|
107
109
|
sizes?: string | undefined;
|
|
108
110
|
widthCandidates?: number[] | undefined;
|
|
@@ -211,6 +213,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
211
213
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
212
214
|
showMediaPreview?: boolean | undefined;
|
|
213
215
|
showMediaOverlayActions?: boolean | undefined;
|
|
216
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
217
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
214
218
|
mediaDelivery?: {
|
|
215
219
|
sizes?: string | undefined;
|
|
216
220
|
widthCandidates?: number[] | undefined;
|
|
@@ -290,6 +294,9 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
290
294
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
291
295
|
} | undefined;
|
|
292
296
|
itemLabelSource?: string | undefined;
|
|
297
|
+
showSummary?: boolean | undefined;
|
|
298
|
+
summaryFields?: string[] | undefined;
|
|
299
|
+
summaryMaxChars?: number | undefined;
|
|
293
300
|
maxItems?: number | undefined;
|
|
294
301
|
schema?: unknown;
|
|
295
302
|
polymorphic?: boolean | undefined;
|
|
@@ -328,6 +335,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
328
335
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
329
336
|
showMediaPreview?: boolean | undefined;
|
|
330
337
|
showMediaOverlayActions?: boolean | undefined;
|
|
338
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
339
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
331
340
|
mediaDelivery?: {
|
|
332
341
|
sizes?: string | undefined;
|
|
333
342
|
widthCandidates?: number[] | undefined;
|
|
@@ -441,6 +450,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
441
450
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
442
451
|
showMediaPreview?: boolean | undefined;
|
|
443
452
|
showMediaOverlayActions?: boolean | undefined;
|
|
453
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
454
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
444
455
|
mediaDelivery?: {
|
|
445
456
|
sizes?: string | undefined;
|
|
446
457
|
widthCandidates?: number[] | undefined;
|
|
@@ -546,6 +557,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
546
557
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
547
558
|
showMediaPreview?: boolean | undefined;
|
|
548
559
|
showMediaOverlayActions?: boolean | undefined;
|
|
560
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
561
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
549
562
|
mediaDelivery?: {
|
|
550
563
|
sizes?: string | undefined;
|
|
551
564
|
widthCandidates?: number[] | undefined;
|
|
@@ -651,6 +664,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
651
664
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
652
665
|
showMediaPreview?: boolean | undefined;
|
|
653
666
|
showMediaOverlayActions?: boolean | undefined;
|
|
667
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
668
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
654
669
|
mediaDelivery?: {
|
|
655
670
|
sizes?: string | undefined;
|
|
656
671
|
widthCandidates?: number[] | undefined;
|
|
@@ -757,6 +772,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
757
772
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
758
773
|
showMediaPreview?: boolean | undefined;
|
|
759
774
|
showMediaOverlayActions?: boolean | undefined;
|
|
775
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
776
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
760
777
|
mediaDelivery?: {
|
|
761
778
|
sizes?: string | undefined;
|
|
762
779
|
widthCandidates?: number[] | undefined;
|
|
@@ -861,6 +878,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
861
878
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
862
879
|
showMediaPreview?: boolean | undefined;
|
|
863
880
|
showMediaOverlayActions?: boolean | undefined;
|
|
881
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
882
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
864
883
|
mediaDelivery?: {
|
|
865
884
|
sizes?: string | undefined;
|
|
866
885
|
widthCandidates?: number[] | undefined;
|
|
@@ -965,6 +984,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
965
984
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
966
985
|
showMediaPreview?: boolean | undefined;
|
|
967
986
|
showMediaOverlayActions?: boolean | undefined;
|
|
987
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
988
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
968
989
|
mediaDelivery?: {
|
|
969
990
|
sizes?: string | undefined;
|
|
970
991
|
widthCandidates?: number[] | undefined;
|
|
@@ -1069,6 +1090,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1069
1090
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1070
1091
|
showMediaPreview?: boolean | undefined;
|
|
1071
1092
|
showMediaOverlayActions?: boolean | undefined;
|
|
1093
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1094
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1072
1095
|
mediaDelivery?: {
|
|
1073
1096
|
sizes?: string | undefined;
|
|
1074
1097
|
widthCandidates?: number[] | undefined;
|
|
@@ -1173,6 +1196,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1173
1196
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1174
1197
|
showMediaPreview?: boolean | undefined;
|
|
1175
1198
|
showMediaOverlayActions?: boolean | undefined;
|
|
1199
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1200
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1176
1201
|
mediaDelivery?: {
|
|
1177
1202
|
sizes?: string | undefined;
|
|
1178
1203
|
widthCandidates?: number[] | undefined;
|
|
@@ -1277,6 +1302,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1277
1302
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1278
1303
|
showMediaPreview?: boolean | undefined;
|
|
1279
1304
|
showMediaOverlayActions?: boolean | undefined;
|
|
1305
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1306
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1280
1307
|
mediaDelivery?: {
|
|
1281
1308
|
sizes?: string | undefined;
|
|
1282
1309
|
widthCandidates?: number[] | undefined;
|
|
@@ -1385,6 +1412,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1385
1412
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1386
1413
|
showMediaPreview?: boolean | undefined;
|
|
1387
1414
|
showMediaOverlayActions?: boolean | undefined;
|
|
1415
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1416
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1388
1417
|
mediaDelivery?: {
|
|
1389
1418
|
sizes?: string | undefined;
|
|
1390
1419
|
widthCandidates?: number[] | undefined;
|
|
@@ -1489,6 +1518,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1489
1518
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1490
1519
|
showMediaPreview?: boolean | undefined;
|
|
1491
1520
|
showMediaOverlayActions?: boolean | undefined;
|
|
1521
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1522
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1492
1523
|
mediaDelivery?: {
|
|
1493
1524
|
sizes?: string | undefined;
|
|
1494
1525
|
widthCandidates?: number[] | undefined;
|
|
@@ -1595,6 +1626,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1595
1626
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1596
1627
|
showMediaPreview?: boolean | undefined;
|
|
1597
1628
|
showMediaOverlayActions?: boolean | undefined;
|
|
1629
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1630
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1598
1631
|
mediaDelivery?: {
|
|
1599
1632
|
sizes?: string | undefined;
|
|
1600
1633
|
widthCandidates?: number[] | undefined;
|
|
@@ -1699,6 +1732,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1699
1732
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1700
1733
|
showMediaPreview?: boolean | undefined;
|
|
1701
1734
|
showMediaOverlayActions?: boolean | undefined;
|
|
1735
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1736
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1702
1737
|
mediaDelivery?: {
|
|
1703
1738
|
sizes?: string | undefined;
|
|
1704
1739
|
widthCandidates?: number[] | undefined;
|
|
@@ -1819,6 +1854,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1819
1854
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1820
1855
|
showMediaPreview?: boolean | undefined;
|
|
1821
1856
|
showMediaOverlayActions?: boolean | undefined;
|
|
1857
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1858
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1822
1859
|
mediaDelivery?: {
|
|
1823
1860
|
sizes?: string | undefined;
|
|
1824
1861
|
widthCandidates?: number[] | undefined;
|
|
@@ -1932,6 +1969,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
1932
1969
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
1933
1970
|
showMediaPreview?: boolean | undefined;
|
|
1934
1971
|
showMediaOverlayActions?: boolean | undefined;
|
|
1972
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
1973
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
1935
1974
|
mediaDelivery?: {
|
|
1936
1975
|
sizes?: string | undefined;
|
|
1937
1976
|
widthCandidates?: number[] | undefined;
|
|
@@ -2037,6 +2076,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2037
2076
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2038
2077
|
showMediaPreview?: boolean | undefined;
|
|
2039
2078
|
showMediaOverlayActions?: boolean | undefined;
|
|
2079
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2080
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2040
2081
|
mediaDelivery?: {
|
|
2041
2082
|
sizes?: string | undefined;
|
|
2042
2083
|
widthCandidates?: number[] | undefined;
|
|
@@ -2142,6 +2183,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2142
2183
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2143
2184
|
showMediaPreview?: boolean | undefined;
|
|
2144
2185
|
showMediaOverlayActions?: boolean | undefined;
|
|
2186
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2187
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2145
2188
|
mediaDelivery?: {
|
|
2146
2189
|
sizes?: string | undefined;
|
|
2147
2190
|
widthCandidates?: number[] | undefined;
|
|
@@ -2248,6 +2291,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2248
2291
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2249
2292
|
showMediaPreview?: boolean | undefined;
|
|
2250
2293
|
showMediaOverlayActions?: boolean | undefined;
|
|
2294
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2295
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2251
2296
|
mediaDelivery?: {
|
|
2252
2297
|
sizes?: string | undefined;
|
|
2253
2298
|
widthCandidates?: number[] | undefined;
|
|
@@ -2352,6 +2397,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2352
2397
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2353
2398
|
showMediaPreview?: boolean | undefined;
|
|
2354
2399
|
showMediaOverlayActions?: boolean | undefined;
|
|
2400
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2401
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2355
2402
|
mediaDelivery?: {
|
|
2356
2403
|
sizes?: string | undefined;
|
|
2357
2404
|
widthCandidates?: number[] | undefined;
|
|
@@ -2456,6 +2503,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2456
2503
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2457
2504
|
showMediaPreview?: boolean | undefined;
|
|
2458
2505
|
showMediaOverlayActions?: boolean | undefined;
|
|
2506
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2507
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2459
2508
|
mediaDelivery?: {
|
|
2460
2509
|
sizes?: string | undefined;
|
|
2461
2510
|
widthCandidates?: number[] | undefined;
|
|
@@ -2560,6 +2609,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2560
2609
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2561
2610
|
showMediaPreview?: boolean | undefined;
|
|
2562
2611
|
showMediaOverlayActions?: boolean | undefined;
|
|
2612
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2613
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2563
2614
|
mediaDelivery?: {
|
|
2564
2615
|
sizes?: string | undefined;
|
|
2565
2616
|
widthCandidates?: number[] | undefined;
|
|
@@ -2664,6 +2715,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2664
2715
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2665
2716
|
showMediaPreview?: boolean | undefined;
|
|
2666
2717
|
showMediaOverlayActions?: boolean | undefined;
|
|
2718
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2719
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2667
2720
|
mediaDelivery?: {
|
|
2668
2721
|
sizes?: string | undefined;
|
|
2669
2722
|
widthCandidates?: number[] | undefined;
|
|
@@ -2768,6 +2821,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2768
2821
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2769
2822
|
showMediaPreview?: boolean | undefined;
|
|
2770
2823
|
showMediaOverlayActions?: boolean | undefined;
|
|
2824
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2825
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2771
2826
|
mediaDelivery?: {
|
|
2772
2827
|
sizes?: string | undefined;
|
|
2773
2828
|
widthCandidates?: number[] | undefined;
|
|
@@ -2876,6 +2931,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2876
2931
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2877
2932
|
showMediaPreview?: boolean | undefined;
|
|
2878
2933
|
showMediaOverlayActions?: boolean | undefined;
|
|
2934
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
2935
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2879
2936
|
mediaDelivery?: {
|
|
2880
2937
|
sizes?: string | undefined;
|
|
2881
2938
|
widthCandidates?: number[] | undefined;
|
|
@@ -2980,6 +3037,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
2980
3037
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
2981
3038
|
showMediaPreview?: boolean | undefined;
|
|
2982
3039
|
showMediaOverlayActions?: boolean | undefined;
|
|
3040
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3041
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
2983
3042
|
mediaDelivery?: {
|
|
2984
3043
|
sizes?: string | undefined;
|
|
2985
3044
|
widthCandidates?: number[] | undefined;
|
|
@@ -3086,6 +3145,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3086
3145
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3087
3146
|
showMediaPreview?: boolean | undefined;
|
|
3088
3147
|
showMediaOverlayActions?: boolean | undefined;
|
|
3148
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3149
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3089
3150
|
mediaDelivery?: {
|
|
3090
3151
|
sizes?: string | undefined;
|
|
3091
3152
|
widthCandidates?: number[] | undefined;
|
|
@@ -3190,6 +3251,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3190
3251
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3191
3252
|
showMediaPreview?: boolean | undefined;
|
|
3192
3253
|
showMediaOverlayActions?: boolean | undefined;
|
|
3254
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3255
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3193
3256
|
mediaDelivery?: {
|
|
3194
3257
|
sizes?: string | undefined;
|
|
3195
3258
|
widthCandidates?: number[] | undefined;
|
|
@@ -3312,6 +3375,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3312
3375
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3313
3376
|
showMediaPreview?: boolean | undefined;
|
|
3314
3377
|
showMediaOverlayActions?: boolean | undefined;
|
|
3378
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3379
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3315
3380
|
mediaDelivery?: {
|
|
3316
3381
|
sizes?: string | undefined;
|
|
3317
3382
|
widthCandidates?: number[] | undefined;
|
|
@@ -3425,6 +3490,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3425
3490
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3426
3491
|
showMediaPreview?: boolean | undefined;
|
|
3427
3492
|
showMediaOverlayActions?: boolean | undefined;
|
|
3493
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3494
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3428
3495
|
mediaDelivery?: {
|
|
3429
3496
|
sizes?: string | undefined;
|
|
3430
3497
|
widthCandidates?: number[] | undefined;
|
|
@@ -3530,6 +3597,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3530
3597
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3531
3598
|
showMediaPreview?: boolean | undefined;
|
|
3532
3599
|
showMediaOverlayActions?: boolean | undefined;
|
|
3600
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3601
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3533
3602
|
mediaDelivery?: {
|
|
3534
3603
|
sizes?: string | undefined;
|
|
3535
3604
|
widthCandidates?: number[] | undefined;
|
|
@@ -3635,6 +3704,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3635
3704
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3636
3705
|
showMediaPreview?: boolean | undefined;
|
|
3637
3706
|
showMediaOverlayActions?: boolean | undefined;
|
|
3707
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3708
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3638
3709
|
mediaDelivery?: {
|
|
3639
3710
|
sizes?: string | undefined;
|
|
3640
3711
|
widthCandidates?: number[] | undefined;
|
|
@@ -3741,6 +3812,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3741
3812
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3742
3813
|
showMediaPreview?: boolean | undefined;
|
|
3743
3814
|
showMediaOverlayActions?: boolean | undefined;
|
|
3815
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3816
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3744
3817
|
mediaDelivery?: {
|
|
3745
3818
|
sizes?: string | undefined;
|
|
3746
3819
|
widthCandidates?: number[] | undefined;
|
|
@@ -3845,6 +3918,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3845
3918
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3846
3919
|
showMediaPreview?: boolean | undefined;
|
|
3847
3920
|
showMediaOverlayActions?: boolean | undefined;
|
|
3921
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
3922
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3848
3923
|
mediaDelivery?: {
|
|
3849
3924
|
sizes?: string | undefined;
|
|
3850
3925
|
widthCandidates?: number[] | undefined;
|
|
@@ -3949,6 +4024,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
3949
4024
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
3950
4025
|
showMediaPreview?: boolean | undefined;
|
|
3951
4026
|
showMediaOverlayActions?: boolean | undefined;
|
|
4027
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4028
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
3952
4029
|
mediaDelivery?: {
|
|
3953
4030
|
sizes?: string | undefined;
|
|
3954
4031
|
widthCandidates?: number[] | undefined;
|
|
@@ -4053,6 +4130,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4053
4130
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4054
4131
|
showMediaPreview?: boolean | undefined;
|
|
4055
4132
|
showMediaOverlayActions?: boolean | undefined;
|
|
4133
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4134
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4056
4135
|
mediaDelivery?: {
|
|
4057
4136
|
sizes?: string | undefined;
|
|
4058
4137
|
widthCandidates?: number[] | undefined;
|
|
@@ -4157,6 +4236,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4157
4236
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4158
4237
|
showMediaPreview?: boolean | undefined;
|
|
4159
4238
|
showMediaOverlayActions?: boolean | undefined;
|
|
4239
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4240
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4160
4241
|
mediaDelivery?: {
|
|
4161
4242
|
sizes?: string | undefined;
|
|
4162
4243
|
widthCandidates?: number[] | undefined;
|
|
@@ -4261,6 +4342,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4261
4342
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4262
4343
|
showMediaPreview?: boolean | undefined;
|
|
4263
4344
|
showMediaOverlayActions?: boolean | undefined;
|
|
4345
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4346
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4264
4347
|
mediaDelivery?: {
|
|
4265
4348
|
sizes?: string | undefined;
|
|
4266
4349
|
widthCandidates?: number[] | undefined;
|
|
@@ -4369,6 +4452,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4369
4452
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4370
4453
|
showMediaPreview?: boolean | undefined;
|
|
4371
4454
|
showMediaOverlayActions?: boolean | undefined;
|
|
4455
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4456
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4372
4457
|
mediaDelivery?: {
|
|
4373
4458
|
sizes?: string | undefined;
|
|
4374
4459
|
widthCandidates?: number[] | undefined;
|
|
@@ -4473,6 +4558,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4473
4558
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4474
4559
|
showMediaPreview?: boolean | undefined;
|
|
4475
4560
|
showMediaOverlayActions?: boolean | undefined;
|
|
4561
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4562
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4476
4563
|
mediaDelivery?: {
|
|
4477
4564
|
sizes?: string | undefined;
|
|
4478
4565
|
widthCandidates?: number[] | undefined;
|
|
@@ -4579,6 +4666,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4579
4666
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4580
4667
|
showMediaPreview?: boolean | undefined;
|
|
4581
4668
|
showMediaOverlayActions?: boolean | undefined;
|
|
4669
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4670
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4582
4671
|
mediaDelivery?: {
|
|
4583
4672
|
sizes?: string | undefined;
|
|
4584
4673
|
widthCandidates?: number[] | undefined;
|
|
@@ -4683,6 +4772,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4683
4772
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4684
4773
|
showMediaPreview?: boolean | undefined;
|
|
4685
4774
|
showMediaOverlayActions?: boolean | undefined;
|
|
4775
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4776
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4686
4777
|
mediaDelivery?: {
|
|
4687
4778
|
sizes?: string | undefined;
|
|
4688
4779
|
widthCandidates?: number[] | undefined;
|
|
@@ -4794,6 +4885,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4794
4885
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4795
4886
|
showMediaPreview?: boolean | undefined;
|
|
4796
4887
|
showMediaOverlayActions?: boolean | undefined;
|
|
4888
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
4889
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4797
4890
|
mediaDelivery?: {
|
|
4798
4891
|
sizes?: string | undefined;
|
|
4799
4892
|
widthCandidates?: number[] | undefined;
|
|
@@ -4904,6 +4997,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
4904
4997
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
4905
4998
|
showMediaPreview?: boolean | undefined;
|
|
4906
4999
|
showMediaOverlayActions?: boolean | undefined;
|
|
5000
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5001
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
4907
5002
|
mediaDelivery?: {
|
|
4908
5003
|
sizes?: string | undefined;
|
|
4909
5004
|
widthCandidates?: number[] | undefined;
|
|
@@ -5008,6 +5103,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5008
5103
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5009
5104
|
showMediaPreview?: boolean | undefined;
|
|
5010
5105
|
showMediaOverlayActions?: boolean | undefined;
|
|
5106
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5107
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5011
5108
|
mediaDelivery?: {
|
|
5012
5109
|
sizes?: string | undefined;
|
|
5013
5110
|
widthCandidates?: number[] | undefined;
|
|
@@ -5115,6 +5212,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5115
5212
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5116
5213
|
showMediaPreview?: boolean | undefined;
|
|
5117
5214
|
showMediaOverlayActions?: boolean | undefined;
|
|
5215
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5216
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5118
5217
|
mediaDelivery?: {
|
|
5119
5218
|
sizes?: string | undefined;
|
|
5120
5219
|
widthCandidates?: number[] | undefined;
|
|
@@ -5224,6 +5323,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5224
5323
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5225
5324
|
showMediaPreview?: boolean | undefined;
|
|
5226
5325
|
showMediaOverlayActions?: boolean | undefined;
|
|
5326
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5327
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5227
5328
|
mediaDelivery?: {
|
|
5228
5329
|
sizes?: string | undefined;
|
|
5229
5330
|
widthCandidates?: number[] | undefined;
|
|
@@ -5334,6 +5435,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5334
5435
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5335
5436
|
showMediaPreview?: boolean | undefined;
|
|
5336
5437
|
showMediaOverlayActions?: boolean | undefined;
|
|
5438
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5439
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5337
5440
|
mediaDelivery?: {
|
|
5338
5441
|
sizes?: string | undefined;
|
|
5339
5442
|
widthCandidates?: number[] | undefined;
|
|
@@ -5438,6 +5541,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5438
5541
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5439
5542
|
showMediaPreview?: boolean | undefined;
|
|
5440
5543
|
showMediaOverlayActions?: boolean | undefined;
|
|
5544
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5545
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5441
5546
|
mediaDelivery?: {
|
|
5442
5547
|
sizes?: string | undefined;
|
|
5443
5548
|
widthCandidates?: number[] | undefined;
|
|
@@ -5542,6 +5647,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5542
5647
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5543
5648
|
showMediaPreview?: boolean | undefined;
|
|
5544
5649
|
showMediaOverlayActions?: boolean | undefined;
|
|
5650
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5651
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5545
5652
|
mediaDelivery?: {
|
|
5546
5653
|
sizes?: string | undefined;
|
|
5547
5654
|
widthCandidates?: number[] | undefined;
|
|
@@ -5661,6 +5768,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5661
5768
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5662
5769
|
showMediaPreview?: boolean | undefined;
|
|
5663
5770
|
showMediaOverlayActions?: boolean | undefined;
|
|
5771
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5772
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5664
5773
|
mediaDelivery?: {
|
|
5665
5774
|
sizes?: string | undefined;
|
|
5666
5775
|
widthCandidates?: number[] | undefined;
|
|
@@ -5774,6 +5883,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5774
5883
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5775
5884
|
showMediaPreview?: boolean | undefined;
|
|
5776
5885
|
showMediaOverlayActions?: boolean | undefined;
|
|
5886
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5887
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5777
5888
|
mediaDelivery?: {
|
|
5778
5889
|
sizes?: string | undefined;
|
|
5779
5890
|
widthCandidates?: number[] | undefined;
|
|
@@ -5879,6 +5990,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5879
5990
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5880
5991
|
showMediaPreview?: boolean | undefined;
|
|
5881
5992
|
showMediaOverlayActions?: boolean | undefined;
|
|
5993
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
5994
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5882
5995
|
mediaDelivery?: {
|
|
5883
5996
|
sizes?: string | undefined;
|
|
5884
5997
|
widthCandidates?: number[] | undefined;
|
|
@@ -5984,6 +6097,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
5984
6097
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
5985
6098
|
showMediaPreview?: boolean | undefined;
|
|
5986
6099
|
showMediaOverlayActions?: boolean | undefined;
|
|
6100
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6101
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
5987
6102
|
mediaDelivery?: {
|
|
5988
6103
|
sizes?: string | undefined;
|
|
5989
6104
|
widthCandidates?: number[] | undefined;
|
|
@@ -6090,6 +6205,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6090
6205
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6091
6206
|
showMediaPreview?: boolean | undefined;
|
|
6092
6207
|
showMediaOverlayActions?: boolean | undefined;
|
|
6208
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6209
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6093
6210
|
mediaDelivery?: {
|
|
6094
6211
|
sizes?: string | undefined;
|
|
6095
6212
|
widthCandidates?: number[] | undefined;
|
|
@@ -6194,6 +6311,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6194
6311
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6195
6312
|
showMediaPreview?: boolean | undefined;
|
|
6196
6313
|
showMediaOverlayActions?: boolean | undefined;
|
|
6314
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6315
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6197
6316
|
mediaDelivery?: {
|
|
6198
6317
|
sizes?: string | undefined;
|
|
6199
6318
|
widthCandidates?: number[] | undefined;
|
|
@@ -6298,6 +6417,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6298
6417
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6299
6418
|
showMediaPreview?: boolean | undefined;
|
|
6300
6419
|
showMediaOverlayActions?: boolean | undefined;
|
|
6420
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6421
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6301
6422
|
mediaDelivery?: {
|
|
6302
6423
|
sizes?: string | undefined;
|
|
6303
6424
|
widthCandidates?: number[] | undefined;
|
|
@@ -6402,6 +6523,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6402
6523
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6403
6524
|
showMediaPreview?: boolean | undefined;
|
|
6404
6525
|
showMediaOverlayActions?: boolean | undefined;
|
|
6526
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6527
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6405
6528
|
mediaDelivery?: {
|
|
6406
6529
|
sizes?: string | undefined;
|
|
6407
6530
|
widthCandidates?: number[] | undefined;
|
|
@@ -6506,6 +6629,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6506
6629
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6507
6630
|
showMediaPreview?: boolean | undefined;
|
|
6508
6631
|
showMediaOverlayActions?: boolean | undefined;
|
|
6632
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6633
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6509
6634
|
mediaDelivery?: {
|
|
6510
6635
|
sizes?: string | undefined;
|
|
6511
6636
|
widthCandidates?: number[] | undefined;
|
|
@@ -6610,6 +6735,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6610
6735
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6611
6736
|
showMediaPreview?: boolean | undefined;
|
|
6612
6737
|
showMediaOverlayActions?: boolean | undefined;
|
|
6738
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6739
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6613
6740
|
mediaDelivery?: {
|
|
6614
6741
|
sizes?: string | undefined;
|
|
6615
6742
|
widthCandidates?: number[] | undefined;
|
|
@@ -6718,6 +6845,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6718
6845
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6719
6846
|
showMediaPreview?: boolean | undefined;
|
|
6720
6847
|
showMediaOverlayActions?: boolean | undefined;
|
|
6848
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6849
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6721
6850
|
mediaDelivery?: {
|
|
6722
6851
|
sizes?: string | undefined;
|
|
6723
6852
|
widthCandidates?: number[] | undefined;
|
|
@@ -6822,6 +6951,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6822
6951
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6823
6952
|
showMediaPreview?: boolean | undefined;
|
|
6824
6953
|
showMediaOverlayActions?: boolean | undefined;
|
|
6954
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
6955
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6825
6956
|
mediaDelivery?: {
|
|
6826
6957
|
sizes?: string | undefined;
|
|
6827
6958
|
widthCandidates?: number[] | undefined;
|
|
@@ -6928,6 +7059,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
6928
7059
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
6929
7060
|
showMediaPreview?: boolean | undefined;
|
|
6930
7061
|
showMediaOverlayActions?: boolean | undefined;
|
|
7062
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7063
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
6931
7064
|
mediaDelivery?: {
|
|
6932
7065
|
sizes?: string | undefined;
|
|
6933
7066
|
widthCandidates?: number[] | undefined;
|
|
@@ -7032,6 +7165,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7032
7165
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7033
7166
|
showMediaPreview?: boolean | undefined;
|
|
7034
7167
|
showMediaOverlayActions?: boolean | undefined;
|
|
7168
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7169
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7035
7170
|
mediaDelivery?: {
|
|
7036
7171
|
sizes?: string | undefined;
|
|
7037
7172
|
widthCandidates?: number[] | undefined;
|
|
@@ -7152,6 +7287,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7152
7287
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7153
7288
|
showMediaPreview?: boolean | undefined;
|
|
7154
7289
|
showMediaOverlayActions?: boolean | undefined;
|
|
7290
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7291
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7155
7292
|
mediaDelivery?: {
|
|
7156
7293
|
sizes?: string | undefined;
|
|
7157
7294
|
widthCandidates?: number[] | undefined;
|
|
@@ -7265,6 +7402,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7265
7402
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7266
7403
|
showMediaPreview?: boolean | undefined;
|
|
7267
7404
|
showMediaOverlayActions?: boolean | undefined;
|
|
7405
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7406
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7268
7407
|
mediaDelivery?: {
|
|
7269
7408
|
sizes?: string | undefined;
|
|
7270
7409
|
widthCandidates?: number[] | undefined;
|
|
@@ -7370,6 +7509,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7370
7509
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7371
7510
|
showMediaPreview?: boolean | undefined;
|
|
7372
7511
|
showMediaOverlayActions?: boolean | undefined;
|
|
7512
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7513
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7373
7514
|
mediaDelivery?: {
|
|
7374
7515
|
sizes?: string | undefined;
|
|
7375
7516
|
widthCandidates?: number[] | undefined;
|
|
@@ -7475,6 +7616,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7475
7616
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7476
7617
|
showMediaPreview?: boolean | undefined;
|
|
7477
7618
|
showMediaOverlayActions?: boolean | undefined;
|
|
7619
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7620
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7478
7621
|
mediaDelivery?: {
|
|
7479
7622
|
sizes?: string | undefined;
|
|
7480
7623
|
widthCandidates?: number[] | undefined;
|
|
@@ -7581,6 +7724,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7581
7724
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7582
7725
|
showMediaPreview?: boolean | undefined;
|
|
7583
7726
|
showMediaOverlayActions?: boolean | undefined;
|
|
7727
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7728
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7584
7729
|
mediaDelivery?: {
|
|
7585
7730
|
sizes?: string | undefined;
|
|
7586
7731
|
widthCandidates?: number[] | undefined;
|
|
@@ -7685,6 +7830,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7685
7830
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7686
7831
|
showMediaPreview?: boolean | undefined;
|
|
7687
7832
|
showMediaOverlayActions?: boolean | undefined;
|
|
7833
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7834
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7688
7835
|
mediaDelivery?: {
|
|
7689
7836
|
sizes?: string | undefined;
|
|
7690
7837
|
widthCandidates?: number[] | undefined;
|
|
@@ -7789,6 +7936,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7789
7936
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7790
7937
|
showMediaPreview?: boolean | undefined;
|
|
7791
7938
|
showMediaOverlayActions?: boolean | undefined;
|
|
7939
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
7940
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7792
7941
|
mediaDelivery?: {
|
|
7793
7942
|
sizes?: string | undefined;
|
|
7794
7943
|
widthCandidates?: number[] | undefined;
|
|
@@ -7893,6 +8042,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7893
8042
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7894
8043
|
showMediaPreview?: boolean | undefined;
|
|
7895
8044
|
showMediaOverlayActions?: boolean | undefined;
|
|
8045
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8046
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
7896
8047
|
mediaDelivery?: {
|
|
7897
8048
|
sizes?: string | undefined;
|
|
7898
8049
|
widthCandidates?: number[] | undefined;
|
|
@@ -7997,6 +8148,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
7997
8148
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
7998
8149
|
showMediaPreview?: boolean | undefined;
|
|
7999
8150
|
showMediaOverlayActions?: boolean | undefined;
|
|
8151
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8152
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8000
8153
|
mediaDelivery?: {
|
|
8001
8154
|
sizes?: string | undefined;
|
|
8002
8155
|
widthCandidates?: number[] | undefined;
|
|
@@ -8101,6 +8254,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8101
8254
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8102
8255
|
showMediaPreview?: boolean | undefined;
|
|
8103
8256
|
showMediaOverlayActions?: boolean | undefined;
|
|
8257
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8258
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8104
8259
|
mediaDelivery?: {
|
|
8105
8260
|
sizes?: string | undefined;
|
|
8106
8261
|
widthCandidates?: number[] | undefined;
|
|
@@ -8209,6 +8364,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8209
8364
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8210
8365
|
showMediaPreview?: boolean | undefined;
|
|
8211
8366
|
showMediaOverlayActions?: boolean | undefined;
|
|
8367
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8368
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8212
8369
|
mediaDelivery?: {
|
|
8213
8370
|
sizes?: string | undefined;
|
|
8214
8371
|
widthCandidates?: number[] | undefined;
|
|
@@ -8313,6 +8470,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8313
8470
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8314
8471
|
showMediaPreview?: boolean | undefined;
|
|
8315
8472
|
showMediaOverlayActions?: boolean | undefined;
|
|
8473
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8474
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8316
8475
|
mediaDelivery?: {
|
|
8317
8476
|
sizes?: string | undefined;
|
|
8318
8477
|
widthCandidates?: number[] | undefined;
|
|
@@ -8419,6 +8578,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8419
8578
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8420
8579
|
showMediaPreview?: boolean | undefined;
|
|
8421
8580
|
showMediaOverlayActions?: boolean | undefined;
|
|
8581
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8582
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8422
8583
|
mediaDelivery?: {
|
|
8423
8584
|
sizes?: string | undefined;
|
|
8424
8585
|
widthCandidates?: number[] | undefined;
|
|
@@ -8523,6 +8684,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8523
8684
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8524
8685
|
showMediaPreview?: boolean | undefined;
|
|
8525
8686
|
showMediaOverlayActions?: boolean | undefined;
|
|
8687
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8688
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8526
8689
|
mediaDelivery?: {
|
|
8527
8690
|
sizes?: string | undefined;
|
|
8528
8691
|
widthCandidates?: number[] | undefined;
|
|
@@ -8634,6 +8797,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8634
8797
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8635
8798
|
showMediaPreview?: boolean | undefined;
|
|
8636
8799
|
showMediaOverlayActions?: boolean | undefined;
|
|
8800
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8801
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8637
8802
|
mediaDelivery?: {
|
|
8638
8803
|
sizes?: string | undefined;
|
|
8639
8804
|
widthCandidates?: number[] | undefined;
|
|
@@ -8744,6 +8909,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8744
8909
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8745
8910
|
showMediaPreview?: boolean | undefined;
|
|
8746
8911
|
showMediaOverlayActions?: boolean | undefined;
|
|
8912
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
8913
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8747
8914
|
mediaDelivery?: {
|
|
8748
8915
|
sizes?: string | undefined;
|
|
8749
8916
|
widthCandidates?: number[] | undefined;
|
|
@@ -8848,6 +9015,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8848
9015
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8849
9016
|
showMediaPreview?: boolean | undefined;
|
|
8850
9017
|
showMediaOverlayActions?: boolean | undefined;
|
|
9018
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9019
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8851
9020
|
mediaDelivery?: {
|
|
8852
9021
|
sizes?: string | undefined;
|
|
8853
9022
|
widthCandidates?: number[] | undefined;
|
|
@@ -8952,6 +9121,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
8952
9121
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
8953
9122
|
showMediaPreview?: boolean | undefined;
|
|
8954
9123
|
showMediaOverlayActions?: boolean | undefined;
|
|
9124
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9125
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
8955
9126
|
mediaDelivery?: {
|
|
8956
9127
|
sizes?: string | undefined;
|
|
8957
9128
|
widthCandidates?: number[] | undefined;
|
|
@@ -9060,6 +9231,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9060
9231
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9061
9232
|
showMediaPreview?: boolean | undefined;
|
|
9062
9233
|
showMediaOverlayActions?: boolean | undefined;
|
|
9234
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9235
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9063
9236
|
mediaDelivery?: {
|
|
9064
9237
|
sizes?: string | undefined;
|
|
9065
9238
|
widthCandidates?: number[] | undefined;
|
|
@@ -9170,6 +9343,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9170
9343
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9171
9344
|
showMediaPreview?: boolean | undefined;
|
|
9172
9345
|
showMediaOverlayActions?: boolean | undefined;
|
|
9346
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9347
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9173
9348
|
mediaDelivery?: {
|
|
9174
9349
|
sizes?: string | undefined;
|
|
9175
9350
|
widthCandidates?: number[] | undefined;
|
|
@@ -9274,6 +9449,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9274
9449
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9275
9450
|
showMediaPreview?: boolean | undefined;
|
|
9276
9451
|
showMediaOverlayActions?: boolean | undefined;
|
|
9452
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9453
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9277
9454
|
mediaDelivery?: {
|
|
9278
9455
|
sizes?: string | undefined;
|
|
9279
9456
|
widthCandidates?: number[] | undefined;
|
|
@@ -9381,6 +9558,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9381
9558
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9382
9559
|
showMediaPreview?: boolean | undefined;
|
|
9383
9560
|
showMediaOverlayActions?: boolean | undefined;
|
|
9561
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9562
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9384
9563
|
mediaDelivery?: {
|
|
9385
9564
|
sizes?: string | undefined;
|
|
9386
9565
|
widthCandidates?: number[] | undefined;
|
|
@@ -9490,6 +9669,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9490
9669
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9491
9670
|
showMediaPreview?: boolean | undefined;
|
|
9492
9671
|
showMediaOverlayActions?: boolean | undefined;
|
|
9672
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9673
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9493
9674
|
mediaDelivery?: {
|
|
9494
9675
|
sizes?: string | undefined;
|
|
9495
9676
|
widthCandidates?: number[] | undefined;
|
|
@@ -9600,6 +9781,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9600
9781
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9601
9782
|
showMediaPreview?: boolean | undefined;
|
|
9602
9783
|
showMediaOverlayActions?: boolean | undefined;
|
|
9784
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9785
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9603
9786
|
mediaDelivery?: {
|
|
9604
9787
|
sizes?: string | undefined;
|
|
9605
9788
|
widthCandidates?: number[] | undefined;
|
|
@@ -9704,6 +9887,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9704
9887
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9705
9888
|
showMediaPreview?: boolean | undefined;
|
|
9706
9889
|
showMediaOverlayActions?: boolean | undefined;
|
|
9890
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
9891
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9707
9892
|
mediaDelivery?: {
|
|
9708
9893
|
sizes?: string | undefined;
|
|
9709
9894
|
widthCandidates?: number[] | undefined;
|
|
@@ -9815,6 +10000,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9815
10000
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9816
10001
|
showMediaPreview?: boolean | undefined;
|
|
9817
10002
|
showMediaOverlayActions?: boolean | undefined;
|
|
10003
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10004
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9818
10005
|
mediaDelivery?: {
|
|
9819
10006
|
sizes?: string | undefined;
|
|
9820
10007
|
widthCandidates?: number[] | undefined;
|
|
@@ -9920,6 +10107,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
9920
10107
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
9921
10108
|
showMediaPreview?: boolean | undefined;
|
|
9922
10109
|
showMediaOverlayActions?: boolean | undefined;
|
|
10110
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10111
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
9923
10112
|
mediaDelivery?: {
|
|
9924
10113
|
sizes?: string | undefined;
|
|
9925
10114
|
widthCandidates?: number[] | undefined;
|
|
@@ -10025,6 +10214,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10025
10214
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10026
10215
|
showMediaPreview?: boolean | undefined;
|
|
10027
10216
|
showMediaOverlayActions?: boolean | undefined;
|
|
10217
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10218
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10028
10219
|
mediaDelivery?: {
|
|
10029
10220
|
sizes?: string | undefined;
|
|
10030
10221
|
widthCandidates?: number[] | undefined;
|
|
@@ -10131,6 +10322,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10131
10322
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10132
10323
|
showMediaPreview?: boolean | undefined;
|
|
10133
10324
|
showMediaOverlayActions?: boolean | undefined;
|
|
10325
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10326
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10134
10327
|
mediaDelivery?: {
|
|
10135
10328
|
sizes?: string | undefined;
|
|
10136
10329
|
widthCandidates?: number[] | undefined;
|
|
@@ -10235,6 +10428,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10235
10428
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10236
10429
|
showMediaPreview?: boolean | undefined;
|
|
10237
10430
|
showMediaOverlayActions?: boolean | undefined;
|
|
10431
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10432
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10238
10433
|
mediaDelivery?: {
|
|
10239
10434
|
sizes?: string | undefined;
|
|
10240
10435
|
widthCandidates?: number[] | undefined;
|
|
@@ -10339,6 +10534,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10339
10534
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10340
10535
|
showMediaPreview?: boolean | undefined;
|
|
10341
10536
|
showMediaOverlayActions?: boolean | undefined;
|
|
10537
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10538
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10342
10539
|
mediaDelivery?: {
|
|
10343
10540
|
sizes?: string | undefined;
|
|
10344
10541
|
widthCandidates?: number[] | undefined;
|
|
@@ -10443,6 +10640,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10443
10640
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10444
10641
|
showMediaPreview?: boolean | undefined;
|
|
10445
10642
|
showMediaOverlayActions?: boolean | undefined;
|
|
10643
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10644
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10446
10645
|
mediaDelivery?: {
|
|
10447
10646
|
sizes?: string | undefined;
|
|
10448
10647
|
widthCandidates?: number[] | undefined;
|
|
@@ -10547,6 +10746,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10547
10746
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10548
10747
|
showMediaPreview?: boolean | undefined;
|
|
10549
10748
|
showMediaOverlayActions?: boolean | undefined;
|
|
10749
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10750
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10550
10751
|
mediaDelivery?: {
|
|
10551
10752
|
sizes?: string | undefined;
|
|
10552
10753
|
widthCandidates?: number[] | undefined;
|
|
@@ -10651,6 +10852,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10651
10852
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10652
10853
|
showMediaPreview?: boolean | undefined;
|
|
10653
10854
|
showMediaOverlayActions?: boolean | undefined;
|
|
10855
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10856
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10654
10857
|
mediaDelivery?: {
|
|
10655
10858
|
sizes?: string | undefined;
|
|
10656
10859
|
widthCandidates?: number[] | undefined;
|
|
@@ -10759,6 +10962,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10759
10962
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10760
10963
|
showMediaPreview?: boolean | undefined;
|
|
10761
10964
|
showMediaOverlayActions?: boolean | undefined;
|
|
10965
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
10966
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10762
10967
|
mediaDelivery?: {
|
|
10763
10968
|
sizes?: string | undefined;
|
|
10764
10969
|
widthCandidates?: number[] | undefined;
|
|
@@ -10863,6 +11068,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10863
11068
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10864
11069
|
showMediaPreview?: boolean | undefined;
|
|
10865
11070
|
showMediaOverlayActions?: boolean | undefined;
|
|
11071
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11072
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10866
11073
|
mediaDelivery?: {
|
|
10867
11074
|
sizes?: string | undefined;
|
|
10868
11075
|
widthCandidates?: number[] | undefined;
|
|
@@ -10969,6 +11176,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
10969
11176
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
10970
11177
|
showMediaPreview?: boolean | undefined;
|
|
10971
11178
|
showMediaOverlayActions?: boolean | undefined;
|
|
11179
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11180
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
10972
11181
|
mediaDelivery?: {
|
|
10973
11182
|
sizes?: string | undefined;
|
|
10974
11183
|
widthCandidates?: number[] | undefined;
|
|
@@ -11073,6 +11282,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11073
11282
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11074
11283
|
showMediaPreview?: boolean | undefined;
|
|
11075
11284
|
showMediaOverlayActions?: boolean | undefined;
|
|
11285
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11286
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11076
11287
|
mediaDelivery?: {
|
|
11077
11288
|
sizes?: string | undefined;
|
|
11078
11289
|
widthCandidates?: number[] | undefined;
|
|
@@ -11193,6 +11404,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11193
11404
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11194
11405
|
showMediaPreview?: boolean | undefined;
|
|
11195
11406
|
showMediaOverlayActions?: boolean | undefined;
|
|
11407
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11408
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11196
11409
|
mediaDelivery?: {
|
|
11197
11410
|
sizes?: string | undefined;
|
|
11198
11411
|
widthCandidates?: number[] | undefined;
|
|
@@ -11301,6 +11514,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11301
11514
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11302
11515
|
showMediaPreview?: boolean | undefined;
|
|
11303
11516
|
showMediaOverlayActions?: boolean | undefined;
|
|
11517
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11518
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11304
11519
|
mediaDelivery?: {
|
|
11305
11520
|
sizes?: string | undefined;
|
|
11306
11521
|
widthCandidates?: number[] | undefined;
|
|
@@ -11380,6 +11595,9 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11380
11595
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
11381
11596
|
} | undefined;
|
|
11382
11597
|
itemLabelSource?: string | undefined;
|
|
11598
|
+
showSummary?: boolean | undefined;
|
|
11599
|
+
summaryFields?: string[] | undefined;
|
|
11600
|
+
summaryMaxChars?: number | undefined;
|
|
11383
11601
|
maxItems?: number | undefined;
|
|
11384
11602
|
schema?: unknown;
|
|
11385
11603
|
polymorphic?: boolean | undefined;
|
|
@@ -11418,6 +11636,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11418
11636
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11419
11637
|
showMediaPreview?: boolean | undefined;
|
|
11420
11638
|
showMediaOverlayActions?: boolean | undefined;
|
|
11639
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11640
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11421
11641
|
mediaDelivery?: {
|
|
11422
11642
|
sizes?: string | undefined;
|
|
11423
11643
|
widthCandidates?: number[] | undefined;
|
|
@@ -11531,6 +11751,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11531
11751
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11532
11752
|
showMediaPreview?: boolean | undefined;
|
|
11533
11753
|
showMediaOverlayActions?: boolean | undefined;
|
|
11754
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11755
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11534
11756
|
mediaDelivery?: {
|
|
11535
11757
|
sizes?: string | undefined;
|
|
11536
11758
|
widthCandidates?: number[] | undefined;
|
|
@@ -11636,6 +11858,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11636
11858
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11637
11859
|
showMediaPreview?: boolean | undefined;
|
|
11638
11860
|
showMediaOverlayActions?: boolean | undefined;
|
|
11861
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11862
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11639
11863
|
mediaDelivery?: {
|
|
11640
11864
|
sizes?: string | undefined;
|
|
11641
11865
|
widthCandidates?: number[] | undefined;
|
|
@@ -11741,6 +11965,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11741
11965
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11742
11966
|
showMediaPreview?: boolean | undefined;
|
|
11743
11967
|
showMediaOverlayActions?: boolean | undefined;
|
|
11968
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
11969
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11744
11970
|
mediaDelivery?: {
|
|
11745
11971
|
sizes?: string | undefined;
|
|
11746
11972
|
widthCandidates?: number[] | undefined;
|
|
@@ -11847,6 +12073,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11847
12073
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11848
12074
|
showMediaPreview?: boolean | undefined;
|
|
11849
12075
|
showMediaOverlayActions?: boolean | undefined;
|
|
12076
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12077
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11850
12078
|
mediaDelivery?: {
|
|
11851
12079
|
sizes?: string | undefined;
|
|
11852
12080
|
widthCandidates?: number[] | undefined;
|
|
@@ -11951,6 +12179,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
11951
12179
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
11952
12180
|
showMediaPreview?: boolean | undefined;
|
|
11953
12181
|
showMediaOverlayActions?: boolean | undefined;
|
|
12182
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12183
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
11954
12184
|
mediaDelivery?: {
|
|
11955
12185
|
sizes?: string | undefined;
|
|
11956
12186
|
widthCandidates?: number[] | undefined;
|
|
@@ -12055,6 +12285,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12055
12285
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12056
12286
|
showMediaPreview?: boolean | undefined;
|
|
12057
12287
|
showMediaOverlayActions?: boolean | undefined;
|
|
12288
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12289
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12058
12290
|
mediaDelivery?: {
|
|
12059
12291
|
sizes?: string | undefined;
|
|
12060
12292
|
widthCandidates?: number[] | undefined;
|
|
@@ -12159,6 +12391,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12159
12391
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12160
12392
|
showMediaPreview?: boolean | undefined;
|
|
12161
12393
|
showMediaOverlayActions?: boolean | undefined;
|
|
12394
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12395
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12162
12396
|
mediaDelivery?: {
|
|
12163
12397
|
sizes?: string | undefined;
|
|
12164
12398
|
widthCandidates?: number[] | undefined;
|
|
@@ -12263,6 +12497,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12263
12497
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12264
12498
|
showMediaPreview?: boolean | undefined;
|
|
12265
12499
|
showMediaOverlayActions?: boolean | undefined;
|
|
12500
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12501
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12266
12502
|
mediaDelivery?: {
|
|
12267
12503
|
sizes?: string | undefined;
|
|
12268
12504
|
widthCandidates?: number[] | undefined;
|
|
@@ -12367,6 +12603,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12367
12603
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12368
12604
|
showMediaPreview?: boolean | undefined;
|
|
12369
12605
|
showMediaOverlayActions?: boolean | undefined;
|
|
12606
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12607
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12370
12608
|
mediaDelivery?: {
|
|
12371
12609
|
sizes?: string | undefined;
|
|
12372
12610
|
widthCandidates?: number[] | undefined;
|
|
@@ -12475,6 +12713,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12475
12713
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12476
12714
|
showMediaPreview?: boolean | undefined;
|
|
12477
12715
|
showMediaOverlayActions?: boolean | undefined;
|
|
12716
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12717
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12478
12718
|
mediaDelivery?: {
|
|
12479
12719
|
sizes?: string | undefined;
|
|
12480
12720
|
widthCandidates?: number[] | undefined;
|
|
@@ -12579,6 +12819,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12579
12819
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12580
12820
|
showMediaPreview?: boolean | undefined;
|
|
12581
12821
|
showMediaOverlayActions?: boolean | undefined;
|
|
12822
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12823
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12582
12824
|
mediaDelivery?: {
|
|
12583
12825
|
sizes?: string | undefined;
|
|
12584
12826
|
widthCandidates?: number[] | undefined;
|
|
@@ -12685,6 +12927,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12685
12927
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12686
12928
|
showMediaPreview?: boolean | undefined;
|
|
12687
12929
|
showMediaOverlayActions?: boolean | undefined;
|
|
12930
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
12931
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12688
12932
|
mediaDelivery?: {
|
|
12689
12933
|
sizes?: string | undefined;
|
|
12690
12934
|
widthCandidates?: number[] | undefined;
|
|
@@ -12789,6 +13033,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12789
13033
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12790
13034
|
showMediaPreview?: boolean | undefined;
|
|
12791
13035
|
showMediaOverlayActions?: boolean | undefined;
|
|
13036
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13037
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12792
13038
|
mediaDelivery?: {
|
|
12793
13039
|
sizes?: string | undefined;
|
|
12794
13040
|
widthCandidates?: number[] | undefined;
|
|
@@ -12911,6 +13157,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
12911
13157
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
12912
13158
|
showMediaPreview?: boolean | undefined;
|
|
12913
13159
|
showMediaOverlayActions?: boolean | undefined;
|
|
13160
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13161
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
12914
13162
|
mediaDelivery?: {
|
|
12915
13163
|
sizes?: string | undefined;
|
|
12916
13164
|
widthCandidates?: number[] | undefined;
|
|
@@ -13024,6 +13272,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13024
13272
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13025
13273
|
showMediaPreview?: boolean | undefined;
|
|
13026
13274
|
showMediaOverlayActions?: boolean | undefined;
|
|
13275
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13276
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13027
13277
|
mediaDelivery?: {
|
|
13028
13278
|
sizes?: string | undefined;
|
|
13029
13279
|
widthCandidates?: number[] | undefined;
|
|
@@ -13129,6 +13379,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13129
13379
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13130
13380
|
showMediaPreview?: boolean | undefined;
|
|
13131
13381
|
showMediaOverlayActions?: boolean | undefined;
|
|
13382
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13383
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13132
13384
|
mediaDelivery?: {
|
|
13133
13385
|
sizes?: string | undefined;
|
|
13134
13386
|
widthCandidates?: number[] | undefined;
|
|
@@ -13234,6 +13486,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13234
13486
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13235
13487
|
showMediaPreview?: boolean | undefined;
|
|
13236
13488
|
showMediaOverlayActions?: boolean | undefined;
|
|
13489
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13490
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13237
13491
|
mediaDelivery?: {
|
|
13238
13492
|
sizes?: string | undefined;
|
|
13239
13493
|
widthCandidates?: number[] | undefined;
|
|
@@ -13340,6 +13594,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13340
13594
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13341
13595
|
showMediaPreview?: boolean | undefined;
|
|
13342
13596
|
showMediaOverlayActions?: boolean | undefined;
|
|
13597
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13598
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13343
13599
|
mediaDelivery?: {
|
|
13344
13600
|
sizes?: string | undefined;
|
|
13345
13601
|
widthCandidates?: number[] | undefined;
|
|
@@ -13444,6 +13700,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13444
13700
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13445
13701
|
showMediaPreview?: boolean | undefined;
|
|
13446
13702
|
showMediaOverlayActions?: boolean | undefined;
|
|
13703
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13704
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13447
13705
|
mediaDelivery?: {
|
|
13448
13706
|
sizes?: string | undefined;
|
|
13449
13707
|
widthCandidates?: number[] | undefined;
|
|
@@ -13548,6 +13806,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13548
13806
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13549
13807
|
showMediaPreview?: boolean | undefined;
|
|
13550
13808
|
showMediaOverlayActions?: boolean | undefined;
|
|
13809
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13810
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13551
13811
|
mediaDelivery?: {
|
|
13552
13812
|
sizes?: string | undefined;
|
|
13553
13813
|
widthCandidates?: number[] | undefined;
|
|
@@ -13652,6 +13912,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13652
13912
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13653
13913
|
showMediaPreview?: boolean | undefined;
|
|
13654
13914
|
showMediaOverlayActions?: boolean | undefined;
|
|
13915
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
13916
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13655
13917
|
mediaDelivery?: {
|
|
13656
13918
|
sizes?: string | undefined;
|
|
13657
13919
|
widthCandidates?: number[] | undefined;
|
|
@@ -13756,6 +14018,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13756
14018
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13757
14019
|
showMediaPreview?: boolean | undefined;
|
|
13758
14020
|
showMediaOverlayActions?: boolean | undefined;
|
|
14021
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14022
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13759
14023
|
mediaDelivery?: {
|
|
13760
14024
|
sizes?: string | undefined;
|
|
13761
14025
|
widthCandidates?: number[] | undefined;
|
|
@@ -13860,6 +14124,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13860
14124
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13861
14125
|
showMediaPreview?: boolean | undefined;
|
|
13862
14126
|
showMediaOverlayActions?: boolean | undefined;
|
|
14127
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14128
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13863
14129
|
mediaDelivery?: {
|
|
13864
14130
|
sizes?: string | undefined;
|
|
13865
14131
|
widthCandidates?: number[] | undefined;
|
|
@@ -13968,6 +14234,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
13968
14234
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
13969
14235
|
showMediaPreview?: boolean | undefined;
|
|
13970
14236
|
showMediaOverlayActions?: boolean | undefined;
|
|
14237
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14238
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
13971
14239
|
mediaDelivery?: {
|
|
13972
14240
|
sizes?: string | undefined;
|
|
13973
14241
|
widthCandidates?: number[] | undefined;
|
|
@@ -14072,6 +14340,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14072
14340
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14073
14341
|
showMediaPreview?: boolean | undefined;
|
|
14074
14342
|
showMediaOverlayActions?: boolean | undefined;
|
|
14343
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14344
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14075
14345
|
mediaDelivery?: {
|
|
14076
14346
|
sizes?: string | undefined;
|
|
14077
14347
|
widthCandidates?: number[] | undefined;
|
|
@@ -14178,6 +14448,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14178
14448
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14179
14449
|
showMediaPreview?: boolean | undefined;
|
|
14180
14450
|
showMediaOverlayActions?: boolean | undefined;
|
|
14451
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14452
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14181
14453
|
mediaDelivery?: {
|
|
14182
14454
|
sizes?: string | undefined;
|
|
14183
14455
|
widthCandidates?: number[] | undefined;
|
|
@@ -14282,6 +14554,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14282
14554
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14283
14555
|
showMediaPreview?: boolean | undefined;
|
|
14284
14556
|
showMediaOverlayActions?: boolean | undefined;
|
|
14557
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14558
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14285
14559
|
mediaDelivery?: {
|
|
14286
14560
|
sizes?: string | undefined;
|
|
14287
14561
|
widthCandidates?: number[] | undefined;
|
|
@@ -14393,6 +14667,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14393
14667
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14394
14668
|
showMediaPreview?: boolean | undefined;
|
|
14395
14669
|
showMediaOverlayActions?: boolean | undefined;
|
|
14670
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14671
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14396
14672
|
mediaDelivery?: {
|
|
14397
14673
|
sizes?: string | undefined;
|
|
14398
14674
|
widthCandidates?: number[] | undefined;
|
|
@@ -14503,6 +14779,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14503
14779
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14504
14780
|
showMediaPreview?: boolean | undefined;
|
|
14505
14781
|
showMediaOverlayActions?: boolean | undefined;
|
|
14782
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14783
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14506
14784
|
mediaDelivery?: {
|
|
14507
14785
|
sizes?: string | undefined;
|
|
14508
14786
|
widthCandidates?: number[] | undefined;
|
|
@@ -14607,6 +14885,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14607
14885
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14608
14886
|
showMediaPreview?: boolean | undefined;
|
|
14609
14887
|
showMediaOverlayActions?: boolean | undefined;
|
|
14888
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14889
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14610
14890
|
mediaDelivery?: {
|
|
14611
14891
|
sizes?: string | undefined;
|
|
14612
14892
|
widthCandidates?: number[] | undefined;
|
|
@@ -14714,6 +14994,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14714
14994
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14715
14995
|
showMediaPreview?: boolean | undefined;
|
|
14716
14996
|
showMediaOverlayActions?: boolean | undefined;
|
|
14997
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
14998
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14717
14999
|
mediaDelivery?: {
|
|
14718
15000
|
sizes?: string | undefined;
|
|
14719
15001
|
widthCandidates?: number[] | undefined;
|
|
@@ -14823,6 +15105,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14823
15105
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14824
15106
|
showMediaPreview?: boolean | undefined;
|
|
14825
15107
|
showMediaOverlayActions?: boolean | undefined;
|
|
15108
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15109
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14826
15110
|
mediaDelivery?: {
|
|
14827
15111
|
sizes?: string | undefined;
|
|
14828
15112
|
widthCandidates?: number[] | undefined;
|
|
@@ -14933,6 +15217,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
14933
15217
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
14934
15218
|
showMediaPreview?: boolean | undefined;
|
|
14935
15219
|
showMediaOverlayActions?: boolean | undefined;
|
|
15220
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15221
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
14936
15222
|
mediaDelivery?: {
|
|
14937
15223
|
sizes?: string | undefined;
|
|
14938
15224
|
widthCandidates?: number[] | undefined;
|
|
@@ -15037,6 +15323,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15037
15323
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15038
15324
|
showMediaPreview?: boolean | undefined;
|
|
15039
15325
|
showMediaOverlayActions?: boolean | undefined;
|
|
15326
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15327
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15040
15328
|
mediaDelivery?: {
|
|
15041
15329
|
sizes?: string | undefined;
|
|
15042
15330
|
widthCandidates?: number[] | undefined;
|
|
@@ -15148,6 +15436,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15148
15436
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15149
15437
|
showMediaPreview?: boolean | undefined;
|
|
15150
15438
|
showMediaOverlayActions?: boolean | undefined;
|
|
15439
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15440
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15151
15441
|
mediaDelivery?: {
|
|
15152
15442
|
sizes?: string | undefined;
|
|
15153
15443
|
widthCandidates?: number[] | undefined;
|
|
@@ -15253,6 +15543,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15253
15543
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15254
15544
|
showMediaPreview?: boolean | undefined;
|
|
15255
15545
|
showMediaOverlayActions?: boolean | undefined;
|
|
15546
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15547
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15256
15548
|
mediaDelivery?: {
|
|
15257
15549
|
sizes?: string | undefined;
|
|
15258
15550
|
widthCandidates?: number[] | undefined;
|
|
@@ -15358,6 +15650,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15358
15650
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15359
15651
|
showMediaPreview?: boolean | undefined;
|
|
15360
15652
|
showMediaOverlayActions?: boolean | undefined;
|
|
15653
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15654
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15361
15655
|
mediaDelivery?: {
|
|
15362
15656
|
sizes?: string | undefined;
|
|
15363
15657
|
widthCandidates?: number[] | undefined;
|
|
@@ -15464,6 +15758,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15464
15758
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15465
15759
|
showMediaPreview?: boolean | undefined;
|
|
15466
15760
|
showMediaOverlayActions?: boolean | undefined;
|
|
15761
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15762
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15467
15763
|
mediaDelivery?: {
|
|
15468
15764
|
sizes?: string | undefined;
|
|
15469
15765
|
widthCandidates?: number[] | undefined;
|
|
@@ -15568,6 +15864,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15568
15864
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15569
15865
|
showMediaPreview?: boolean | undefined;
|
|
15570
15866
|
showMediaOverlayActions?: boolean | undefined;
|
|
15867
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15868
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15571
15869
|
mediaDelivery?: {
|
|
15572
15870
|
sizes?: string | undefined;
|
|
15573
15871
|
widthCandidates?: number[] | undefined;
|
|
@@ -15672,6 +15970,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15672
15970
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15673
15971
|
showMediaPreview?: boolean | undefined;
|
|
15674
15972
|
showMediaOverlayActions?: boolean | undefined;
|
|
15973
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
15974
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15675
15975
|
mediaDelivery?: {
|
|
15676
15976
|
sizes?: string | undefined;
|
|
15677
15977
|
widthCandidates?: number[] | undefined;
|
|
@@ -15776,6 +16076,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15776
16076
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15777
16077
|
showMediaPreview?: boolean | undefined;
|
|
15778
16078
|
showMediaOverlayActions?: boolean | undefined;
|
|
16079
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16080
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15779
16081
|
mediaDelivery?: {
|
|
15780
16082
|
sizes?: string | undefined;
|
|
15781
16083
|
widthCandidates?: number[] | undefined;
|
|
@@ -15880,6 +16182,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15880
16182
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15881
16183
|
showMediaPreview?: boolean | undefined;
|
|
15882
16184
|
showMediaOverlayActions?: boolean | undefined;
|
|
16185
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16186
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15883
16187
|
mediaDelivery?: {
|
|
15884
16188
|
sizes?: string | undefined;
|
|
15885
16189
|
widthCandidates?: number[] | undefined;
|
|
@@ -15984,6 +16288,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
15984
16288
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
15985
16289
|
showMediaPreview?: boolean | undefined;
|
|
15986
16290
|
showMediaOverlayActions?: boolean | undefined;
|
|
16291
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16292
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
15987
16293
|
mediaDelivery?: {
|
|
15988
16294
|
sizes?: string | undefined;
|
|
15989
16295
|
widthCandidates?: number[] | undefined;
|
|
@@ -16092,6 +16398,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16092
16398
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16093
16399
|
showMediaPreview?: boolean | undefined;
|
|
16094
16400
|
showMediaOverlayActions?: boolean | undefined;
|
|
16401
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16402
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16095
16403
|
mediaDelivery?: {
|
|
16096
16404
|
sizes?: string | undefined;
|
|
16097
16405
|
widthCandidates?: number[] | undefined;
|
|
@@ -16196,6 +16504,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16196
16504
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16197
16505
|
showMediaPreview?: boolean | undefined;
|
|
16198
16506
|
showMediaOverlayActions?: boolean | undefined;
|
|
16507
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16508
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16199
16509
|
mediaDelivery?: {
|
|
16200
16510
|
sizes?: string | undefined;
|
|
16201
16511
|
widthCandidates?: number[] | undefined;
|
|
@@ -16302,6 +16612,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16302
16612
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16303
16613
|
showMediaPreview?: boolean | undefined;
|
|
16304
16614
|
showMediaOverlayActions?: boolean | undefined;
|
|
16615
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16616
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16305
16617
|
mediaDelivery?: {
|
|
16306
16618
|
sizes?: string | undefined;
|
|
16307
16619
|
widthCandidates?: number[] | undefined;
|
|
@@ -16406,6 +16718,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16406
16718
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16407
16719
|
showMediaPreview?: boolean | undefined;
|
|
16408
16720
|
showMediaOverlayActions?: boolean | undefined;
|
|
16721
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16722
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16409
16723
|
mediaDelivery?: {
|
|
16410
16724
|
sizes?: string | undefined;
|
|
16411
16725
|
widthCandidates?: number[] | undefined;
|
|
@@ -16528,6 +16842,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16528
16842
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16529
16843
|
showMediaPreview?: boolean | undefined;
|
|
16530
16844
|
showMediaOverlayActions?: boolean | undefined;
|
|
16845
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16846
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16531
16847
|
mediaDelivery?: {
|
|
16532
16848
|
sizes?: string | undefined;
|
|
16533
16849
|
widthCandidates?: number[] | undefined;
|
|
@@ -16636,6 +16952,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16636
16952
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16637
16953
|
showMediaPreview?: boolean | undefined;
|
|
16638
16954
|
showMediaOverlayActions?: boolean | undefined;
|
|
16955
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
16956
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16639
16957
|
mediaDelivery?: {
|
|
16640
16958
|
sizes?: string | undefined;
|
|
16641
16959
|
widthCandidates?: number[] | undefined;
|
|
@@ -16715,6 +17033,9 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16715
17033
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
16716
17034
|
} | undefined;
|
|
16717
17035
|
itemLabelSource?: string | undefined;
|
|
17036
|
+
showSummary?: boolean | undefined;
|
|
17037
|
+
summaryFields?: string[] | undefined;
|
|
17038
|
+
summaryMaxChars?: number | undefined;
|
|
16718
17039
|
maxItems?: number | undefined;
|
|
16719
17040
|
schema?: unknown;
|
|
16720
17041
|
polymorphic?: boolean | undefined;
|
|
@@ -16753,6 +17074,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16753
17074
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16754
17075
|
showMediaPreview?: boolean | undefined;
|
|
16755
17076
|
showMediaOverlayActions?: boolean | undefined;
|
|
17077
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17078
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16756
17079
|
mediaDelivery?: {
|
|
16757
17080
|
sizes?: string | undefined;
|
|
16758
17081
|
widthCandidates?: number[] | undefined;
|
|
@@ -16866,6 +17189,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16866
17189
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16867
17190
|
showMediaPreview?: boolean | undefined;
|
|
16868
17191
|
showMediaOverlayActions?: boolean | undefined;
|
|
17192
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17193
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16869
17194
|
mediaDelivery?: {
|
|
16870
17195
|
sizes?: string | undefined;
|
|
16871
17196
|
widthCandidates?: number[] | undefined;
|
|
@@ -16971,6 +17296,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
16971
17296
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
16972
17297
|
showMediaPreview?: boolean | undefined;
|
|
16973
17298
|
showMediaOverlayActions?: boolean | undefined;
|
|
17299
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17300
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
16974
17301
|
mediaDelivery?: {
|
|
16975
17302
|
sizes?: string | undefined;
|
|
16976
17303
|
widthCandidates?: number[] | undefined;
|
|
@@ -17076,6 +17403,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17076
17403
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17077
17404
|
showMediaPreview?: boolean | undefined;
|
|
17078
17405
|
showMediaOverlayActions?: boolean | undefined;
|
|
17406
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17407
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17079
17408
|
mediaDelivery?: {
|
|
17080
17409
|
sizes?: string | undefined;
|
|
17081
17410
|
widthCandidates?: number[] | undefined;
|
|
@@ -17182,6 +17511,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17182
17511
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17183
17512
|
showMediaPreview?: boolean | undefined;
|
|
17184
17513
|
showMediaOverlayActions?: boolean | undefined;
|
|
17514
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17515
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17185
17516
|
mediaDelivery?: {
|
|
17186
17517
|
sizes?: string | undefined;
|
|
17187
17518
|
widthCandidates?: number[] | undefined;
|
|
@@ -17286,6 +17617,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17286
17617
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17287
17618
|
showMediaPreview?: boolean | undefined;
|
|
17288
17619
|
showMediaOverlayActions?: boolean | undefined;
|
|
17620
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17621
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17289
17622
|
mediaDelivery?: {
|
|
17290
17623
|
sizes?: string | undefined;
|
|
17291
17624
|
widthCandidates?: number[] | undefined;
|
|
@@ -17390,6 +17723,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17390
17723
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17391
17724
|
showMediaPreview?: boolean | undefined;
|
|
17392
17725
|
showMediaOverlayActions?: boolean | undefined;
|
|
17726
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17727
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17393
17728
|
mediaDelivery?: {
|
|
17394
17729
|
sizes?: string | undefined;
|
|
17395
17730
|
widthCandidates?: number[] | undefined;
|
|
@@ -17494,6 +17829,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17494
17829
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17495
17830
|
showMediaPreview?: boolean | undefined;
|
|
17496
17831
|
showMediaOverlayActions?: boolean | undefined;
|
|
17832
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17833
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17497
17834
|
mediaDelivery?: {
|
|
17498
17835
|
sizes?: string | undefined;
|
|
17499
17836
|
widthCandidates?: number[] | undefined;
|
|
@@ -17598,6 +17935,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17598
17935
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17599
17936
|
showMediaPreview?: boolean | undefined;
|
|
17600
17937
|
showMediaOverlayActions?: boolean | undefined;
|
|
17938
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
17939
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17601
17940
|
mediaDelivery?: {
|
|
17602
17941
|
sizes?: string | undefined;
|
|
17603
17942
|
widthCandidates?: number[] | undefined;
|
|
@@ -17702,6 +18041,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17702
18041
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17703
18042
|
showMediaPreview?: boolean | undefined;
|
|
17704
18043
|
showMediaOverlayActions?: boolean | undefined;
|
|
18044
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18045
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17705
18046
|
mediaDelivery?: {
|
|
17706
18047
|
sizes?: string | undefined;
|
|
17707
18048
|
widthCandidates?: number[] | undefined;
|
|
@@ -17810,6 +18151,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17810
18151
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17811
18152
|
showMediaPreview?: boolean | undefined;
|
|
17812
18153
|
showMediaOverlayActions?: boolean | undefined;
|
|
18154
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18155
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17813
18156
|
mediaDelivery?: {
|
|
17814
18157
|
sizes?: string | undefined;
|
|
17815
18158
|
widthCandidates?: number[] | undefined;
|
|
@@ -17914,6 +18257,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
17914
18257
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
17915
18258
|
showMediaPreview?: boolean | undefined;
|
|
17916
18259
|
showMediaOverlayActions?: boolean | undefined;
|
|
18260
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18261
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
17917
18262
|
mediaDelivery?: {
|
|
17918
18263
|
sizes?: string | undefined;
|
|
17919
18264
|
widthCandidates?: number[] | undefined;
|
|
@@ -18020,6 +18365,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18020
18365
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18021
18366
|
showMediaPreview?: boolean | undefined;
|
|
18022
18367
|
showMediaOverlayActions?: boolean | undefined;
|
|
18368
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18369
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18023
18370
|
mediaDelivery?: {
|
|
18024
18371
|
sizes?: string | undefined;
|
|
18025
18372
|
widthCandidates?: number[] | undefined;
|
|
@@ -18124,6 +18471,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18124
18471
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18125
18472
|
showMediaPreview?: boolean | undefined;
|
|
18126
18473
|
showMediaOverlayActions?: boolean | undefined;
|
|
18474
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18475
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18127
18476
|
mediaDelivery?: {
|
|
18128
18477
|
sizes?: string | undefined;
|
|
18129
18478
|
widthCandidates?: number[] | undefined;
|
|
@@ -18235,6 +18584,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18235
18584
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18236
18585
|
showMediaPreview?: boolean | undefined;
|
|
18237
18586
|
showMediaOverlayActions?: boolean | undefined;
|
|
18587
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18588
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18238
18589
|
mediaDelivery?: {
|
|
18239
18590
|
sizes?: string | undefined;
|
|
18240
18591
|
widthCandidates?: number[] | undefined;
|
|
@@ -18345,6 +18696,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18345
18696
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18346
18697
|
showMediaPreview?: boolean | undefined;
|
|
18347
18698
|
showMediaOverlayActions?: boolean | undefined;
|
|
18699
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18700
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18348
18701
|
mediaDelivery?: {
|
|
18349
18702
|
sizes?: string | undefined;
|
|
18350
18703
|
widthCandidates?: number[] | undefined;
|
|
@@ -18449,6 +18802,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18449
18802
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18450
18803
|
showMediaPreview?: boolean | undefined;
|
|
18451
18804
|
showMediaOverlayActions?: boolean | undefined;
|
|
18805
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18806
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18452
18807
|
mediaDelivery?: {
|
|
18453
18808
|
sizes?: string | undefined;
|
|
18454
18809
|
widthCandidates?: number[] | undefined;
|
|
@@ -18560,6 +18915,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18560
18915
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18561
18916
|
showMediaPreview?: boolean | undefined;
|
|
18562
18917
|
showMediaOverlayActions?: boolean | undefined;
|
|
18918
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
18919
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18563
18920
|
mediaDelivery?: {
|
|
18564
18921
|
sizes?: string | undefined;
|
|
18565
18922
|
widthCandidates?: number[] | undefined;
|
|
@@ -18665,6 +19022,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18665
19022
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18666
19023
|
showMediaPreview?: boolean | undefined;
|
|
18667
19024
|
showMediaOverlayActions?: boolean | undefined;
|
|
19025
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19026
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18668
19027
|
mediaDelivery?: {
|
|
18669
19028
|
sizes?: string | undefined;
|
|
18670
19029
|
widthCandidates?: number[] | undefined;
|
|
@@ -18770,6 +19129,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18770
19129
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18771
19130
|
showMediaPreview?: boolean | undefined;
|
|
18772
19131
|
showMediaOverlayActions?: boolean | undefined;
|
|
19132
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19133
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18773
19134
|
mediaDelivery?: {
|
|
18774
19135
|
sizes?: string | undefined;
|
|
18775
19136
|
widthCandidates?: number[] | undefined;
|
|
@@ -18876,6 +19237,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18876
19237
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18877
19238
|
showMediaPreview?: boolean | undefined;
|
|
18878
19239
|
showMediaOverlayActions?: boolean | undefined;
|
|
19240
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19241
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18879
19242
|
mediaDelivery?: {
|
|
18880
19243
|
sizes?: string | undefined;
|
|
18881
19244
|
widthCandidates?: number[] | undefined;
|
|
@@ -18980,6 +19343,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
18980
19343
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
18981
19344
|
showMediaPreview?: boolean | undefined;
|
|
18982
19345
|
showMediaOverlayActions?: boolean | undefined;
|
|
19346
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19347
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
18983
19348
|
mediaDelivery?: {
|
|
18984
19349
|
sizes?: string | undefined;
|
|
18985
19350
|
widthCandidates?: number[] | undefined;
|
|
@@ -19084,6 +19449,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19084
19449
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19085
19450
|
showMediaPreview?: boolean | undefined;
|
|
19086
19451
|
showMediaOverlayActions?: boolean | undefined;
|
|
19452
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19453
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19087
19454
|
mediaDelivery?: {
|
|
19088
19455
|
sizes?: string | undefined;
|
|
19089
19456
|
widthCandidates?: number[] | undefined;
|
|
@@ -19188,6 +19555,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19188
19555
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19189
19556
|
showMediaPreview?: boolean | undefined;
|
|
19190
19557
|
showMediaOverlayActions?: boolean | undefined;
|
|
19558
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19559
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19191
19560
|
mediaDelivery?: {
|
|
19192
19561
|
sizes?: string | undefined;
|
|
19193
19562
|
widthCandidates?: number[] | undefined;
|
|
@@ -19292,6 +19661,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19292
19661
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19293
19662
|
showMediaPreview?: boolean | undefined;
|
|
19294
19663
|
showMediaOverlayActions?: boolean | undefined;
|
|
19664
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19665
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19295
19666
|
mediaDelivery?: {
|
|
19296
19667
|
sizes?: string | undefined;
|
|
19297
19668
|
widthCandidates?: number[] | undefined;
|
|
@@ -19396,6 +19767,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19396
19767
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19397
19768
|
showMediaPreview?: boolean | undefined;
|
|
19398
19769
|
showMediaOverlayActions?: boolean | undefined;
|
|
19770
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19771
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19399
19772
|
mediaDelivery?: {
|
|
19400
19773
|
sizes?: string | undefined;
|
|
19401
19774
|
widthCandidates?: number[] | undefined;
|
|
@@ -19504,6 +19877,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19504
19877
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19505
19878
|
showMediaPreview?: boolean | undefined;
|
|
19506
19879
|
showMediaOverlayActions?: boolean | undefined;
|
|
19880
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19881
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19507
19882
|
mediaDelivery?: {
|
|
19508
19883
|
sizes?: string | undefined;
|
|
19509
19884
|
widthCandidates?: number[] | undefined;
|
|
@@ -19608,6 +19983,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19608
19983
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19609
19984
|
showMediaPreview?: boolean | undefined;
|
|
19610
19985
|
showMediaOverlayActions?: boolean | undefined;
|
|
19986
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
19987
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19611
19988
|
mediaDelivery?: {
|
|
19612
19989
|
sizes?: string | undefined;
|
|
19613
19990
|
widthCandidates?: number[] | undefined;
|
|
@@ -19714,6 +20091,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19714
20091
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19715
20092
|
showMediaPreview?: boolean | undefined;
|
|
19716
20093
|
showMediaOverlayActions?: boolean | undefined;
|
|
20094
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20095
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19717
20096
|
mediaDelivery?: {
|
|
19718
20097
|
sizes?: string | undefined;
|
|
19719
20098
|
widthCandidates?: number[] | undefined;
|
|
@@ -19818,6 +20197,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19818
20197
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19819
20198
|
showMediaPreview?: boolean | undefined;
|
|
19820
20199
|
showMediaOverlayActions?: boolean | undefined;
|
|
20200
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20201
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19821
20202
|
mediaDelivery?: {
|
|
19822
20203
|
sizes?: string | undefined;
|
|
19823
20204
|
widthCandidates?: number[] | undefined;
|
|
@@ -19929,6 +20310,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
19929
20310
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
19930
20311
|
showMediaPreview?: boolean | undefined;
|
|
19931
20312
|
showMediaOverlayActions?: boolean | undefined;
|
|
20313
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20314
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
19932
20315
|
mediaDelivery?: {
|
|
19933
20316
|
sizes?: string | undefined;
|
|
19934
20317
|
widthCandidates?: number[] | undefined;
|
|
@@ -20039,6 +20422,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20039
20422
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20040
20423
|
showMediaPreview?: boolean | undefined;
|
|
20041
20424
|
showMediaOverlayActions?: boolean | undefined;
|
|
20425
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20426
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20042
20427
|
mediaDelivery?: {
|
|
20043
20428
|
sizes?: string | undefined;
|
|
20044
20429
|
widthCandidates?: number[] | undefined;
|
|
@@ -20143,6 +20528,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20143
20528
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20144
20529
|
showMediaPreview?: boolean | undefined;
|
|
20145
20530
|
showMediaOverlayActions?: boolean | undefined;
|
|
20531
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20532
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20146
20533
|
mediaDelivery?: {
|
|
20147
20534
|
sizes?: string | undefined;
|
|
20148
20535
|
widthCandidates?: number[] | undefined;
|
|
@@ -20250,6 +20637,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20250
20637
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20251
20638
|
showMediaPreview?: boolean | undefined;
|
|
20252
20639
|
showMediaOverlayActions?: boolean | undefined;
|
|
20640
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20641
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20253
20642
|
mediaDelivery?: {
|
|
20254
20643
|
sizes?: string | undefined;
|
|
20255
20644
|
widthCandidates?: number[] | undefined;
|
|
@@ -20359,6 +20748,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20359
20748
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20360
20749
|
showMediaPreview?: boolean | undefined;
|
|
20361
20750
|
showMediaOverlayActions?: boolean | undefined;
|
|
20751
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20752
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20362
20753
|
mediaDelivery?: {
|
|
20363
20754
|
sizes?: string | undefined;
|
|
20364
20755
|
widthCandidates?: number[] | undefined;
|
|
@@ -20469,6 +20860,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20469
20860
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20470
20861
|
showMediaPreview?: boolean | undefined;
|
|
20471
20862
|
showMediaOverlayActions?: boolean | undefined;
|
|
20863
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20864
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20472
20865
|
mediaDelivery?: {
|
|
20473
20866
|
sizes?: string | undefined;
|
|
20474
20867
|
widthCandidates?: number[] | undefined;
|
|
@@ -20573,6 +20966,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20573
20966
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20574
20967
|
showMediaPreview?: boolean | undefined;
|
|
20575
20968
|
showMediaOverlayActions?: boolean | undefined;
|
|
20969
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
20970
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20576
20971
|
mediaDelivery?: {
|
|
20577
20972
|
sizes?: string | undefined;
|
|
20578
20973
|
widthCandidates?: number[] | undefined;
|
|
@@ -20677,6 +21072,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20677
21072
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20678
21073
|
showMediaPreview?: boolean | undefined;
|
|
20679
21074
|
showMediaOverlayActions?: boolean | undefined;
|
|
21075
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21076
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20680
21077
|
mediaDelivery?: {
|
|
20681
21078
|
sizes?: string | undefined;
|
|
20682
21079
|
widthCandidates?: number[] | undefined;
|
|
@@ -20796,6 +21193,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20796
21193
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20797
21194
|
showMediaPreview?: boolean | undefined;
|
|
20798
21195
|
showMediaOverlayActions?: boolean | undefined;
|
|
21196
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21197
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20799
21198
|
mediaDelivery?: {
|
|
20800
21199
|
sizes?: string | undefined;
|
|
20801
21200
|
widthCandidates?: number[] | undefined;
|
|
@@ -20904,6 +21303,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20904
21303
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
20905
21304
|
showMediaPreview?: boolean | undefined;
|
|
20906
21305
|
showMediaOverlayActions?: boolean | undefined;
|
|
21306
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21307
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
20907
21308
|
mediaDelivery?: {
|
|
20908
21309
|
sizes?: string | undefined;
|
|
20909
21310
|
widthCandidates?: number[] | undefined;
|
|
@@ -20983,6 +21384,9 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
20983
21384
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
20984
21385
|
} | undefined;
|
|
20985
21386
|
itemLabelSource?: string | undefined;
|
|
21387
|
+
showSummary?: boolean | undefined;
|
|
21388
|
+
summaryFields?: string[] | undefined;
|
|
21389
|
+
summaryMaxChars?: number | undefined;
|
|
20986
21390
|
maxItems?: number | undefined;
|
|
20987
21391
|
schema?: unknown;
|
|
20988
21392
|
polymorphic?: boolean | undefined;
|
|
@@ -21021,6 +21425,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21021
21425
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21022
21426
|
showMediaPreview?: boolean | undefined;
|
|
21023
21427
|
showMediaOverlayActions?: boolean | undefined;
|
|
21428
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21429
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21024
21430
|
mediaDelivery?: {
|
|
21025
21431
|
sizes?: string | undefined;
|
|
21026
21432
|
widthCandidates?: number[] | undefined;
|
|
@@ -21134,6 +21540,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21134
21540
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21135
21541
|
showMediaPreview?: boolean | undefined;
|
|
21136
21542
|
showMediaOverlayActions?: boolean | undefined;
|
|
21543
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21544
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21137
21545
|
mediaDelivery?: {
|
|
21138
21546
|
sizes?: string | undefined;
|
|
21139
21547
|
widthCandidates?: number[] | undefined;
|
|
@@ -21239,6 +21647,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21239
21647
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21240
21648
|
showMediaPreview?: boolean | undefined;
|
|
21241
21649
|
showMediaOverlayActions?: boolean | undefined;
|
|
21650
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21651
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21242
21652
|
mediaDelivery?: {
|
|
21243
21653
|
sizes?: string | undefined;
|
|
21244
21654
|
widthCandidates?: number[] | undefined;
|
|
@@ -21344,6 +21754,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21344
21754
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21345
21755
|
showMediaPreview?: boolean | undefined;
|
|
21346
21756
|
showMediaOverlayActions?: boolean | undefined;
|
|
21757
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21758
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21347
21759
|
mediaDelivery?: {
|
|
21348
21760
|
sizes?: string | undefined;
|
|
21349
21761
|
widthCandidates?: number[] | undefined;
|
|
@@ -21450,6 +21862,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21450
21862
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21451
21863
|
showMediaPreview?: boolean | undefined;
|
|
21452
21864
|
showMediaOverlayActions?: boolean | undefined;
|
|
21865
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21866
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21453
21867
|
mediaDelivery?: {
|
|
21454
21868
|
sizes?: string | undefined;
|
|
21455
21869
|
widthCandidates?: number[] | undefined;
|
|
@@ -21554,6 +21968,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21554
21968
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21555
21969
|
showMediaPreview?: boolean | undefined;
|
|
21556
21970
|
showMediaOverlayActions?: boolean | undefined;
|
|
21971
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
21972
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21557
21973
|
mediaDelivery?: {
|
|
21558
21974
|
sizes?: string | undefined;
|
|
21559
21975
|
widthCandidates?: number[] | undefined;
|
|
@@ -21658,6 +22074,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21658
22074
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21659
22075
|
showMediaPreview?: boolean | undefined;
|
|
21660
22076
|
showMediaOverlayActions?: boolean | undefined;
|
|
22077
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22078
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21661
22079
|
mediaDelivery?: {
|
|
21662
22080
|
sizes?: string | undefined;
|
|
21663
22081
|
widthCandidates?: number[] | undefined;
|
|
@@ -21762,6 +22180,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21762
22180
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21763
22181
|
showMediaPreview?: boolean | undefined;
|
|
21764
22182
|
showMediaOverlayActions?: boolean | undefined;
|
|
22183
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22184
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21765
22185
|
mediaDelivery?: {
|
|
21766
22186
|
sizes?: string | undefined;
|
|
21767
22187
|
widthCandidates?: number[] | undefined;
|
|
@@ -21866,6 +22286,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21866
22286
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21867
22287
|
showMediaPreview?: boolean | undefined;
|
|
21868
22288
|
showMediaOverlayActions?: boolean | undefined;
|
|
22289
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22290
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21869
22291
|
mediaDelivery?: {
|
|
21870
22292
|
sizes?: string | undefined;
|
|
21871
22293
|
widthCandidates?: number[] | undefined;
|
|
@@ -21970,6 +22392,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
21970
22392
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
21971
22393
|
showMediaPreview?: boolean | undefined;
|
|
21972
22394
|
showMediaOverlayActions?: boolean | undefined;
|
|
22395
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22396
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
21973
22397
|
mediaDelivery?: {
|
|
21974
22398
|
sizes?: string | undefined;
|
|
21975
22399
|
widthCandidates?: number[] | undefined;
|
|
@@ -22078,6 +22502,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22078
22502
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22079
22503
|
showMediaPreview?: boolean | undefined;
|
|
22080
22504
|
showMediaOverlayActions?: boolean | undefined;
|
|
22505
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22506
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22081
22507
|
mediaDelivery?: {
|
|
22082
22508
|
sizes?: string | undefined;
|
|
22083
22509
|
widthCandidates?: number[] | undefined;
|
|
@@ -22182,6 +22608,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22182
22608
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22183
22609
|
showMediaPreview?: boolean | undefined;
|
|
22184
22610
|
showMediaOverlayActions?: boolean | undefined;
|
|
22611
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22612
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22185
22613
|
mediaDelivery?: {
|
|
22186
22614
|
sizes?: string | undefined;
|
|
22187
22615
|
widthCandidates?: number[] | undefined;
|
|
@@ -22288,6 +22716,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22288
22716
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22289
22717
|
showMediaPreview?: boolean | undefined;
|
|
22290
22718
|
showMediaOverlayActions?: boolean | undefined;
|
|
22719
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22720
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22291
22721
|
mediaDelivery?: {
|
|
22292
22722
|
sizes?: string | undefined;
|
|
22293
22723
|
widthCandidates?: number[] | undefined;
|
|
@@ -22392,6 +22822,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22392
22822
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22393
22823
|
showMediaPreview?: boolean | undefined;
|
|
22394
22824
|
showMediaOverlayActions?: boolean | undefined;
|
|
22825
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22826
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22395
22827
|
mediaDelivery?: {
|
|
22396
22828
|
sizes?: string | undefined;
|
|
22397
22829
|
widthCandidates?: number[] | undefined;
|
|
@@ -22512,6 +22944,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22512
22944
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22513
22945
|
showMediaPreview?: boolean | undefined;
|
|
22514
22946
|
showMediaOverlayActions?: boolean | undefined;
|
|
22947
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
22948
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22515
22949
|
mediaDelivery?: {
|
|
22516
22950
|
sizes?: string | undefined;
|
|
22517
22951
|
widthCandidates?: number[] | undefined;
|
|
@@ -22625,6 +23059,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22625
23059
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22626
23060
|
showMediaPreview?: boolean | undefined;
|
|
22627
23061
|
showMediaOverlayActions?: boolean | undefined;
|
|
23062
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23063
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22628
23064
|
mediaDelivery?: {
|
|
22629
23065
|
sizes?: string | undefined;
|
|
22630
23066
|
widthCandidates?: number[] | undefined;
|
|
@@ -22730,6 +23166,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22730
23166
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22731
23167
|
showMediaPreview?: boolean | undefined;
|
|
22732
23168
|
showMediaOverlayActions?: boolean | undefined;
|
|
23169
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23170
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22733
23171
|
mediaDelivery?: {
|
|
22734
23172
|
sizes?: string | undefined;
|
|
22735
23173
|
widthCandidates?: number[] | undefined;
|
|
@@ -22835,6 +23273,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22835
23273
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22836
23274
|
showMediaPreview?: boolean | undefined;
|
|
22837
23275
|
showMediaOverlayActions?: boolean | undefined;
|
|
23276
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23277
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22838
23278
|
mediaDelivery?: {
|
|
22839
23279
|
sizes?: string | undefined;
|
|
22840
23280
|
widthCandidates?: number[] | undefined;
|
|
@@ -22941,6 +23381,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
22941
23381
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
22942
23382
|
showMediaPreview?: boolean | undefined;
|
|
22943
23383
|
showMediaOverlayActions?: boolean | undefined;
|
|
23384
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23385
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
22944
23386
|
mediaDelivery?: {
|
|
22945
23387
|
sizes?: string | undefined;
|
|
22946
23388
|
widthCandidates?: number[] | undefined;
|
|
@@ -23045,6 +23487,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23045
23487
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23046
23488
|
showMediaPreview?: boolean | undefined;
|
|
23047
23489
|
showMediaOverlayActions?: boolean | undefined;
|
|
23490
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23491
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23048
23492
|
mediaDelivery?: {
|
|
23049
23493
|
sizes?: string | undefined;
|
|
23050
23494
|
widthCandidates?: number[] | undefined;
|
|
@@ -23149,6 +23593,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23149
23593
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23150
23594
|
showMediaPreview?: boolean | undefined;
|
|
23151
23595
|
showMediaOverlayActions?: boolean | undefined;
|
|
23596
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23597
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23152
23598
|
mediaDelivery?: {
|
|
23153
23599
|
sizes?: string | undefined;
|
|
23154
23600
|
widthCandidates?: number[] | undefined;
|
|
@@ -23253,6 +23699,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23253
23699
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23254
23700
|
showMediaPreview?: boolean | undefined;
|
|
23255
23701
|
showMediaOverlayActions?: boolean | undefined;
|
|
23702
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23703
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23256
23704
|
mediaDelivery?: {
|
|
23257
23705
|
sizes?: string | undefined;
|
|
23258
23706
|
widthCandidates?: number[] | undefined;
|
|
@@ -23357,6 +23805,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23357
23805
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23358
23806
|
showMediaPreview?: boolean | undefined;
|
|
23359
23807
|
showMediaOverlayActions?: boolean | undefined;
|
|
23808
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23809
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23360
23810
|
mediaDelivery?: {
|
|
23361
23811
|
sizes?: string | undefined;
|
|
23362
23812
|
widthCandidates?: number[] | undefined;
|
|
@@ -23461,6 +23911,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23461
23911
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23462
23912
|
showMediaPreview?: boolean | undefined;
|
|
23463
23913
|
showMediaOverlayActions?: boolean | undefined;
|
|
23914
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
23915
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23464
23916
|
mediaDelivery?: {
|
|
23465
23917
|
sizes?: string | undefined;
|
|
23466
23918
|
widthCandidates?: number[] | undefined;
|
|
@@ -23569,6 +24021,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23569
24021
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23570
24022
|
showMediaPreview?: boolean | undefined;
|
|
23571
24023
|
showMediaOverlayActions?: boolean | undefined;
|
|
24024
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24025
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23572
24026
|
mediaDelivery?: {
|
|
23573
24027
|
sizes?: string | undefined;
|
|
23574
24028
|
widthCandidates?: number[] | undefined;
|
|
@@ -23673,6 +24127,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23673
24127
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23674
24128
|
showMediaPreview?: boolean | undefined;
|
|
23675
24129
|
showMediaOverlayActions?: boolean | undefined;
|
|
24130
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24131
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23676
24132
|
mediaDelivery?: {
|
|
23677
24133
|
sizes?: string | undefined;
|
|
23678
24134
|
widthCandidates?: number[] | undefined;
|
|
@@ -23779,6 +24235,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23779
24235
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23780
24236
|
showMediaPreview?: boolean | undefined;
|
|
23781
24237
|
showMediaOverlayActions?: boolean | undefined;
|
|
24238
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24239
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23782
24240
|
mediaDelivery?: {
|
|
23783
24241
|
sizes?: string | undefined;
|
|
23784
24242
|
widthCandidates?: number[] | undefined;
|
|
@@ -23883,6 +24341,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23883
24341
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23884
24342
|
showMediaPreview?: boolean | undefined;
|
|
23885
24343
|
showMediaOverlayActions?: boolean | undefined;
|
|
24344
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24345
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23886
24346
|
mediaDelivery?: {
|
|
23887
24347
|
sizes?: string | undefined;
|
|
23888
24348
|
widthCandidates?: number[] | undefined;
|
|
@@ -23994,6 +24454,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
23994
24454
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
23995
24455
|
showMediaPreview?: boolean | undefined;
|
|
23996
24456
|
showMediaOverlayActions?: boolean | undefined;
|
|
24457
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24458
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
23997
24459
|
mediaDelivery?: {
|
|
23998
24460
|
sizes?: string | undefined;
|
|
23999
24461
|
widthCandidates?: number[] | undefined;
|
|
@@ -24104,6 +24566,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24104
24566
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24105
24567
|
showMediaPreview?: boolean | undefined;
|
|
24106
24568
|
showMediaOverlayActions?: boolean | undefined;
|
|
24569
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24570
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24107
24571
|
mediaDelivery?: {
|
|
24108
24572
|
sizes?: string | undefined;
|
|
24109
24573
|
widthCandidates?: number[] | undefined;
|
|
@@ -24208,6 +24672,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24208
24672
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24209
24673
|
showMediaPreview?: boolean | undefined;
|
|
24210
24674
|
showMediaOverlayActions?: boolean | undefined;
|
|
24675
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24676
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24211
24677
|
mediaDelivery?: {
|
|
24212
24678
|
sizes?: string | undefined;
|
|
24213
24679
|
widthCandidates?: number[] | undefined;
|
|
@@ -24312,6 +24778,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24312
24778
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24313
24779
|
showMediaPreview?: boolean | undefined;
|
|
24314
24780
|
showMediaOverlayActions?: boolean | undefined;
|
|
24781
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24782
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24315
24783
|
mediaDelivery?: {
|
|
24316
24784
|
sizes?: string | undefined;
|
|
24317
24785
|
widthCandidates?: number[] | undefined;
|
|
@@ -24420,6 +24888,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24420
24888
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24421
24889
|
showMediaPreview?: boolean | undefined;
|
|
24422
24890
|
showMediaOverlayActions?: boolean | undefined;
|
|
24891
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
24892
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24423
24893
|
mediaDelivery?: {
|
|
24424
24894
|
sizes?: string | undefined;
|
|
24425
24895
|
widthCandidates?: number[] | undefined;
|
|
@@ -24530,6 +25000,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24530
25000
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24531
25001
|
showMediaPreview?: boolean | undefined;
|
|
24532
25002
|
showMediaOverlayActions?: boolean | undefined;
|
|
25003
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25004
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24533
25005
|
mediaDelivery?: {
|
|
24534
25006
|
sizes?: string | undefined;
|
|
24535
25007
|
widthCandidates?: number[] | undefined;
|
|
@@ -24634,6 +25106,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24634
25106
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24635
25107
|
showMediaPreview?: boolean | undefined;
|
|
24636
25108
|
showMediaOverlayActions?: boolean | undefined;
|
|
25109
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25110
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24637
25111
|
mediaDelivery?: {
|
|
24638
25112
|
sizes?: string | undefined;
|
|
24639
25113
|
widthCandidates?: number[] | undefined;
|
|
@@ -24745,6 +25219,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24745
25219
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24746
25220
|
showMediaPreview?: boolean | undefined;
|
|
24747
25221
|
showMediaOverlayActions?: boolean | undefined;
|
|
25222
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25223
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24748
25224
|
mediaDelivery?: {
|
|
24749
25225
|
sizes?: string | undefined;
|
|
24750
25226
|
widthCandidates?: number[] | undefined;
|
|
@@ -24850,6 +25326,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24850
25326
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24851
25327
|
showMediaPreview?: boolean | undefined;
|
|
24852
25328
|
showMediaOverlayActions?: boolean | undefined;
|
|
25329
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25330
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24853
25331
|
mediaDelivery?: {
|
|
24854
25332
|
sizes?: string | undefined;
|
|
24855
25333
|
widthCandidates?: number[] | undefined;
|
|
@@ -24955,6 +25433,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
24955
25433
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
24956
25434
|
showMediaPreview?: boolean | undefined;
|
|
24957
25435
|
showMediaOverlayActions?: boolean | undefined;
|
|
25436
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25437
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
24958
25438
|
mediaDelivery?: {
|
|
24959
25439
|
sizes?: string | undefined;
|
|
24960
25440
|
widthCandidates?: number[] | undefined;
|
|
@@ -25061,6 +25541,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25061
25541
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25062
25542
|
showMediaPreview?: boolean | undefined;
|
|
25063
25543
|
showMediaOverlayActions?: boolean | undefined;
|
|
25544
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25545
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25064
25546
|
mediaDelivery?: {
|
|
25065
25547
|
sizes?: string | undefined;
|
|
25066
25548
|
widthCandidates?: number[] | undefined;
|
|
@@ -25165,6 +25647,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25165
25647
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25166
25648
|
showMediaPreview?: boolean | undefined;
|
|
25167
25649
|
showMediaOverlayActions?: boolean | undefined;
|
|
25650
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25651
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25168
25652
|
mediaDelivery?: {
|
|
25169
25653
|
sizes?: string | undefined;
|
|
25170
25654
|
widthCandidates?: number[] | undefined;
|
|
@@ -25269,6 +25753,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25269
25753
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25270
25754
|
showMediaPreview?: boolean | undefined;
|
|
25271
25755
|
showMediaOverlayActions?: boolean | undefined;
|
|
25756
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25757
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25272
25758
|
mediaDelivery?: {
|
|
25273
25759
|
sizes?: string | undefined;
|
|
25274
25760
|
widthCandidates?: number[] | undefined;
|
|
@@ -25373,6 +25859,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25373
25859
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25374
25860
|
showMediaPreview?: boolean | undefined;
|
|
25375
25861
|
showMediaOverlayActions?: boolean | undefined;
|
|
25862
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25863
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25376
25864
|
mediaDelivery?: {
|
|
25377
25865
|
sizes?: string | undefined;
|
|
25378
25866
|
widthCandidates?: number[] | undefined;
|
|
@@ -25477,6 +25965,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25477
25965
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25478
25966
|
showMediaPreview?: boolean | undefined;
|
|
25479
25967
|
showMediaOverlayActions?: boolean | undefined;
|
|
25968
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
25969
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25480
25970
|
mediaDelivery?: {
|
|
25481
25971
|
sizes?: string | undefined;
|
|
25482
25972
|
widthCandidates?: number[] | undefined;
|
|
@@ -25581,6 +26071,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25581
26071
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25582
26072
|
showMediaPreview?: boolean | undefined;
|
|
25583
26073
|
showMediaOverlayActions?: boolean | undefined;
|
|
26074
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26075
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25584
26076
|
mediaDelivery?: {
|
|
25585
26077
|
sizes?: string | undefined;
|
|
25586
26078
|
widthCandidates?: number[] | undefined;
|
|
@@ -25689,6 +26181,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25689
26181
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25690
26182
|
showMediaPreview?: boolean | undefined;
|
|
25691
26183
|
showMediaOverlayActions?: boolean | undefined;
|
|
26184
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26185
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25692
26186
|
mediaDelivery?: {
|
|
25693
26187
|
sizes?: string | undefined;
|
|
25694
26188
|
widthCandidates?: number[] | undefined;
|
|
@@ -25793,6 +26287,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25793
26287
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25794
26288
|
showMediaPreview?: boolean | undefined;
|
|
25795
26289
|
showMediaOverlayActions?: boolean | undefined;
|
|
26290
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26291
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25796
26292
|
mediaDelivery?: {
|
|
25797
26293
|
sizes?: string | undefined;
|
|
25798
26294
|
widthCandidates?: number[] | undefined;
|
|
@@ -25899,6 +26395,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
25899
26395
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
25900
26396
|
showMediaPreview?: boolean | undefined;
|
|
25901
26397
|
showMediaOverlayActions?: boolean | undefined;
|
|
26398
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26399
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
25902
26400
|
mediaDelivery?: {
|
|
25903
26401
|
sizes?: string | undefined;
|
|
25904
26402
|
widthCandidates?: number[] | undefined;
|
|
@@ -26003,6 +26501,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26003
26501
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26004
26502
|
showMediaPreview?: boolean | undefined;
|
|
26005
26503
|
showMediaOverlayActions?: boolean | undefined;
|
|
26504
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26505
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26006
26506
|
mediaDelivery?: {
|
|
26007
26507
|
sizes?: string | undefined;
|
|
26008
26508
|
widthCandidates?: number[] | undefined;
|
|
@@ -26123,6 +26623,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26123
26623
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26124
26624
|
showMediaPreview?: boolean | undefined;
|
|
26125
26625
|
showMediaOverlayActions?: boolean | undefined;
|
|
26626
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26627
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26126
26628
|
mediaDelivery?: {
|
|
26127
26629
|
sizes?: string | undefined;
|
|
26128
26630
|
widthCandidates?: number[] | undefined;
|
|
@@ -26231,6 +26733,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26231
26733
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26232
26734
|
showMediaPreview?: boolean | undefined;
|
|
26233
26735
|
showMediaOverlayActions?: boolean | undefined;
|
|
26736
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26737
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26234
26738
|
mediaDelivery?: {
|
|
26235
26739
|
sizes?: string | undefined;
|
|
26236
26740
|
widthCandidates?: number[] | undefined;
|
|
@@ -26310,6 +26814,9 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26310
26814
|
intent?: "style" | "content" | "display" | "behavior" | undefined;
|
|
26311
26815
|
} | undefined;
|
|
26312
26816
|
itemLabelSource?: string | undefined;
|
|
26817
|
+
showSummary?: boolean | undefined;
|
|
26818
|
+
summaryFields?: string[] | undefined;
|
|
26819
|
+
summaryMaxChars?: number | undefined;
|
|
26313
26820
|
maxItems?: number | undefined;
|
|
26314
26821
|
schema?: unknown;
|
|
26315
26822
|
polymorphic?: boolean | undefined;
|
|
@@ -26348,6 +26855,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26348
26855
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26349
26856
|
showMediaPreview?: boolean | undefined;
|
|
26350
26857
|
showMediaOverlayActions?: boolean | undefined;
|
|
26858
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26859
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26351
26860
|
mediaDelivery?: {
|
|
26352
26861
|
sizes?: string | undefined;
|
|
26353
26862
|
widthCandidates?: number[] | undefined;
|
|
@@ -26461,6 +26970,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26461
26970
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26462
26971
|
showMediaPreview?: boolean | undefined;
|
|
26463
26972
|
showMediaOverlayActions?: boolean | undefined;
|
|
26973
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
26974
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26464
26975
|
mediaDelivery?: {
|
|
26465
26976
|
sizes?: string | undefined;
|
|
26466
26977
|
widthCandidates?: number[] | undefined;
|
|
@@ -26566,6 +27077,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26566
27077
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26567
27078
|
showMediaPreview?: boolean | undefined;
|
|
26568
27079
|
showMediaOverlayActions?: boolean | undefined;
|
|
27080
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27081
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26569
27082
|
mediaDelivery?: {
|
|
26570
27083
|
sizes?: string | undefined;
|
|
26571
27084
|
widthCandidates?: number[] | undefined;
|
|
@@ -26671,6 +27184,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26671
27184
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26672
27185
|
showMediaPreview?: boolean | undefined;
|
|
26673
27186
|
showMediaOverlayActions?: boolean | undefined;
|
|
27187
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27188
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26674
27189
|
mediaDelivery?: {
|
|
26675
27190
|
sizes?: string | undefined;
|
|
26676
27191
|
widthCandidates?: number[] | undefined;
|
|
@@ -26777,6 +27292,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26777
27292
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26778
27293
|
showMediaPreview?: boolean | undefined;
|
|
26779
27294
|
showMediaOverlayActions?: boolean | undefined;
|
|
27295
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27296
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26780
27297
|
mediaDelivery?: {
|
|
26781
27298
|
sizes?: string | undefined;
|
|
26782
27299
|
widthCandidates?: number[] | undefined;
|
|
@@ -26881,6 +27398,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26881
27398
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26882
27399
|
showMediaPreview?: boolean | undefined;
|
|
26883
27400
|
showMediaOverlayActions?: boolean | undefined;
|
|
27401
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27402
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26884
27403
|
mediaDelivery?: {
|
|
26885
27404
|
sizes?: string | undefined;
|
|
26886
27405
|
widthCandidates?: number[] | undefined;
|
|
@@ -26985,6 +27504,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
26985
27504
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
26986
27505
|
showMediaPreview?: boolean | undefined;
|
|
26987
27506
|
showMediaOverlayActions?: boolean | undefined;
|
|
27507
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27508
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
26988
27509
|
mediaDelivery?: {
|
|
26989
27510
|
sizes?: string | undefined;
|
|
26990
27511
|
widthCandidates?: number[] | undefined;
|
|
@@ -27089,6 +27610,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27089
27610
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27090
27611
|
showMediaPreview?: boolean | undefined;
|
|
27091
27612
|
showMediaOverlayActions?: boolean | undefined;
|
|
27613
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27614
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27092
27615
|
mediaDelivery?: {
|
|
27093
27616
|
sizes?: string | undefined;
|
|
27094
27617
|
widthCandidates?: number[] | undefined;
|
|
@@ -27193,6 +27716,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27193
27716
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27194
27717
|
showMediaPreview?: boolean | undefined;
|
|
27195
27718
|
showMediaOverlayActions?: boolean | undefined;
|
|
27719
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27720
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27196
27721
|
mediaDelivery?: {
|
|
27197
27722
|
sizes?: string | undefined;
|
|
27198
27723
|
widthCandidates?: number[] | undefined;
|
|
@@ -27297,6 +27822,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27297
27822
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27298
27823
|
showMediaPreview?: boolean | undefined;
|
|
27299
27824
|
showMediaOverlayActions?: boolean | undefined;
|
|
27825
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27826
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27300
27827
|
mediaDelivery?: {
|
|
27301
27828
|
sizes?: string | undefined;
|
|
27302
27829
|
widthCandidates?: number[] | undefined;
|
|
@@ -27405,6 +27932,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27405
27932
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27406
27933
|
showMediaPreview?: boolean | undefined;
|
|
27407
27934
|
showMediaOverlayActions?: boolean | undefined;
|
|
27935
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
27936
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27408
27937
|
mediaDelivery?: {
|
|
27409
27938
|
sizes?: string | undefined;
|
|
27410
27939
|
widthCandidates?: number[] | undefined;
|
|
@@ -27509,6 +28038,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27509
28038
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27510
28039
|
showMediaPreview?: boolean | undefined;
|
|
27511
28040
|
showMediaOverlayActions?: boolean | undefined;
|
|
28041
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28042
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27512
28043
|
mediaDelivery?: {
|
|
27513
28044
|
sizes?: string | undefined;
|
|
27514
28045
|
widthCandidates?: number[] | undefined;
|
|
@@ -27615,6 +28146,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27615
28146
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27616
28147
|
showMediaPreview?: boolean | undefined;
|
|
27617
28148
|
showMediaOverlayActions?: boolean | undefined;
|
|
28149
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28150
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27618
28151
|
mediaDelivery?: {
|
|
27619
28152
|
sizes?: string | undefined;
|
|
27620
28153
|
widthCandidates?: number[] | undefined;
|
|
@@ -27719,6 +28252,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27719
28252
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27720
28253
|
showMediaPreview?: boolean | undefined;
|
|
27721
28254
|
showMediaOverlayActions?: boolean | undefined;
|
|
28255
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28256
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27722
28257
|
mediaDelivery?: {
|
|
27723
28258
|
sizes?: string | undefined;
|
|
27724
28259
|
widthCandidates?: number[] | undefined;
|
|
@@ -27830,6 +28365,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27830
28365
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27831
28366
|
showMediaPreview?: boolean | undefined;
|
|
27832
28367
|
showMediaOverlayActions?: boolean | undefined;
|
|
28368
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28369
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27833
28370
|
mediaDelivery?: {
|
|
27834
28371
|
sizes?: string | undefined;
|
|
27835
28372
|
widthCandidates?: number[] | undefined;
|
|
@@ -27940,6 +28477,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
27940
28477
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
27941
28478
|
showMediaPreview?: boolean | undefined;
|
|
27942
28479
|
showMediaOverlayActions?: boolean | undefined;
|
|
28480
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28481
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
27943
28482
|
mediaDelivery?: {
|
|
27944
28483
|
sizes?: string | undefined;
|
|
27945
28484
|
widthCandidates?: number[] | undefined;
|
|
@@ -28044,6 +28583,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28044
28583
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28045
28584
|
showMediaPreview?: boolean | undefined;
|
|
28046
28585
|
showMediaOverlayActions?: boolean | undefined;
|
|
28586
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28587
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28047
28588
|
mediaDelivery?: {
|
|
28048
28589
|
sizes?: string | undefined;
|
|
28049
28590
|
widthCandidates?: number[] | undefined;
|
|
@@ -28155,6 +28696,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28155
28696
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28156
28697
|
showMediaPreview?: boolean | undefined;
|
|
28157
28698
|
showMediaOverlayActions?: boolean | undefined;
|
|
28699
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28700
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28158
28701
|
mediaDelivery?: {
|
|
28159
28702
|
sizes?: string | undefined;
|
|
28160
28703
|
widthCandidates?: number[] | undefined;
|
|
@@ -28260,6 +28803,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28260
28803
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28261
28804
|
showMediaPreview?: boolean | undefined;
|
|
28262
28805
|
showMediaOverlayActions?: boolean | undefined;
|
|
28806
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28807
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28263
28808
|
mediaDelivery?: {
|
|
28264
28809
|
sizes?: string | undefined;
|
|
28265
28810
|
widthCandidates?: number[] | undefined;
|
|
@@ -28365,6 +28910,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28365
28910
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28366
28911
|
showMediaPreview?: boolean | undefined;
|
|
28367
28912
|
showMediaOverlayActions?: boolean | undefined;
|
|
28913
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
28914
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28368
28915
|
mediaDelivery?: {
|
|
28369
28916
|
sizes?: string | undefined;
|
|
28370
28917
|
widthCandidates?: number[] | undefined;
|
|
@@ -28471,6 +29018,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28471
29018
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28472
29019
|
showMediaPreview?: boolean | undefined;
|
|
28473
29020
|
showMediaOverlayActions?: boolean | undefined;
|
|
29021
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29022
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28474
29023
|
mediaDelivery?: {
|
|
28475
29024
|
sizes?: string | undefined;
|
|
28476
29025
|
widthCandidates?: number[] | undefined;
|
|
@@ -28575,6 +29124,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28575
29124
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28576
29125
|
showMediaPreview?: boolean | undefined;
|
|
28577
29126
|
showMediaOverlayActions?: boolean | undefined;
|
|
29127
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29128
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28578
29129
|
mediaDelivery?: {
|
|
28579
29130
|
sizes?: string | undefined;
|
|
28580
29131
|
widthCandidates?: number[] | undefined;
|
|
@@ -28679,6 +29230,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28679
29230
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28680
29231
|
showMediaPreview?: boolean | undefined;
|
|
28681
29232
|
showMediaOverlayActions?: boolean | undefined;
|
|
29233
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29234
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28682
29235
|
mediaDelivery?: {
|
|
28683
29236
|
sizes?: string | undefined;
|
|
28684
29237
|
widthCandidates?: number[] | undefined;
|
|
@@ -28783,6 +29336,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28783
29336
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28784
29337
|
showMediaPreview?: boolean | undefined;
|
|
28785
29338
|
showMediaOverlayActions?: boolean | undefined;
|
|
29339
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29340
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28786
29341
|
mediaDelivery?: {
|
|
28787
29342
|
sizes?: string | undefined;
|
|
28788
29343
|
widthCandidates?: number[] | undefined;
|
|
@@ -28887,6 +29442,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28887
29442
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28888
29443
|
showMediaPreview?: boolean | undefined;
|
|
28889
29444
|
showMediaOverlayActions?: boolean | undefined;
|
|
29445
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29446
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28890
29447
|
mediaDelivery?: {
|
|
28891
29448
|
sizes?: string | undefined;
|
|
28892
29449
|
widthCandidates?: number[] | undefined;
|
|
@@ -28991,6 +29548,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
28991
29548
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
28992
29549
|
showMediaPreview?: boolean | undefined;
|
|
28993
29550
|
showMediaOverlayActions?: boolean | undefined;
|
|
29551
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29552
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
28994
29553
|
mediaDelivery?: {
|
|
28995
29554
|
sizes?: string | undefined;
|
|
28996
29555
|
widthCandidates?: number[] | undefined;
|
|
@@ -29099,6 +29658,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29099
29658
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29100
29659
|
showMediaPreview?: boolean | undefined;
|
|
29101
29660
|
showMediaOverlayActions?: boolean | undefined;
|
|
29661
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29662
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29102
29663
|
mediaDelivery?: {
|
|
29103
29664
|
sizes?: string | undefined;
|
|
29104
29665
|
widthCandidates?: number[] | undefined;
|
|
@@ -29203,6 +29764,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29203
29764
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29204
29765
|
showMediaPreview?: boolean | undefined;
|
|
29205
29766
|
showMediaOverlayActions?: boolean | undefined;
|
|
29767
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29768
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29206
29769
|
mediaDelivery?: {
|
|
29207
29770
|
sizes?: string | undefined;
|
|
29208
29771
|
widthCandidates?: number[] | undefined;
|
|
@@ -29309,6 +29872,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29309
29872
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29310
29873
|
showMediaPreview?: boolean | undefined;
|
|
29311
29874
|
showMediaOverlayActions?: boolean | undefined;
|
|
29875
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29876
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29312
29877
|
mediaDelivery?: {
|
|
29313
29878
|
sizes?: string | undefined;
|
|
29314
29879
|
widthCandidates?: number[] | undefined;
|
|
@@ -29413,6 +29978,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29413
29978
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29414
29979
|
showMediaPreview?: boolean | undefined;
|
|
29415
29980
|
showMediaOverlayActions?: boolean | undefined;
|
|
29981
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
29982
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29416
29983
|
mediaDelivery?: {
|
|
29417
29984
|
sizes?: string | undefined;
|
|
29418
29985
|
widthCandidates?: number[] | undefined;
|
|
@@ -29524,6 +30091,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29524
30091
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29525
30092
|
showMediaPreview?: boolean | undefined;
|
|
29526
30093
|
showMediaOverlayActions?: boolean | undefined;
|
|
30094
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30095
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29527
30096
|
mediaDelivery?: {
|
|
29528
30097
|
sizes?: string | undefined;
|
|
29529
30098
|
widthCandidates?: number[] | undefined;
|
|
@@ -29634,6 +30203,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29634
30203
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29635
30204
|
showMediaPreview?: boolean | undefined;
|
|
29636
30205
|
showMediaOverlayActions?: boolean | undefined;
|
|
30206
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30207
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29637
30208
|
mediaDelivery?: {
|
|
29638
30209
|
sizes?: string | undefined;
|
|
29639
30210
|
widthCandidates?: number[] | undefined;
|
|
@@ -29738,6 +30309,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29738
30309
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29739
30310
|
showMediaPreview?: boolean | undefined;
|
|
29740
30311
|
showMediaOverlayActions?: boolean | undefined;
|
|
30312
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30313
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29741
30314
|
mediaDelivery?: {
|
|
29742
30315
|
sizes?: string | undefined;
|
|
29743
30316
|
widthCandidates?: number[] | undefined;
|
|
@@ -29842,6 +30415,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29842
30415
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29843
30416
|
showMediaPreview?: boolean | undefined;
|
|
29844
30417
|
showMediaOverlayActions?: boolean | undefined;
|
|
30418
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30419
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29845
30420
|
mediaDelivery?: {
|
|
29846
30421
|
sizes?: string | undefined;
|
|
29847
30422
|
widthCandidates?: number[] | undefined;
|
|
@@ -29950,6 +30525,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
29950
30525
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
29951
30526
|
showMediaPreview?: boolean | undefined;
|
|
29952
30527
|
showMediaOverlayActions?: boolean | undefined;
|
|
30528
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30529
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
29953
30530
|
mediaDelivery?: {
|
|
29954
30531
|
sizes?: string | undefined;
|
|
29955
30532
|
widthCandidates?: number[] | undefined;
|
|
@@ -30060,6 +30637,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
30060
30637
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30061
30638
|
showMediaPreview?: boolean | undefined;
|
|
30062
30639
|
showMediaOverlayActions?: boolean | undefined;
|
|
30640
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30641
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30063
30642
|
mediaDelivery?: {
|
|
30064
30643
|
sizes?: string | undefined;
|
|
30065
30644
|
widthCandidates?: number[] | undefined;
|
|
@@ -30164,6 +30743,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
30164
30743
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30165
30744
|
showMediaPreview?: boolean | undefined;
|
|
30166
30745
|
showMediaOverlayActions?: boolean | undefined;
|
|
30746
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30747
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30167
30748
|
mediaDelivery?: {
|
|
30168
30749
|
sizes?: string | undefined;
|
|
30169
30750
|
widthCandidates?: number[] | undefined;
|
|
@@ -30271,6 +30852,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
30271
30852
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30272
30853
|
showMediaPreview?: boolean | undefined;
|
|
30273
30854
|
showMediaOverlayActions?: boolean | undefined;
|
|
30855
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30856
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30274
30857
|
mediaDelivery?: {
|
|
30275
30858
|
sizes?: string | undefined;
|
|
30276
30859
|
widthCandidates?: number[] | undefined;
|
|
@@ -30380,6 +30963,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
30380
30963
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30381
30964
|
showMediaPreview?: boolean | undefined;
|
|
30382
30965
|
showMediaOverlayActions?: boolean | undefined;
|
|
30966
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
30967
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30383
30968
|
mediaDelivery?: {
|
|
30384
30969
|
sizes?: string | undefined;
|
|
30385
30970
|
widthCandidates?: number[] | undefined;
|
|
@@ -30490,6 +31075,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
30490
31075
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30491
31076
|
showMediaPreview?: boolean | undefined;
|
|
30492
31077
|
showMediaOverlayActions?: boolean | undefined;
|
|
31078
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31079
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30493
31080
|
mediaDelivery?: {
|
|
30494
31081
|
sizes?: string | undefined;
|
|
30495
31082
|
widthCandidates?: number[] | undefined;
|
|
@@ -30594,6 +31181,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
30594
31181
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30595
31182
|
showMediaPreview?: boolean | undefined;
|
|
30596
31183
|
showMediaOverlayActions?: boolean | undefined;
|
|
31184
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31185
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30597
31186
|
mediaDelivery?: {
|
|
30598
31187
|
sizes?: string | undefined;
|
|
30599
31188
|
widthCandidates?: number[] | undefined;
|
|
@@ -30698,6 +31287,8 @@ export declare const faqManifest: import("..").DefinedBlockManifest<import("..")
|
|
|
30698
31287
|
mediaPickerAutoOpen?: boolean | undefined;
|
|
30699
31288
|
showMediaPreview?: boolean | undefined;
|
|
30700
31289
|
showMediaOverlayActions?: boolean | undefined;
|
|
31290
|
+
mediaPreviewMaxWidth?: "none" | "sm" | "md" | "xs" | undefined;
|
|
31291
|
+
preventMediaPreviewUpscale?: boolean | undefined;
|
|
30701
31292
|
mediaDelivery?: {
|
|
30702
31293
|
sizes?: string | undefined;
|
|
30703
31294
|
widthCandidates?: number[] | undefined;
|