@riverbankcms/sdk 0.78.2 → 0.79.0
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 +80 -0
- package/dist/{PreviewEditorSidebar-4DXLYX2V.mjs → PreviewEditorSidebar-56NMJMIK.mjs} +724 -47
- package/dist/{PreviewEditorUI-CS5P4N3P.mjs → PreviewEditorUI-27KJVEET.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-H4BSP6E7.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +36 -0
- package/dist/_dts/api/src/endpoints.d.ts +55 -0
- package/dist/_dts/api/src/index.d.ts +5 -3
- package/dist/_dts/api/src/media.d.ts +8 -1
- package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +1 -1
- package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +8 -8
- package/dist/_dts/api/src/navigation/identity.d.ts +59 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +4 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -0
- package/dist/_dts/api/src/siteIcons.d.ts +128 -0
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +16 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +7 -0
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +6 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/api/src/webhooks.d.ts +239 -0
- package/dist/_dts/blocks/src/index.d.ts +4 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +57 -0
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +4 -0
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +22 -22
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +7 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +170 -0
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +5 -0
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +3 -1
- package/dist/_dts/blocks/src/system/icons/ids.d.ts +13 -0
- package/dist/_dts/blocks/src/system/icons/index.d.ts +6 -0
- package/dist/_dts/blocks/src/system/icons/presets.d.ts +4 -0
- package/dist/_dts/blocks/src/system/icons/registry.d.ts +18 -0
- package/dist/_dts/blocks/src/system/icons/semantic.d.ts +239 -0
- package/dist/_dts/blocks/src/system/icons/value.d.ts +94 -0
- package/dist/_dts/blocks/src/system/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +4 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/feature-card-icon.d.ts +13 -0
- package/dist/_dts/content-model/src/contentManifest.d.ts +3 -1
- package/dist/_dts/core/src/branded.d.ts +6 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +191 -0
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +12 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +12 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +12 -2
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +21 -0
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +40 -0
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +11 -1
- package/dist/_dts/editor-blocks/src/block-editor/featureCardIconActions.d.ts +82 -0
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDomain.d.ts +8 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -2
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +2 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +17 -0
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -0
- package/dist/_dts/sdk/src/cli/navigationIdentity.d.ts +11 -0
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/site-commands/oneOffCommands.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/diff.d.ts +9 -0
- package/dist/_dts/sdk/src/client/management/types.d.ts +2 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
- package/dist/_dts/sdk/src/contracts/index.d.ts +1 -1
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +19 -2
- package/dist/_dts/sdk/src/next/index.d.ts +1 -1
- package/dist/_dts/sdk/src/next/revalidate.d.ts +26 -5
- package/dist/_dts/sdk/src/next/static-params.d.ts +28 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -1
- package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/sdk/src/webhooks/index.d.ts +1 -1
- package/dist/_dts/sdk/src/webhooks/verify.d.ts +6 -102
- package/dist/_dts/site-commands/src/commands.d.ts +3 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +3 -3
- package/dist/_dts/theme-core/src/schema.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +4 -4
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -0
- package/dist/_dts/ui/src/combobox.d.ts +1 -0
- package/dist/{chunk-RGTOD4AJ.mjs → chunk-4HCW7FHJ.mjs} +491 -56
- package/dist/{chunk-OKMBEAXY.mjs → chunk-A3HHFKVT.mjs} +1 -1
- package/dist/{chunk-6HYXHRAI.mjs → chunk-GP555I66.mjs} +177 -7
- package/dist/{chunk-CR5HKAGU.mjs → chunk-K2IIF34C.mjs} +55 -0
- package/dist/{chunk-4QEGTLK6.mjs → chunk-LCY32PXF.mjs} +1 -1
- package/dist/{chunk-MCRQMPET.mjs → chunk-V47ZU33I.mjs} +1745 -157
- package/dist/cli/index.mjs +1169 -171
- package/dist/cli/init-docs/content/workflow-editor-workflows.md +2 -0
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +138 -0
- package/dist/client/{accordion-PLYNJIIM.mjs → accordion-QLA7KBYO.mjs} +1 -1
- package/dist/client/{bookingForm-BXAP6AO7.mjs → bookingForm-PYZIPA5G.mjs} +3 -3
- package/dist/client/bookings.mjs +110 -2
- package/dist/client/{carousel-TRBXDHGF.mjs → carousel-5EIULWBI.mjs} +2 -2
- package/dist/client/{cart-Z7H3HJRS.mjs → cart-DOP3FNI4.mjs} +5 -5
- package/dist/client/{checkout-WAFCUBIX.mjs → checkout-BVMF6FBV.mjs} +5 -5
- package/dist/client/{chunk-JRDUHZCT.mjs → chunk-44K2U3QI.mjs} +4 -4
- package/dist/client/{chunk-UVQEJJTN.mjs → chunk-CCNTDRCF.mjs} +1 -1
- package/dist/client/{chunk-ZI3LLBPZ.mjs → chunk-GG4M2NP6.mjs} +1 -1
- package/dist/client/{chunk-JGXPTEI2.mjs → chunk-R5ESWNKX.mjs} +6 -3
- package/dist/client/{chunk-CWGTG37I.mjs → chunk-TYONZMST.mjs} +1 -1
- package/dist/client/{chunk-75OUS5MT.mjs → chunk-UDS3NTWA.mjs} +1 -1
- package/dist/client/{chunk-DNRGY432.mjs → chunk-V6M5FCR5.mjs} +1 -1
- package/dist/client/{chunk-FUXW6VW2.mjs → chunk-YLDYVRZL.mjs} +4 -4
- package/dist/client/client.mjs +21329 -19729
- package/dist/client/{courseRegistration-AHFQHWIJ.mjs → courseRegistration-E6EAA6NL.mjs} +3 -3
- package/dist/client/{eventCalendar-LDXTV5R7.mjs → eventCalendar-HBG3HAK6.mjs} +5 -5
- package/dist/client/{eventCombined-A4JGTNJO.mjs → eventCombined-6K5ZZWAK.mjs} +5 -5
- package/dist/client/{eventDetails-4YXTZ7EG.mjs → eventDetails-Q75ICXLT.mjs} +5 -5
- package/dist/client/{eventListing-P72TPFFM.mjs → eventListing-27P5F7DZ.mjs} +5 -5
- package/dist/client/{eventRegistration-LSYJHGMT.mjs → eventRegistration-IQ7AMASR.mjs} +5 -5
- package/dist/client/{form-AOPYOKOW.mjs → form-JRTD65FN.mjs} +1 -1
- package/dist/client/{headerSection-5TFYDFVQ.mjs → headerSection-7FPSSZHS.mjs} +2 -2
- package/dist/client/hooks.mjs +350 -35
- package/dist/client/{locationMap-QSZ3ZVAZ.mjs → locationMap-7NGFNYBH.mjs} +1 -1
- package/dist/client/{newsletterForm-KTRHZY52.mjs → newsletterForm-F3BADCI2.mjs} +1 -1
- package/dist/client/{productDetail-N4E775RG.mjs → productDetail-V3HP7ITJ.mjs} +5 -5
- package/dist/client/{productList-UGUQ2S45.mjs → productList-L3EGJUF2.mjs} +5 -5
- package/dist/client/rendering/client.mjs +2713 -1382
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +2014 -414
- package/dist/client/{shop-VHSZEEQ2.mjs → shop-DQUB5E2C.mjs} +5 -5
- package/dist/preview-next/before-render.mjs +55 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +55 -0
- package/dist/{sdk-runtime-WHPJEF5G.mjs → sdk-runtime-AF6KXJU4.mjs} +6 -6
- package/dist/server/components.mjs +2169 -781
- package/dist/server/config-validation.mjs +350 -35
- package/dist/server/config.mjs +350 -35
- package/dist/server/data.mjs +350 -35
- package/dist/server/index.mjs +64 -1
- package/dist/server/next/revalidate.mjs +229 -34
- package/dist/server/next.mjs +2307 -818
- package/dist/server/page-converter.mjs +275 -34
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2174 -786
- package/dist/server/rendering.mjs +2187 -799
- package/dist/server/routing.mjs +767 -50
- package/dist/server/server.mjs +351 -36
- package/dist/server/theme-bridge.mjs +164 -2
- package/dist/server/theme.mjs +2 -2
- package/dist/server/webhooks.mjs +129 -25
- package/dist/styles/index.css +55 -0
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +0 -8
|
@@ -167,7 +167,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
167
167
|
layoutGridRowField?: string | undefined;
|
|
168
168
|
layoutGridColumnField?: string | undefined;
|
|
169
169
|
layoutGridMaxRows?: number | undefined;
|
|
170
|
-
iconPickerPreset?: "cta" | undefined;
|
|
170
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
171
171
|
contentTypeField?: string | undefined;
|
|
172
172
|
fixedContentType?: string | undefined;
|
|
173
173
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -277,7 +277,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
277
277
|
layoutGridRowField?: string | undefined;
|
|
278
278
|
layoutGridColumnField?: string | undefined;
|
|
279
279
|
layoutGridMaxRows?: number | undefined;
|
|
280
|
-
iconPickerPreset?: "cta" | undefined;
|
|
280
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
281
281
|
contentTypeField?: string | undefined;
|
|
282
282
|
fixedContentType?: string | undefined;
|
|
283
283
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -399,7 +399,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
399
399
|
layoutGridRowField?: string | undefined;
|
|
400
400
|
layoutGridColumnField?: string | undefined;
|
|
401
401
|
layoutGridMaxRows?: number | undefined;
|
|
402
|
-
iconPickerPreset?: "cta" | undefined;
|
|
402
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
403
403
|
contentTypeField?: string | undefined;
|
|
404
404
|
fixedContentType?: string | undefined;
|
|
405
405
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -514,7 +514,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
514
514
|
layoutGridRowField?: string | undefined;
|
|
515
515
|
layoutGridColumnField?: string | undefined;
|
|
516
516
|
layoutGridMaxRows?: number | undefined;
|
|
517
|
-
iconPickerPreset?: "cta" | undefined;
|
|
517
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
518
518
|
contentTypeField?: string | undefined;
|
|
519
519
|
fixedContentType?: string | undefined;
|
|
520
520
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -621,7 +621,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
621
621
|
layoutGridRowField?: string | undefined;
|
|
622
622
|
layoutGridColumnField?: string | undefined;
|
|
623
623
|
layoutGridMaxRows?: number | undefined;
|
|
624
|
-
iconPickerPreset?: "cta" | undefined;
|
|
624
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
625
625
|
contentTypeField?: string | undefined;
|
|
626
626
|
fixedContentType?: string | undefined;
|
|
627
627
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -728,7 +728,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
728
728
|
layoutGridRowField?: string | undefined;
|
|
729
729
|
layoutGridColumnField?: string | undefined;
|
|
730
730
|
layoutGridMaxRows?: number | undefined;
|
|
731
|
-
iconPickerPreset?: "cta" | undefined;
|
|
731
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
732
732
|
contentTypeField?: string | undefined;
|
|
733
733
|
fixedContentType?: string | undefined;
|
|
734
734
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -836,7 +836,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
836
836
|
layoutGridRowField?: string | undefined;
|
|
837
837
|
layoutGridColumnField?: string | undefined;
|
|
838
838
|
layoutGridMaxRows?: number | undefined;
|
|
839
|
-
iconPickerPreset?: "cta" | undefined;
|
|
839
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
840
840
|
contentTypeField?: string | undefined;
|
|
841
841
|
fixedContentType?: string | undefined;
|
|
842
842
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -942,7 +942,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
942
942
|
layoutGridRowField?: string | undefined;
|
|
943
943
|
layoutGridColumnField?: string | undefined;
|
|
944
944
|
layoutGridMaxRows?: number | undefined;
|
|
945
|
-
iconPickerPreset?: "cta" | undefined;
|
|
945
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
946
946
|
contentTypeField?: string | undefined;
|
|
947
947
|
fixedContentType?: string | undefined;
|
|
948
948
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1048,7 +1048,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1048
1048
|
layoutGridRowField?: string | undefined;
|
|
1049
1049
|
layoutGridColumnField?: string | undefined;
|
|
1050
1050
|
layoutGridMaxRows?: number | undefined;
|
|
1051
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1051
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1052
1052
|
contentTypeField?: string | undefined;
|
|
1053
1053
|
fixedContentType?: string | undefined;
|
|
1054
1054
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1154,7 +1154,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1154
1154
|
layoutGridRowField?: string | undefined;
|
|
1155
1155
|
layoutGridColumnField?: string | undefined;
|
|
1156
1156
|
layoutGridMaxRows?: number | undefined;
|
|
1157
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1157
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1158
1158
|
contentTypeField?: string | undefined;
|
|
1159
1159
|
fixedContentType?: string | undefined;
|
|
1160
1160
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1260,7 +1260,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1260
1260
|
layoutGridRowField?: string | undefined;
|
|
1261
1261
|
layoutGridColumnField?: string | undefined;
|
|
1262
1262
|
layoutGridMaxRows?: number | undefined;
|
|
1263
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1263
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1264
1264
|
contentTypeField?: string | undefined;
|
|
1265
1265
|
fixedContentType?: string | undefined;
|
|
1266
1266
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1366,7 +1366,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1366
1366
|
layoutGridRowField?: string | undefined;
|
|
1367
1367
|
layoutGridColumnField?: string | undefined;
|
|
1368
1368
|
layoutGridMaxRows?: number | undefined;
|
|
1369
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1369
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1370
1370
|
contentTypeField?: string | undefined;
|
|
1371
1371
|
fixedContentType?: string | undefined;
|
|
1372
1372
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1476,7 +1476,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1476
1476
|
layoutGridRowField?: string | undefined;
|
|
1477
1477
|
layoutGridColumnField?: string | undefined;
|
|
1478
1478
|
layoutGridMaxRows?: number | undefined;
|
|
1479
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1479
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1480
1480
|
contentTypeField?: string | undefined;
|
|
1481
1481
|
fixedContentType?: string | undefined;
|
|
1482
1482
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1582,7 +1582,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1582
1582
|
layoutGridRowField?: string | undefined;
|
|
1583
1583
|
layoutGridColumnField?: string | undefined;
|
|
1584
1584
|
layoutGridMaxRows?: number | undefined;
|
|
1585
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1585
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1586
1586
|
contentTypeField?: string | undefined;
|
|
1587
1587
|
fixedContentType?: string | undefined;
|
|
1588
1588
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1690,7 +1690,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1690
1690
|
layoutGridRowField?: string | undefined;
|
|
1691
1691
|
layoutGridColumnField?: string | undefined;
|
|
1692
1692
|
layoutGridMaxRows?: number | undefined;
|
|
1693
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1693
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1694
1694
|
contentTypeField?: string | undefined;
|
|
1695
1695
|
fixedContentType?: string | undefined;
|
|
1696
1696
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1796,7 +1796,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1796
1796
|
layoutGridRowField?: string | undefined;
|
|
1797
1797
|
layoutGridColumnField?: string | undefined;
|
|
1798
1798
|
layoutGridMaxRows?: number | undefined;
|
|
1799
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1799
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1800
1800
|
contentTypeField?: string | undefined;
|
|
1801
1801
|
fixedContentType?: string | undefined;
|
|
1802
1802
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1918,7 +1918,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
1918
1918
|
layoutGridRowField?: string | undefined;
|
|
1919
1919
|
layoutGridColumnField?: string | undefined;
|
|
1920
1920
|
layoutGridMaxRows?: number | undefined;
|
|
1921
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1921
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1922
1922
|
contentTypeField?: string | undefined;
|
|
1923
1923
|
fixedContentType?: string | undefined;
|
|
1924
1924
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2033,7 +2033,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2033
2033
|
layoutGridRowField?: string | undefined;
|
|
2034
2034
|
layoutGridColumnField?: string | undefined;
|
|
2035
2035
|
layoutGridMaxRows?: number | undefined;
|
|
2036
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2036
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2037
2037
|
contentTypeField?: string | undefined;
|
|
2038
2038
|
fixedContentType?: string | undefined;
|
|
2039
2039
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2140,7 +2140,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2140
2140
|
layoutGridRowField?: string | undefined;
|
|
2141
2141
|
layoutGridColumnField?: string | undefined;
|
|
2142
2142
|
layoutGridMaxRows?: number | undefined;
|
|
2143
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2143
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2144
2144
|
contentTypeField?: string | undefined;
|
|
2145
2145
|
fixedContentType?: string | undefined;
|
|
2146
2146
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2247,7 +2247,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2247
2247
|
layoutGridRowField?: string | undefined;
|
|
2248
2248
|
layoutGridColumnField?: string | undefined;
|
|
2249
2249
|
layoutGridMaxRows?: number | undefined;
|
|
2250
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2250
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2251
2251
|
contentTypeField?: string | undefined;
|
|
2252
2252
|
fixedContentType?: string | undefined;
|
|
2253
2253
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2355,7 +2355,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2355
2355
|
layoutGridRowField?: string | undefined;
|
|
2356
2356
|
layoutGridColumnField?: string | undefined;
|
|
2357
2357
|
layoutGridMaxRows?: number | undefined;
|
|
2358
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2358
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2359
2359
|
contentTypeField?: string | undefined;
|
|
2360
2360
|
fixedContentType?: string | undefined;
|
|
2361
2361
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2461,7 +2461,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2461
2461
|
layoutGridRowField?: string | undefined;
|
|
2462
2462
|
layoutGridColumnField?: string | undefined;
|
|
2463
2463
|
layoutGridMaxRows?: number | undefined;
|
|
2464
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2464
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2465
2465
|
contentTypeField?: string | undefined;
|
|
2466
2466
|
fixedContentType?: string | undefined;
|
|
2467
2467
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2567,7 +2567,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2567
2567
|
layoutGridRowField?: string | undefined;
|
|
2568
2568
|
layoutGridColumnField?: string | undefined;
|
|
2569
2569
|
layoutGridMaxRows?: number | undefined;
|
|
2570
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2570
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2571
2571
|
contentTypeField?: string | undefined;
|
|
2572
2572
|
fixedContentType?: string | undefined;
|
|
2573
2573
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2673,7 +2673,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2673
2673
|
layoutGridRowField?: string | undefined;
|
|
2674
2674
|
layoutGridColumnField?: string | undefined;
|
|
2675
2675
|
layoutGridMaxRows?: number | undefined;
|
|
2676
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2676
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2677
2677
|
contentTypeField?: string | undefined;
|
|
2678
2678
|
fixedContentType?: string | undefined;
|
|
2679
2679
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2779,7 +2779,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2779
2779
|
layoutGridRowField?: string | undefined;
|
|
2780
2780
|
layoutGridColumnField?: string | undefined;
|
|
2781
2781
|
layoutGridMaxRows?: number | undefined;
|
|
2782
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2782
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2783
2783
|
contentTypeField?: string | undefined;
|
|
2784
2784
|
fixedContentType?: string | undefined;
|
|
2785
2785
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2885,7 +2885,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2885
2885
|
layoutGridRowField?: string | undefined;
|
|
2886
2886
|
layoutGridColumnField?: string | undefined;
|
|
2887
2887
|
layoutGridMaxRows?: number | undefined;
|
|
2888
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2888
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2889
2889
|
contentTypeField?: string | undefined;
|
|
2890
2890
|
fixedContentType?: string | undefined;
|
|
2891
2891
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2995,7 +2995,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
2995
2995
|
layoutGridRowField?: string | undefined;
|
|
2996
2996
|
layoutGridColumnField?: string | undefined;
|
|
2997
2997
|
layoutGridMaxRows?: number | undefined;
|
|
2998
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2998
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2999
2999
|
contentTypeField?: string | undefined;
|
|
3000
3000
|
fixedContentType?: string | undefined;
|
|
3001
3001
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3101,7 +3101,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3101
3101
|
layoutGridRowField?: string | undefined;
|
|
3102
3102
|
layoutGridColumnField?: string | undefined;
|
|
3103
3103
|
layoutGridMaxRows?: number | undefined;
|
|
3104
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3104
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3105
3105
|
contentTypeField?: string | undefined;
|
|
3106
3106
|
fixedContentType?: string | undefined;
|
|
3107
3107
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3209,7 +3209,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3209
3209
|
layoutGridRowField?: string | undefined;
|
|
3210
3210
|
layoutGridColumnField?: string | undefined;
|
|
3211
3211
|
layoutGridMaxRows?: number | undefined;
|
|
3212
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3212
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3213
3213
|
contentTypeField?: string | undefined;
|
|
3214
3214
|
fixedContentType?: string | undefined;
|
|
3215
3215
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3315,7 +3315,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3315
3315
|
layoutGridRowField?: string | undefined;
|
|
3316
3316
|
layoutGridColumnField?: string | undefined;
|
|
3317
3317
|
layoutGridMaxRows?: number | undefined;
|
|
3318
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3318
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3319
3319
|
contentTypeField?: string | undefined;
|
|
3320
3320
|
fixedContentType?: string | undefined;
|
|
3321
3321
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3439,7 +3439,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3439
3439
|
layoutGridRowField?: string | undefined;
|
|
3440
3440
|
layoutGridColumnField?: string | undefined;
|
|
3441
3441
|
layoutGridMaxRows?: number | undefined;
|
|
3442
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3442
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3443
3443
|
contentTypeField?: string | undefined;
|
|
3444
3444
|
fixedContentType?: string | undefined;
|
|
3445
3445
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3554,7 +3554,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3554
3554
|
layoutGridRowField?: string | undefined;
|
|
3555
3555
|
layoutGridColumnField?: string | undefined;
|
|
3556
3556
|
layoutGridMaxRows?: number | undefined;
|
|
3557
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3557
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3558
3558
|
contentTypeField?: string | undefined;
|
|
3559
3559
|
fixedContentType?: string | undefined;
|
|
3560
3560
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3661,7 +3661,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3661
3661
|
layoutGridRowField?: string | undefined;
|
|
3662
3662
|
layoutGridColumnField?: string | undefined;
|
|
3663
3663
|
layoutGridMaxRows?: number | undefined;
|
|
3664
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3664
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3665
3665
|
contentTypeField?: string | undefined;
|
|
3666
3666
|
fixedContentType?: string | undefined;
|
|
3667
3667
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3768,7 +3768,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3768
3768
|
layoutGridRowField?: string | undefined;
|
|
3769
3769
|
layoutGridColumnField?: string | undefined;
|
|
3770
3770
|
layoutGridMaxRows?: number | undefined;
|
|
3771
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3771
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3772
3772
|
contentTypeField?: string | undefined;
|
|
3773
3773
|
fixedContentType?: string | undefined;
|
|
3774
3774
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3876,7 +3876,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3876
3876
|
layoutGridRowField?: string | undefined;
|
|
3877
3877
|
layoutGridColumnField?: string | undefined;
|
|
3878
3878
|
layoutGridMaxRows?: number | undefined;
|
|
3879
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3879
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3880
3880
|
contentTypeField?: string | undefined;
|
|
3881
3881
|
fixedContentType?: string | undefined;
|
|
3882
3882
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3982,7 +3982,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
3982
3982
|
layoutGridRowField?: string | undefined;
|
|
3983
3983
|
layoutGridColumnField?: string | undefined;
|
|
3984
3984
|
layoutGridMaxRows?: number | undefined;
|
|
3985
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3985
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3986
3986
|
contentTypeField?: string | undefined;
|
|
3987
3987
|
fixedContentType?: string | undefined;
|
|
3988
3988
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4088,7 +4088,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4088
4088
|
layoutGridRowField?: string | undefined;
|
|
4089
4089
|
layoutGridColumnField?: string | undefined;
|
|
4090
4090
|
layoutGridMaxRows?: number | undefined;
|
|
4091
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4091
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4092
4092
|
contentTypeField?: string | undefined;
|
|
4093
4093
|
fixedContentType?: string | undefined;
|
|
4094
4094
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4194,7 +4194,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4194
4194
|
layoutGridRowField?: string | undefined;
|
|
4195
4195
|
layoutGridColumnField?: string | undefined;
|
|
4196
4196
|
layoutGridMaxRows?: number | undefined;
|
|
4197
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4197
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4198
4198
|
contentTypeField?: string | undefined;
|
|
4199
4199
|
fixedContentType?: string | undefined;
|
|
4200
4200
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4300,7 +4300,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4300
4300
|
layoutGridRowField?: string | undefined;
|
|
4301
4301
|
layoutGridColumnField?: string | undefined;
|
|
4302
4302
|
layoutGridMaxRows?: number | undefined;
|
|
4303
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4303
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4304
4304
|
contentTypeField?: string | undefined;
|
|
4305
4305
|
fixedContentType?: string | undefined;
|
|
4306
4306
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4406,7 +4406,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4406
4406
|
layoutGridRowField?: string | undefined;
|
|
4407
4407
|
layoutGridColumnField?: string | undefined;
|
|
4408
4408
|
layoutGridMaxRows?: number | undefined;
|
|
4409
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4409
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4410
4410
|
contentTypeField?: string | undefined;
|
|
4411
4411
|
fixedContentType?: string | undefined;
|
|
4412
4412
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4516,7 +4516,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4516
4516
|
layoutGridRowField?: string | undefined;
|
|
4517
4517
|
layoutGridColumnField?: string | undefined;
|
|
4518
4518
|
layoutGridMaxRows?: number | undefined;
|
|
4519
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4519
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4520
4520
|
contentTypeField?: string | undefined;
|
|
4521
4521
|
fixedContentType?: string | undefined;
|
|
4522
4522
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4622,7 +4622,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4622
4622
|
layoutGridRowField?: string | undefined;
|
|
4623
4623
|
layoutGridColumnField?: string | undefined;
|
|
4624
4624
|
layoutGridMaxRows?: number | undefined;
|
|
4625
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4625
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4626
4626
|
contentTypeField?: string | undefined;
|
|
4627
4627
|
fixedContentType?: string | undefined;
|
|
4628
4628
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4730,7 +4730,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4730
4730
|
layoutGridRowField?: string | undefined;
|
|
4731
4731
|
layoutGridColumnField?: string | undefined;
|
|
4732
4732
|
layoutGridMaxRows?: number | undefined;
|
|
4733
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4733
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4734
4734
|
contentTypeField?: string | undefined;
|
|
4735
4735
|
fixedContentType?: string | undefined;
|
|
4736
4736
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4836,7 +4836,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4836
4836
|
layoutGridRowField?: string | undefined;
|
|
4837
4837
|
layoutGridColumnField?: string | undefined;
|
|
4838
4838
|
layoutGridMaxRows?: number | undefined;
|
|
4839
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4839
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4840
4840
|
contentTypeField?: string | undefined;
|
|
4841
4841
|
fixedContentType?: string | undefined;
|
|
4842
4842
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4949,7 +4949,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
4949
4949
|
layoutGridRowField?: string | undefined;
|
|
4950
4950
|
layoutGridColumnField?: string | undefined;
|
|
4951
4951
|
layoutGridMaxRows?: number | undefined;
|
|
4952
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4952
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4953
4953
|
contentTypeField?: string | undefined;
|
|
4954
4954
|
fixedContentType?: string | undefined;
|
|
4955
4955
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5061,7 +5061,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5061
5061
|
layoutGridRowField?: string | undefined;
|
|
5062
5062
|
layoutGridColumnField?: string | undefined;
|
|
5063
5063
|
layoutGridMaxRows?: number | undefined;
|
|
5064
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5064
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5065
5065
|
contentTypeField?: string | undefined;
|
|
5066
5066
|
fixedContentType?: string | undefined;
|
|
5067
5067
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5167,7 +5167,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5167
5167
|
layoutGridRowField?: string | undefined;
|
|
5168
5168
|
layoutGridColumnField?: string | undefined;
|
|
5169
5169
|
layoutGridMaxRows?: number | undefined;
|
|
5170
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5170
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5171
5171
|
contentTypeField?: string | undefined;
|
|
5172
5172
|
fixedContentType?: string | undefined;
|
|
5173
5173
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5276,7 +5276,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5276
5276
|
layoutGridRowField?: string | undefined;
|
|
5277
5277
|
layoutGridColumnField?: string | undefined;
|
|
5278
5278
|
layoutGridMaxRows?: number | undefined;
|
|
5279
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5279
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5280
5280
|
contentTypeField?: string | undefined;
|
|
5281
5281
|
fixedContentType?: string | undefined;
|
|
5282
5282
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5387,7 +5387,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5387
5387
|
layoutGridRowField?: string | undefined;
|
|
5388
5388
|
layoutGridColumnField?: string | undefined;
|
|
5389
5389
|
layoutGridMaxRows?: number | undefined;
|
|
5390
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5390
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5391
5391
|
contentTypeField?: string | undefined;
|
|
5392
5392
|
fixedContentType?: string | undefined;
|
|
5393
5393
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5499,7 +5499,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5499
5499
|
layoutGridRowField?: string | undefined;
|
|
5500
5500
|
layoutGridColumnField?: string | undefined;
|
|
5501
5501
|
layoutGridMaxRows?: number | undefined;
|
|
5502
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5502
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5503
5503
|
contentTypeField?: string | undefined;
|
|
5504
5504
|
fixedContentType?: string | undefined;
|
|
5505
5505
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5605,7 +5605,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5605
5605
|
layoutGridRowField?: string | undefined;
|
|
5606
5606
|
layoutGridColumnField?: string | undefined;
|
|
5607
5607
|
layoutGridMaxRows?: number | undefined;
|
|
5608
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5608
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5609
5609
|
contentTypeField?: string | undefined;
|
|
5610
5610
|
fixedContentType?: string | undefined;
|
|
5611
5611
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5711,7 +5711,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5711
5711
|
layoutGridRowField?: string | undefined;
|
|
5712
5712
|
layoutGridColumnField?: string | undefined;
|
|
5713
5713
|
layoutGridMaxRows?: number | undefined;
|
|
5714
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5714
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5715
5715
|
contentTypeField?: string | undefined;
|
|
5716
5716
|
fixedContentType?: string | undefined;
|
|
5717
5717
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5832,7 +5832,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5832
5832
|
layoutGridRowField?: string | undefined;
|
|
5833
5833
|
layoutGridColumnField?: string | undefined;
|
|
5834
5834
|
layoutGridMaxRows?: number | undefined;
|
|
5835
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5835
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5836
5836
|
contentTypeField?: string | undefined;
|
|
5837
5837
|
fixedContentType?: string | undefined;
|
|
5838
5838
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5947,7 +5947,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
5947
5947
|
layoutGridRowField?: string | undefined;
|
|
5948
5948
|
layoutGridColumnField?: string | undefined;
|
|
5949
5949
|
layoutGridMaxRows?: number | undefined;
|
|
5950
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5950
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5951
5951
|
contentTypeField?: string | undefined;
|
|
5952
5952
|
fixedContentType?: string | undefined;
|
|
5953
5953
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6054,7 +6054,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6054
6054
|
layoutGridRowField?: string | undefined;
|
|
6055
6055
|
layoutGridColumnField?: string | undefined;
|
|
6056
6056
|
layoutGridMaxRows?: number | undefined;
|
|
6057
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6057
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6058
6058
|
contentTypeField?: string | undefined;
|
|
6059
6059
|
fixedContentType?: string | undefined;
|
|
6060
6060
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6161,7 +6161,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6161
6161
|
layoutGridRowField?: string | undefined;
|
|
6162
6162
|
layoutGridColumnField?: string | undefined;
|
|
6163
6163
|
layoutGridMaxRows?: number | undefined;
|
|
6164
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6164
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6165
6165
|
contentTypeField?: string | undefined;
|
|
6166
6166
|
fixedContentType?: string | undefined;
|
|
6167
6167
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6269,7 +6269,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6269
6269
|
layoutGridRowField?: string | undefined;
|
|
6270
6270
|
layoutGridColumnField?: string | undefined;
|
|
6271
6271
|
layoutGridMaxRows?: number | undefined;
|
|
6272
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6272
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6273
6273
|
contentTypeField?: string | undefined;
|
|
6274
6274
|
fixedContentType?: string | undefined;
|
|
6275
6275
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6375,7 +6375,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6375
6375
|
layoutGridRowField?: string | undefined;
|
|
6376
6376
|
layoutGridColumnField?: string | undefined;
|
|
6377
6377
|
layoutGridMaxRows?: number | undefined;
|
|
6378
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6378
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6379
6379
|
contentTypeField?: string | undefined;
|
|
6380
6380
|
fixedContentType?: string | undefined;
|
|
6381
6381
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6481,7 +6481,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6481
6481
|
layoutGridRowField?: string | undefined;
|
|
6482
6482
|
layoutGridColumnField?: string | undefined;
|
|
6483
6483
|
layoutGridMaxRows?: number | undefined;
|
|
6484
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6484
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6485
6485
|
contentTypeField?: string | undefined;
|
|
6486
6486
|
fixedContentType?: string | undefined;
|
|
6487
6487
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6587,7 +6587,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6587
6587
|
layoutGridRowField?: string | undefined;
|
|
6588
6588
|
layoutGridColumnField?: string | undefined;
|
|
6589
6589
|
layoutGridMaxRows?: number | undefined;
|
|
6590
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6590
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6591
6591
|
contentTypeField?: string | undefined;
|
|
6592
6592
|
fixedContentType?: string | undefined;
|
|
6593
6593
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6693,7 +6693,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6693
6693
|
layoutGridRowField?: string | undefined;
|
|
6694
6694
|
layoutGridColumnField?: string | undefined;
|
|
6695
6695
|
layoutGridMaxRows?: number | undefined;
|
|
6696
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6696
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6697
6697
|
contentTypeField?: string | undefined;
|
|
6698
6698
|
fixedContentType?: string | undefined;
|
|
6699
6699
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6799,7 +6799,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6799
6799
|
layoutGridRowField?: string | undefined;
|
|
6800
6800
|
layoutGridColumnField?: string | undefined;
|
|
6801
6801
|
layoutGridMaxRows?: number | undefined;
|
|
6802
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6802
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6803
6803
|
contentTypeField?: string | undefined;
|
|
6804
6804
|
fixedContentType?: string | undefined;
|
|
6805
6805
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6909,7 +6909,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
6909
6909
|
layoutGridRowField?: string | undefined;
|
|
6910
6910
|
layoutGridColumnField?: string | undefined;
|
|
6911
6911
|
layoutGridMaxRows?: number | undefined;
|
|
6912
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6912
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6913
6913
|
contentTypeField?: string | undefined;
|
|
6914
6914
|
fixedContentType?: string | undefined;
|
|
6915
6915
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7015,7 +7015,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7015
7015
|
layoutGridRowField?: string | undefined;
|
|
7016
7016
|
layoutGridColumnField?: string | undefined;
|
|
7017
7017
|
layoutGridMaxRows?: number | undefined;
|
|
7018
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7018
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7019
7019
|
contentTypeField?: string | undefined;
|
|
7020
7020
|
fixedContentType?: string | undefined;
|
|
7021
7021
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7123,7 +7123,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7123
7123
|
layoutGridRowField?: string | undefined;
|
|
7124
7124
|
layoutGridColumnField?: string | undefined;
|
|
7125
7125
|
layoutGridMaxRows?: number | undefined;
|
|
7126
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7126
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7127
7127
|
contentTypeField?: string | undefined;
|
|
7128
7128
|
fixedContentType?: string | undefined;
|
|
7129
7129
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7229,7 +7229,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7229
7229
|
layoutGridRowField?: string | undefined;
|
|
7230
7230
|
layoutGridColumnField?: string | undefined;
|
|
7231
7231
|
layoutGridMaxRows?: number | undefined;
|
|
7232
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7232
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7233
7233
|
contentTypeField?: string | undefined;
|
|
7234
7234
|
fixedContentType?: string | undefined;
|
|
7235
7235
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7351,7 +7351,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7351
7351
|
layoutGridRowField?: string | undefined;
|
|
7352
7352
|
layoutGridColumnField?: string | undefined;
|
|
7353
7353
|
layoutGridMaxRows?: number | undefined;
|
|
7354
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7354
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7355
7355
|
contentTypeField?: string | undefined;
|
|
7356
7356
|
fixedContentType?: string | undefined;
|
|
7357
7357
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7466,7 +7466,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7466
7466
|
layoutGridRowField?: string | undefined;
|
|
7467
7467
|
layoutGridColumnField?: string | undefined;
|
|
7468
7468
|
layoutGridMaxRows?: number | undefined;
|
|
7469
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7469
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7470
7470
|
contentTypeField?: string | undefined;
|
|
7471
7471
|
fixedContentType?: string | undefined;
|
|
7472
7472
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7573,7 +7573,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7573
7573
|
layoutGridRowField?: string | undefined;
|
|
7574
7574
|
layoutGridColumnField?: string | undefined;
|
|
7575
7575
|
layoutGridMaxRows?: number | undefined;
|
|
7576
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7576
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7577
7577
|
contentTypeField?: string | undefined;
|
|
7578
7578
|
fixedContentType?: string | undefined;
|
|
7579
7579
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7680,7 +7680,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7680
7680
|
layoutGridRowField?: string | undefined;
|
|
7681
7681
|
layoutGridColumnField?: string | undefined;
|
|
7682
7682
|
layoutGridMaxRows?: number | undefined;
|
|
7683
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7683
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7684
7684
|
contentTypeField?: string | undefined;
|
|
7685
7685
|
fixedContentType?: string | undefined;
|
|
7686
7686
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7788,7 +7788,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7788
7788
|
layoutGridRowField?: string | undefined;
|
|
7789
7789
|
layoutGridColumnField?: string | undefined;
|
|
7790
7790
|
layoutGridMaxRows?: number | undefined;
|
|
7791
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7791
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7792
7792
|
contentTypeField?: string | undefined;
|
|
7793
7793
|
fixedContentType?: string | undefined;
|
|
7794
7794
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7894,7 +7894,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
7894
7894
|
layoutGridRowField?: string | undefined;
|
|
7895
7895
|
layoutGridColumnField?: string | undefined;
|
|
7896
7896
|
layoutGridMaxRows?: number | undefined;
|
|
7897
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7897
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7898
7898
|
contentTypeField?: string | undefined;
|
|
7899
7899
|
fixedContentType?: string | undefined;
|
|
7900
7900
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8000,7 +8000,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8000
8000
|
layoutGridRowField?: string | undefined;
|
|
8001
8001
|
layoutGridColumnField?: string | undefined;
|
|
8002
8002
|
layoutGridMaxRows?: number | undefined;
|
|
8003
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8003
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8004
8004
|
contentTypeField?: string | undefined;
|
|
8005
8005
|
fixedContentType?: string | undefined;
|
|
8006
8006
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8106,7 +8106,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8106
8106
|
layoutGridRowField?: string | undefined;
|
|
8107
8107
|
layoutGridColumnField?: string | undefined;
|
|
8108
8108
|
layoutGridMaxRows?: number | undefined;
|
|
8109
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8109
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8110
8110
|
contentTypeField?: string | undefined;
|
|
8111
8111
|
fixedContentType?: string | undefined;
|
|
8112
8112
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8212,7 +8212,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8212
8212
|
layoutGridRowField?: string | undefined;
|
|
8213
8213
|
layoutGridColumnField?: string | undefined;
|
|
8214
8214
|
layoutGridMaxRows?: number | undefined;
|
|
8215
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8215
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8216
8216
|
contentTypeField?: string | undefined;
|
|
8217
8217
|
fixedContentType?: string | undefined;
|
|
8218
8218
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8318,7 +8318,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8318
8318
|
layoutGridRowField?: string | undefined;
|
|
8319
8319
|
layoutGridColumnField?: string | undefined;
|
|
8320
8320
|
layoutGridMaxRows?: number | undefined;
|
|
8321
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8321
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8322
8322
|
contentTypeField?: string | undefined;
|
|
8323
8323
|
fixedContentType?: string | undefined;
|
|
8324
8324
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8428,7 +8428,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8428
8428
|
layoutGridRowField?: string | undefined;
|
|
8429
8429
|
layoutGridColumnField?: string | undefined;
|
|
8430
8430
|
layoutGridMaxRows?: number | undefined;
|
|
8431
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8431
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8432
8432
|
contentTypeField?: string | undefined;
|
|
8433
8433
|
fixedContentType?: string | undefined;
|
|
8434
8434
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8534,7 +8534,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8534
8534
|
layoutGridRowField?: string | undefined;
|
|
8535
8535
|
layoutGridColumnField?: string | undefined;
|
|
8536
8536
|
layoutGridMaxRows?: number | undefined;
|
|
8537
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8537
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8538
8538
|
contentTypeField?: string | undefined;
|
|
8539
8539
|
fixedContentType?: string | undefined;
|
|
8540
8540
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8642,7 +8642,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8642
8642
|
layoutGridRowField?: string | undefined;
|
|
8643
8643
|
layoutGridColumnField?: string | undefined;
|
|
8644
8644
|
layoutGridMaxRows?: number | undefined;
|
|
8645
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8645
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8646
8646
|
contentTypeField?: string | undefined;
|
|
8647
8647
|
fixedContentType?: string | undefined;
|
|
8648
8648
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8748,7 +8748,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8748
8748
|
layoutGridRowField?: string | undefined;
|
|
8749
8749
|
layoutGridColumnField?: string | undefined;
|
|
8750
8750
|
layoutGridMaxRows?: number | undefined;
|
|
8751
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8751
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8752
8752
|
contentTypeField?: string | undefined;
|
|
8753
8753
|
fixedContentType?: string | undefined;
|
|
8754
8754
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8861,7 +8861,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8861
8861
|
layoutGridRowField?: string | undefined;
|
|
8862
8862
|
layoutGridColumnField?: string | undefined;
|
|
8863
8863
|
layoutGridMaxRows?: number | undefined;
|
|
8864
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8864
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8865
8865
|
contentTypeField?: string | undefined;
|
|
8866
8866
|
fixedContentType?: string | undefined;
|
|
8867
8867
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8973,7 +8973,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
8973
8973
|
layoutGridRowField?: string | undefined;
|
|
8974
8974
|
layoutGridColumnField?: string | undefined;
|
|
8975
8975
|
layoutGridMaxRows?: number | undefined;
|
|
8976
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8976
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8977
8977
|
contentTypeField?: string | undefined;
|
|
8978
8978
|
fixedContentType?: string | undefined;
|
|
8979
8979
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9079,7 +9079,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9079
9079
|
layoutGridRowField?: string | undefined;
|
|
9080
9080
|
layoutGridColumnField?: string | undefined;
|
|
9081
9081
|
layoutGridMaxRows?: number | undefined;
|
|
9082
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9082
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9083
9083
|
contentTypeField?: string | undefined;
|
|
9084
9084
|
fixedContentType?: string | undefined;
|
|
9085
9085
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9185,7 +9185,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9185
9185
|
layoutGridRowField?: string | undefined;
|
|
9186
9186
|
layoutGridColumnField?: string | undefined;
|
|
9187
9187
|
layoutGridMaxRows?: number | undefined;
|
|
9188
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9188
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9189
9189
|
contentTypeField?: string | undefined;
|
|
9190
9190
|
fixedContentType?: string | undefined;
|
|
9191
9191
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9295,7 +9295,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9295
9295
|
layoutGridRowField?: string | undefined;
|
|
9296
9296
|
layoutGridColumnField?: string | undefined;
|
|
9297
9297
|
layoutGridMaxRows?: number | undefined;
|
|
9298
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9298
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9299
9299
|
contentTypeField?: string | undefined;
|
|
9300
9300
|
fixedContentType?: string | undefined;
|
|
9301
9301
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9407,7 +9407,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9407
9407
|
layoutGridRowField?: string | undefined;
|
|
9408
9408
|
layoutGridColumnField?: string | undefined;
|
|
9409
9409
|
layoutGridMaxRows?: number | undefined;
|
|
9410
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9410
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9411
9411
|
contentTypeField?: string | undefined;
|
|
9412
9412
|
fixedContentType?: string | undefined;
|
|
9413
9413
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9513,7 +9513,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9513
9513
|
layoutGridRowField?: string | undefined;
|
|
9514
9514
|
layoutGridColumnField?: string | undefined;
|
|
9515
9515
|
layoutGridMaxRows?: number | undefined;
|
|
9516
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9516
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9517
9517
|
contentTypeField?: string | undefined;
|
|
9518
9518
|
fixedContentType?: string | undefined;
|
|
9519
9519
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9622,7 +9622,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9622
9622
|
layoutGridRowField?: string | undefined;
|
|
9623
9623
|
layoutGridColumnField?: string | undefined;
|
|
9624
9624
|
layoutGridMaxRows?: number | undefined;
|
|
9625
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9625
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9626
9626
|
contentTypeField?: string | undefined;
|
|
9627
9627
|
fixedContentType?: string | undefined;
|
|
9628
9628
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9733,7 +9733,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9733
9733
|
layoutGridRowField?: string | undefined;
|
|
9734
9734
|
layoutGridColumnField?: string | undefined;
|
|
9735
9735
|
layoutGridMaxRows?: number | undefined;
|
|
9736
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9736
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9737
9737
|
contentTypeField?: string | undefined;
|
|
9738
9738
|
fixedContentType?: string | undefined;
|
|
9739
9739
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9845,7 +9845,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9845
9845
|
layoutGridRowField?: string | undefined;
|
|
9846
9846
|
layoutGridColumnField?: string | undefined;
|
|
9847
9847
|
layoutGridMaxRows?: number | undefined;
|
|
9848
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9848
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9849
9849
|
contentTypeField?: string | undefined;
|
|
9850
9850
|
fixedContentType?: string | undefined;
|
|
9851
9851
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9951,7 +9951,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
9951
9951
|
layoutGridRowField?: string | undefined;
|
|
9952
9952
|
layoutGridColumnField?: string | undefined;
|
|
9953
9953
|
layoutGridMaxRows?: number | undefined;
|
|
9954
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9954
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9955
9955
|
contentTypeField?: string | undefined;
|
|
9956
9956
|
fixedContentType?: string | undefined;
|
|
9957
9957
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10064,7 +10064,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10064
10064
|
layoutGridRowField?: string | undefined;
|
|
10065
10065
|
layoutGridColumnField?: string | undefined;
|
|
10066
10066
|
layoutGridMaxRows?: number | undefined;
|
|
10067
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10067
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10068
10068
|
contentTypeField?: string | undefined;
|
|
10069
10069
|
fixedContentType?: string | undefined;
|
|
10070
10070
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10171,7 +10171,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10171
10171
|
layoutGridRowField?: string | undefined;
|
|
10172
10172
|
layoutGridColumnField?: string | undefined;
|
|
10173
10173
|
layoutGridMaxRows?: number | undefined;
|
|
10174
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10174
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10175
10175
|
contentTypeField?: string | undefined;
|
|
10176
10176
|
fixedContentType?: string | undefined;
|
|
10177
10177
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10278,7 +10278,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10278
10278
|
layoutGridRowField?: string | undefined;
|
|
10279
10279
|
layoutGridColumnField?: string | undefined;
|
|
10280
10280
|
layoutGridMaxRows?: number | undefined;
|
|
10281
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10281
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10282
10282
|
contentTypeField?: string | undefined;
|
|
10283
10283
|
fixedContentType?: string | undefined;
|
|
10284
10284
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10386,7 +10386,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10386
10386
|
layoutGridRowField?: string | undefined;
|
|
10387
10387
|
layoutGridColumnField?: string | undefined;
|
|
10388
10388
|
layoutGridMaxRows?: number | undefined;
|
|
10389
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10389
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10390
10390
|
contentTypeField?: string | undefined;
|
|
10391
10391
|
fixedContentType?: string | undefined;
|
|
10392
10392
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10492,7 +10492,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10492
10492
|
layoutGridRowField?: string | undefined;
|
|
10493
10493
|
layoutGridColumnField?: string | undefined;
|
|
10494
10494
|
layoutGridMaxRows?: number | undefined;
|
|
10495
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10495
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10496
10496
|
contentTypeField?: string | undefined;
|
|
10497
10497
|
fixedContentType?: string | undefined;
|
|
10498
10498
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10598,7 +10598,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10598
10598
|
layoutGridRowField?: string | undefined;
|
|
10599
10599
|
layoutGridColumnField?: string | undefined;
|
|
10600
10600
|
layoutGridMaxRows?: number | undefined;
|
|
10601
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10601
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10602
10602
|
contentTypeField?: string | undefined;
|
|
10603
10603
|
fixedContentType?: string | undefined;
|
|
10604
10604
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10704,7 +10704,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10704
10704
|
layoutGridRowField?: string | undefined;
|
|
10705
10705
|
layoutGridColumnField?: string | undefined;
|
|
10706
10706
|
layoutGridMaxRows?: number | undefined;
|
|
10707
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10707
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10708
10708
|
contentTypeField?: string | undefined;
|
|
10709
10709
|
fixedContentType?: string | undefined;
|
|
10710
10710
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10810,7 +10810,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10810
10810
|
layoutGridRowField?: string | undefined;
|
|
10811
10811
|
layoutGridColumnField?: string | undefined;
|
|
10812
10812
|
layoutGridMaxRows?: number | undefined;
|
|
10813
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10813
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10814
10814
|
contentTypeField?: string | undefined;
|
|
10815
10815
|
fixedContentType?: string | undefined;
|
|
10816
10816
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10916,7 +10916,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
10916
10916
|
layoutGridRowField?: string | undefined;
|
|
10917
10917
|
layoutGridColumnField?: string | undefined;
|
|
10918
10918
|
layoutGridMaxRows?: number | undefined;
|
|
10919
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10919
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10920
10920
|
contentTypeField?: string | undefined;
|
|
10921
10921
|
fixedContentType?: string | undefined;
|
|
10922
10922
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11026,7 +11026,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11026
11026
|
layoutGridRowField?: string | undefined;
|
|
11027
11027
|
layoutGridColumnField?: string | undefined;
|
|
11028
11028
|
layoutGridMaxRows?: number | undefined;
|
|
11029
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11029
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11030
11030
|
contentTypeField?: string | undefined;
|
|
11031
11031
|
fixedContentType?: string | undefined;
|
|
11032
11032
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11132,7 +11132,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11132
11132
|
layoutGridRowField?: string | undefined;
|
|
11133
11133
|
layoutGridColumnField?: string | undefined;
|
|
11134
11134
|
layoutGridMaxRows?: number | undefined;
|
|
11135
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11135
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11136
11136
|
contentTypeField?: string | undefined;
|
|
11137
11137
|
fixedContentType?: string | undefined;
|
|
11138
11138
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11240,7 +11240,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11240
11240
|
layoutGridRowField?: string | undefined;
|
|
11241
11241
|
layoutGridColumnField?: string | undefined;
|
|
11242
11242
|
layoutGridMaxRows?: number | undefined;
|
|
11243
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11243
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11244
11244
|
contentTypeField?: string | undefined;
|
|
11245
11245
|
fixedContentType?: string | undefined;
|
|
11246
11246
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11346,7 +11346,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11346
11346
|
layoutGridRowField?: string | undefined;
|
|
11347
11347
|
layoutGridColumnField?: string | undefined;
|
|
11348
11348
|
layoutGridMaxRows?: number | undefined;
|
|
11349
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11349
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11350
11350
|
contentTypeField?: string | undefined;
|
|
11351
11351
|
fixedContentType?: string | undefined;
|
|
11352
11352
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11468,7 +11468,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11468
11468
|
layoutGridRowField?: string | undefined;
|
|
11469
11469
|
layoutGridColumnField?: string | undefined;
|
|
11470
11470
|
layoutGridMaxRows?: number | undefined;
|
|
11471
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11471
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11472
11472
|
contentTypeField?: string | undefined;
|
|
11473
11473
|
fixedContentType?: string | undefined;
|
|
11474
11474
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11578,7 +11578,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11578
11578
|
layoutGridRowField?: string | undefined;
|
|
11579
11579
|
layoutGridColumnField?: string | undefined;
|
|
11580
11580
|
layoutGridMaxRows?: number | undefined;
|
|
11581
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11581
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11582
11582
|
contentTypeField?: string | undefined;
|
|
11583
11583
|
fixedContentType?: string | undefined;
|
|
11584
11584
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11700,7 +11700,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11700
11700
|
layoutGridRowField?: string | undefined;
|
|
11701
11701
|
layoutGridColumnField?: string | undefined;
|
|
11702
11702
|
layoutGridMaxRows?: number | undefined;
|
|
11703
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11703
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11704
11704
|
contentTypeField?: string | undefined;
|
|
11705
11705
|
fixedContentType?: string | undefined;
|
|
11706
11706
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11815,7 +11815,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11815
11815
|
layoutGridRowField?: string | undefined;
|
|
11816
11816
|
layoutGridColumnField?: string | undefined;
|
|
11817
11817
|
layoutGridMaxRows?: number | undefined;
|
|
11818
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11818
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11819
11819
|
contentTypeField?: string | undefined;
|
|
11820
11820
|
fixedContentType?: string | undefined;
|
|
11821
11821
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11922,7 +11922,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
11922
11922
|
layoutGridRowField?: string | undefined;
|
|
11923
11923
|
layoutGridColumnField?: string | undefined;
|
|
11924
11924
|
layoutGridMaxRows?: number | undefined;
|
|
11925
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11925
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11926
11926
|
contentTypeField?: string | undefined;
|
|
11927
11927
|
fixedContentType?: string | undefined;
|
|
11928
11928
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12029,7 +12029,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12029
12029
|
layoutGridRowField?: string | undefined;
|
|
12030
12030
|
layoutGridColumnField?: string | undefined;
|
|
12031
12031
|
layoutGridMaxRows?: number | undefined;
|
|
12032
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12032
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12033
12033
|
contentTypeField?: string | undefined;
|
|
12034
12034
|
fixedContentType?: string | undefined;
|
|
12035
12035
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12137,7 +12137,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12137
12137
|
layoutGridRowField?: string | undefined;
|
|
12138
12138
|
layoutGridColumnField?: string | undefined;
|
|
12139
12139
|
layoutGridMaxRows?: number | undefined;
|
|
12140
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12140
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12141
12141
|
contentTypeField?: string | undefined;
|
|
12142
12142
|
fixedContentType?: string | undefined;
|
|
12143
12143
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12243,7 +12243,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12243
12243
|
layoutGridRowField?: string | undefined;
|
|
12244
12244
|
layoutGridColumnField?: string | undefined;
|
|
12245
12245
|
layoutGridMaxRows?: number | undefined;
|
|
12246
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12246
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12247
12247
|
contentTypeField?: string | undefined;
|
|
12248
12248
|
fixedContentType?: string | undefined;
|
|
12249
12249
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12349,7 +12349,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12349
12349
|
layoutGridRowField?: string | undefined;
|
|
12350
12350
|
layoutGridColumnField?: string | undefined;
|
|
12351
12351
|
layoutGridMaxRows?: number | undefined;
|
|
12352
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12352
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12353
12353
|
contentTypeField?: string | undefined;
|
|
12354
12354
|
fixedContentType?: string | undefined;
|
|
12355
12355
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12455,7 +12455,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12455
12455
|
layoutGridRowField?: string | undefined;
|
|
12456
12456
|
layoutGridColumnField?: string | undefined;
|
|
12457
12457
|
layoutGridMaxRows?: number | undefined;
|
|
12458
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12458
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12459
12459
|
contentTypeField?: string | undefined;
|
|
12460
12460
|
fixedContentType?: string | undefined;
|
|
12461
12461
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12561,7 +12561,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12561
12561
|
layoutGridRowField?: string | undefined;
|
|
12562
12562
|
layoutGridColumnField?: string | undefined;
|
|
12563
12563
|
layoutGridMaxRows?: number | undefined;
|
|
12564
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12564
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12565
12565
|
contentTypeField?: string | undefined;
|
|
12566
12566
|
fixedContentType?: string | undefined;
|
|
12567
12567
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12667,7 +12667,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12667
12667
|
layoutGridRowField?: string | undefined;
|
|
12668
12668
|
layoutGridColumnField?: string | undefined;
|
|
12669
12669
|
layoutGridMaxRows?: number | undefined;
|
|
12670
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12670
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12671
12671
|
contentTypeField?: string | undefined;
|
|
12672
12672
|
fixedContentType?: string | undefined;
|
|
12673
12673
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12777,7 +12777,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12777
12777
|
layoutGridRowField?: string | undefined;
|
|
12778
12778
|
layoutGridColumnField?: string | undefined;
|
|
12779
12779
|
layoutGridMaxRows?: number | undefined;
|
|
12780
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12780
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12781
12781
|
contentTypeField?: string | undefined;
|
|
12782
12782
|
fixedContentType?: string | undefined;
|
|
12783
12783
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12883,7 +12883,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12883
12883
|
layoutGridRowField?: string | undefined;
|
|
12884
12884
|
layoutGridColumnField?: string | undefined;
|
|
12885
12885
|
layoutGridMaxRows?: number | undefined;
|
|
12886
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12886
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12887
12887
|
contentTypeField?: string | undefined;
|
|
12888
12888
|
fixedContentType?: string | undefined;
|
|
12889
12889
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12991,7 +12991,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
12991
12991
|
layoutGridRowField?: string | undefined;
|
|
12992
12992
|
layoutGridColumnField?: string | undefined;
|
|
12993
12993
|
layoutGridMaxRows?: number | undefined;
|
|
12994
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12994
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12995
12995
|
contentTypeField?: string | undefined;
|
|
12996
12996
|
fixedContentType?: string | undefined;
|
|
12997
12997
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13097,7 +13097,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13097
13097
|
layoutGridRowField?: string | undefined;
|
|
13098
13098
|
layoutGridColumnField?: string | undefined;
|
|
13099
13099
|
layoutGridMaxRows?: number | undefined;
|
|
13100
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13100
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13101
13101
|
contentTypeField?: string | undefined;
|
|
13102
13102
|
fixedContentType?: string | undefined;
|
|
13103
13103
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13221,7 +13221,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13221
13221
|
layoutGridRowField?: string | undefined;
|
|
13222
13222
|
layoutGridColumnField?: string | undefined;
|
|
13223
13223
|
layoutGridMaxRows?: number | undefined;
|
|
13224
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13224
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13225
13225
|
contentTypeField?: string | undefined;
|
|
13226
13226
|
fixedContentType?: string | undefined;
|
|
13227
13227
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13336,7 +13336,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13336
13336
|
layoutGridRowField?: string | undefined;
|
|
13337
13337
|
layoutGridColumnField?: string | undefined;
|
|
13338
13338
|
layoutGridMaxRows?: number | undefined;
|
|
13339
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13339
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13340
13340
|
contentTypeField?: string | undefined;
|
|
13341
13341
|
fixedContentType?: string | undefined;
|
|
13342
13342
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13443,7 +13443,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13443
13443
|
layoutGridRowField?: string | undefined;
|
|
13444
13444
|
layoutGridColumnField?: string | undefined;
|
|
13445
13445
|
layoutGridMaxRows?: number | undefined;
|
|
13446
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13446
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13447
13447
|
contentTypeField?: string | undefined;
|
|
13448
13448
|
fixedContentType?: string | undefined;
|
|
13449
13449
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13550,7 +13550,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13550
13550
|
layoutGridRowField?: string | undefined;
|
|
13551
13551
|
layoutGridColumnField?: string | undefined;
|
|
13552
13552
|
layoutGridMaxRows?: number | undefined;
|
|
13553
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13553
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13554
13554
|
contentTypeField?: string | undefined;
|
|
13555
13555
|
fixedContentType?: string | undefined;
|
|
13556
13556
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13658,7 +13658,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13658
13658
|
layoutGridRowField?: string | undefined;
|
|
13659
13659
|
layoutGridColumnField?: string | undefined;
|
|
13660
13660
|
layoutGridMaxRows?: number | undefined;
|
|
13661
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13661
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13662
13662
|
contentTypeField?: string | undefined;
|
|
13663
13663
|
fixedContentType?: string | undefined;
|
|
13664
13664
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13764,7 +13764,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13764
13764
|
layoutGridRowField?: string | undefined;
|
|
13765
13765
|
layoutGridColumnField?: string | undefined;
|
|
13766
13766
|
layoutGridMaxRows?: number | undefined;
|
|
13767
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13767
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13768
13768
|
contentTypeField?: string | undefined;
|
|
13769
13769
|
fixedContentType?: string | undefined;
|
|
13770
13770
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13870,7 +13870,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13870
13870
|
layoutGridRowField?: string | undefined;
|
|
13871
13871
|
layoutGridColumnField?: string | undefined;
|
|
13872
13872
|
layoutGridMaxRows?: number | undefined;
|
|
13873
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13873
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13874
13874
|
contentTypeField?: string | undefined;
|
|
13875
13875
|
fixedContentType?: string | undefined;
|
|
13876
13876
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13976,7 +13976,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
13976
13976
|
layoutGridRowField?: string | undefined;
|
|
13977
13977
|
layoutGridColumnField?: string | undefined;
|
|
13978
13978
|
layoutGridMaxRows?: number | undefined;
|
|
13979
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13979
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13980
13980
|
contentTypeField?: string | undefined;
|
|
13981
13981
|
fixedContentType?: string | undefined;
|
|
13982
13982
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14082,7 +14082,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14082
14082
|
layoutGridRowField?: string | undefined;
|
|
14083
14083
|
layoutGridColumnField?: string | undefined;
|
|
14084
14084
|
layoutGridMaxRows?: number | undefined;
|
|
14085
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14085
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14086
14086
|
contentTypeField?: string | undefined;
|
|
14087
14087
|
fixedContentType?: string | undefined;
|
|
14088
14088
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14188,7 +14188,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14188
14188
|
layoutGridRowField?: string | undefined;
|
|
14189
14189
|
layoutGridColumnField?: string | undefined;
|
|
14190
14190
|
layoutGridMaxRows?: number | undefined;
|
|
14191
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14191
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14192
14192
|
contentTypeField?: string | undefined;
|
|
14193
14193
|
fixedContentType?: string | undefined;
|
|
14194
14194
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14298,7 +14298,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14298
14298
|
layoutGridRowField?: string | undefined;
|
|
14299
14299
|
layoutGridColumnField?: string | undefined;
|
|
14300
14300
|
layoutGridMaxRows?: number | undefined;
|
|
14301
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14301
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14302
14302
|
contentTypeField?: string | undefined;
|
|
14303
14303
|
fixedContentType?: string | undefined;
|
|
14304
14304
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14404,7 +14404,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14404
14404
|
layoutGridRowField?: string | undefined;
|
|
14405
14405
|
layoutGridColumnField?: string | undefined;
|
|
14406
14406
|
layoutGridMaxRows?: number | undefined;
|
|
14407
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14407
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14408
14408
|
contentTypeField?: string | undefined;
|
|
14409
14409
|
fixedContentType?: string | undefined;
|
|
14410
14410
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14512,7 +14512,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14512
14512
|
layoutGridRowField?: string | undefined;
|
|
14513
14513
|
layoutGridColumnField?: string | undefined;
|
|
14514
14514
|
layoutGridMaxRows?: number | undefined;
|
|
14515
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14515
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14516
14516
|
contentTypeField?: string | undefined;
|
|
14517
14517
|
fixedContentType?: string | undefined;
|
|
14518
14518
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14618,7 +14618,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14618
14618
|
layoutGridRowField?: string | undefined;
|
|
14619
14619
|
layoutGridColumnField?: string | undefined;
|
|
14620
14620
|
layoutGridMaxRows?: number | undefined;
|
|
14621
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14621
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14622
14622
|
contentTypeField?: string | undefined;
|
|
14623
14623
|
fixedContentType?: string | undefined;
|
|
14624
14624
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14731,7 +14731,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14731
14731
|
layoutGridRowField?: string | undefined;
|
|
14732
14732
|
layoutGridColumnField?: string | undefined;
|
|
14733
14733
|
layoutGridMaxRows?: number | undefined;
|
|
14734
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14734
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14735
14735
|
contentTypeField?: string | undefined;
|
|
14736
14736
|
fixedContentType?: string | undefined;
|
|
14737
14737
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14843,7 +14843,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14843
14843
|
layoutGridRowField?: string | undefined;
|
|
14844
14844
|
layoutGridColumnField?: string | undefined;
|
|
14845
14845
|
layoutGridMaxRows?: number | undefined;
|
|
14846
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14846
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14847
14847
|
contentTypeField?: string | undefined;
|
|
14848
14848
|
fixedContentType?: string | undefined;
|
|
14849
14849
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14949,7 +14949,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
14949
14949
|
layoutGridRowField?: string | undefined;
|
|
14950
14950
|
layoutGridColumnField?: string | undefined;
|
|
14951
14951
|
layoutGridMaxRows?: number | undefined;
|
|
14952
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14952
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14953
14953
|
contentTypeField?: string | undefined;
|
|
14954
14954
|
fixedContentType?: string | undefined;
|
|
14955
14955
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15058,7 +15058,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15058
15058
|
layoutGridRowField?: string | undefined;
|
|
15059
15059
|
layoutGridColumnField?: string | undefined;
|
|
15060
15060
|
layoutGridMaxRows?: number | undefined;
|
|
15061
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15061
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15062
15062
|
contentTypeField?: string | undefined;
|
|
15063
15063
|
fixedContentType?: string | undefined;
|
|
15064
15064
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15169,7 +15169,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15169
15169
|
layoutGridRowField?: string | undefined;
|
|
15170
15170
|
layoutGridColumnField?: string | undefined;
|
|
15171
15171
|
layoutGridMaxRows?: number | undefined;
|
|
15172
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15172
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15173
15173
|
contentTypeField?: string | undefined;
|
|
15174
15174
|
fixedContentType?: string | undefined;
|
|
15175
15175
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15281,7 +15281,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15281
15281
|
layoutGridRowField?: string | undefined;
|
|
15282
15282
|
layoutGridColumnField?: string | undefined;
|
|
15283
15283
|
layoutGridMaxRows?: number | undefined;
|
|
15284
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15284
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15285
15285
|
contentTypeField?: string | undefined;
|
|
15286
15286
|
fixedContentType?: string | undefined;
|
|
15287
15287
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15387,7 +15387,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15387
15387
|
layoutGridRowField?: string | undefined;
|
|
15388
15388
|
layoutGridColumnField?: string | undefined;
|
|
15389
15389
|
layoutGridMaxRows?: number | undefined;
|
|
15390
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15390
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15391
15391
|
contentTypeField?: string | undefined;
|
|
15392
15392
|
fixedContentType?: string | undefined;
|
|
15393
15393
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15500,7 +15500,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15500
15500
|
layoutGridRowField?: string | undefined;
|
|
15501
15501
|
layoutGridColumnField?: string | undefined;
|
|
15502
15502
|
layoutGridMaxRows?: number | undefined;
|
|
15503
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15503
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15504
15504
|
contentTypeField?: string | undefined;
|
|
15505
15505
|
fixedContentType?: string | undefined;
|
|
15506
15506
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15607,7 +15607,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15607
15607
|
layoutGridRowField?: string | undefined;
|
|
15608
15608
|
layoutGridColumnField?: string | undefined;
|
|
15609
15609
|
layoutGridMaxRows?: number | undefined;
|
|
15610
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15610
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15611
15611
|
contentTypeField?: string | undefined;
|
|
15612
15612
|
fixedContentType?: string | undefined;
|
|
15613
15613
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15714,7 +15714,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15714
15714
|
layoutGridRowField?: string | undefined;
|
|
15715
15715
|
layoutGridColumnField?: string | undefined;
|
|
15716
15716
|
layoutGridMaxRows?: number | undefined;
|
|
15717
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15717
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15718
15718
|
contentTypeField?: string | undefined;
|
|
15719
15719
|
fixedContentType?: string | undefined;
|
|
15720
15720
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15822,7 +15822,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15822
15822
|
layoutGridRowField?: string | undefined;
|
|
15823
15823
|
layoutGridColumnField?: string | undefined;
|
|
15824
15824
|
layoutGridMaxRows?: number | undefined;
|
|
15825
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15825
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15826
15826
|
contentTypeField?: string | undefined;
|
|
15827
15827
|
fixedContentType?: string | undefined;
|
|
15828
15828
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15928,7 +15928,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
15928
15928
|
layoutGridRowField?: string | undefined;
|
|
15929
15929
|
layoutGridColumnField?: string | undefined;
|
|
15930
15930
|
layoutGridMaxRows?: number | undefined;
|
|
15931
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15931
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15932
15932
|
contentTypeField?: string | undefined;
|
|
15933
15933
|
fixedContentType?: string | undefined;
|
|
15934
15934
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16034,7 +16034,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16034
16034
|
layoutGridRowField?: string | undefined;
|
|
16035
16035
|
layoutGridColumnField?: string | undefined;
|
|
16036
16036
|
layoutGridMaxRows?: number | undefined;
|
|
16037
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16037
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16038
16038
|
contentTypeField?: string | undefined;
|
|
16039
16039
|
fixedContentType?: string | undefined;
|
|
16040
16040
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16140,7 +16140,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16140
16140
|
layoutGridRowField?: string | undefined;
|
|
16141
16141
|
layoutGridColumnField?: string | undefined;
|
|
16142
16142
|
layoutGridMaxRows?: number | undefined;
|
|
16143
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16143
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16144
16144
|
contentTypeField?: string | undefined;
|
|
16145
16145
|
fixedContentType?: string | undefined;
|
|
16146
16146
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16246,7 +16246,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16246
16246
|
layoutGridRowField?: string | undefined;
|
|
16247
16247
|
layoutGridColumnField?: string | undefined;
|
|
16248
16248
|
layoutGridMaxRows?: number | undefined;
|
|
16249
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16249
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16250
16250
|
contentTypeField?: string | undefined;
|
|
16251
16251
|
fixedContentType?: string | undefined;
|
|
16252
16252
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16352,7 +16352,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16352
16352
|
layoutGridRowField?: string | undefined;
|
|
16353
16353
|
layoutGridColumnField?: string | undefined;
|
|
16354
16354
|
layoutGridMaxRows?: number | undefined;
|
|
16355
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16355
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16356
16356
|
contentTypeField?: string | undefined;
|
|
16357
16357
|
fixedContentType?: string | undefined;
|
|
16358
16358
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16462,7 +16462,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16462
16462
|
layoutGridRowField?: string | undefined;
|
|
16463
16463
|
layoutGridColumnField?: string | undefined;
|
|
16464
16464
|
layoutGridMaxRows?: number | undefined;
|
|
16465
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16465
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16466
16466
|
contentTypeField?: string | undefined;
|
|
16467
16467
|
fixedContentType?: string | undefined;
|
|
16468
16468
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16568,7 +16568,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16568
16568
|
layoutGridRowField?: string | undefined;
|
|
16569
16569
|
layoutGridColumnField?: string | undefined;
|
|
16570
16570
|
layoutGridMaxRows?: number | undefined;
|
|
16571
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16571
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16572
16572
|
contentTypeField?: string | undefined;
|
|
16573
16573
|
fixedContentType?: string | undefined;
|
|
16574
16574
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16676,7 +16676,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16676
16676
|
layoutGridRowField?: string | undefined;
|
|
16677
16677
|
layoutGridColumnField?: string | undefined;
|
|
16678
16678
|
layoutGridMaxRows?: number | undefined;
|
|
16679
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16679
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16680
16680
|
contentTypeField?: string | undefined;
|
|
16681
16681
|
fixedContentType?: string | undefined;
|
|
16682
16682
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16782,7 +16782,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16782
16782
|
layoutGridRowField?: string | undefined;
|
|
16783
16783
|
layoutGridColumnField?: string | undefined;
|
|
16784
16784
|
layoutGridMaxRows?: number | undefined;
|
|
16785
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16785
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16786
16786
|
contentTypeField?: string | undefined;
|
|
16787
16787
|
fixedContentType?: string | undefined;
|
|
16788
16788
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16906,7 +16906,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
16906
16906
|
layoutGridRowField?: string | undefined;
|
|
16907
16907
|
layoutGridColumnField?: string | undefined;
|
|
16908
16908
|
layoutGridMaxRows?: number | undefined;
|
|
16909
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16909
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16910
16910
|
contentTypeField?: string | undefined;
|
|
16911
16911
|
fixedContentType?: string | undefined;
|
|
16912
16912
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17016,7 +17016,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17016
17016
|
layoutGridRowField?: string | undefined;
|
|
17017
17017
|
layoutGridColumnField?: string | undefined;
|
|
17018
17018
|
layoutGridMaxRows?: number | undefined;
|
|
17019
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17019
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17020
17020
|
contentTypeField?: string | undefined;
|
|
17021
17021
|
fixedContentType?: string | undefined;
|
|
17022
17022
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17138,7 +17138,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17138
17138
|
layoutGridRowField?: string | undefined;
|
|
17139
17139
|
layoutGridColumnField?: string | undefined;
|
|
17140
17140
|
layoutGridMaxRows?: number | undefined;
|
|
17141
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17141
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17142
17142
|
contentTypeField?: string | undefined;
|
|
17143
17143
|
fixedContentType?: string | undefined;
|
|
17144
17144
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17253,7 +17253,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17253
17253
|
layoutGridRowField?: string | undefined;
|
|
17254
17254
|
layoutGridColumnField?: string | undefined;
|
|
17255
17255
|
layoutGridMaxRows?: number | undefined;
|
|
17256
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17256
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17257
17257
|
contentTypeField?: string | undefined;
|
|
17258
17258
|
fixedContentType?: string | undefined;
|
|
17259
17259
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17360,7 +17360,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17360
17360
|
layoutGridRowField?: string | undefined;
|
|
17361
17361
|
layoutGridColumnField?: string | undefined;
|
|
17362
17362
|
layoutGridMaxRows?: number | undefined;
|
|
17363
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17363
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17364
17364
|
contentTypeField?: string | undefined;
|
|
17365
17365
|
fixedContentType?: string | undefined;
|
|
17366
17366
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17467,7 +17467,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17467
17467
|
layoutGridRowField?: string | undefined;
|
|
17468
17468
|
layoutGridColumnField?: string | undefined;
|
|
17469
17469
|
layoutGridMaxRows?: number | undefined;
|
|
17470
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17470
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17471
17471
|
contentTypeField?: string | undefined;
|
|
17472
17472
|
fixedContentType?: string | undefined;
|
|
17473
17473
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17575,7 +17575,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17575
17575
|
layoutGridRowField?: string | undefined;
|
|
17576
17576
|
layoutGridColumnField?: string | undefined;
|
|
17577
17577
|
layoutGridMaxRows?: number | undefined;
|
|
17578
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17578
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17579
17579
|
contentTypeField?: string | undefined;
|
|
17580
17580
|
fixedContentType?: string | undefined;
|
|
17581
17581
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17681,7 +17681,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17681
17681
|
layoutGridRowField?: string | undefined;
|
|
17682
17682
|
layoutGridColumnField?: string | undefined;
|
|
17683
17683
|
layoutGridMaxRows?: number | undefined;
|
|
17684
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17684
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17685
17685
|
contentTypeField?: string | undefined;
|
|
17686
17686
|
fixedContentType?: string | undefined;
|
|
17687
17687
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17787,7 +17787,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17787
17787
|
layoutGridRowField?: string | undefined;
|
|
17788
17788
|
layoutGridColumnField?: string | undefined;
|
|
17789
17789
|
layoutGridMaxRows?: number | undefined;
|
|
17790
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17790
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17791
17791
|
contentTypeField?: string | undefined;
|
|
17792
17792
|
fixedContentType?: string | undefined;
|
|
17793
17793
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17893,7 +17893,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17893
17893
|
layoutGridRowField?: string | undefined;
|
|
17894
17894
|
layoutGridColumnField?: string | undefined;
|
|
17895
17895
|
layoutGridMaxRows?: number | undefined;
|
|
17896
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17896
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17897
17897
|
contentTypeField?: string | undefined;
|
|
17898
17898
|
fixedContentType?: string | undefined;
|
|
17899
17899
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17999,7 +17999,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
17999
17999
|
layoutGridRowField?: string | undefined;
|
|
18000
18000
|
layoutGridColumnField?: string | undefined;
|
|
18001
18001
|
layoutGridMaxRows?: number | undefined;
|
|
18002
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18002
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18003
18003
|
contentTypeField?: string | undefined;
|
|
18004
18004
|
fixedContentType?: string | undefined;
|
|
18005
18005
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18105,7 +18105,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18105
18105
|
layoutGridRowField?: string | undefined;
|
|
18106
18106
|
layoutGridColumnField?: string | undefined;
|
|
18107
18107
|
layoutGridMaxRows?: number | undefined;
|
|
18108
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18108
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18109
18109
|
contentTypeField?: string | undefined;
|
|
18110
18110
|
fixedContentType?: string | undefined;
|
|
18111
18111
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18215,7 +18215,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18215
18215
|
layoutGridRowField?: string | undefined;
|
|
18216
18216
|
layoutGridColumnField?: string | undefined;
|
|
18217
18217
|
layoutGridMaxRows?: number | undefined;
|
|
18218
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18218
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18219
18219
|
contentTypeField?: string | undefined;
|
|
18220
18220
|
fixedContentType?: string | undefined;
|
|
18221
18221
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18321,7 +18321,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18321
18321
|
layoutGridRowField?: string | undefined;
|
|
18322
18322
|
layoutGridColumnField?: string | undefined;
|
|
18323
18323
|
layoutGridMaxRows?: number | undefined;
|
|
18324
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18324
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18325
18325
|
contentTypeField?: string | undefined;
|
|
18326
18326
|
fixedContentType?: string | undefined;
|
|
18327
18327
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18429,7 +18429,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18429
18429
|
layoutGridRowField?: string | undefined;
|
|
18430
18430
|
layoutGridColumnField?: string | undefined;
|
|
18431
18431
|
layoutGridMaxRows?: number | undefined;
|
|
18432
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18432
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18433
18433
|
contentTypeField?: string | undefined;
|
|
18434
18434
|
fixedContentType?: string | undefined;
|
|
18435
18435
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18535,7 +18535,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18535
18535
|
layoutGridRowField?: string | undefined;
|
|
18536
18536
|
layoutGridColumnField?: string | undefined;
|
|
18537
18537
|
layoutGridMaxRows?: number | undefined;
|
|
18538
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18538
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18539
18539
|
contentTypeField?: string | undefined;
|
|
18540
18540
|
fixedContentType?: string | undefined;
|
|
18541
18541
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18648,7 +18648,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18648
18648
|
layoutGridRowField?: string | undefined;
|
|
18649
18649
|
layoutGridColumnField?: string | undefined;
|
|
18650
18650
|
layoutGridMaxRows?: number | undefined;
|
|
18651
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18651
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18652
18652
|
contentTypeField?: string | undefined;
|
|
18653
18653
|
fixedContentType?: string | undefined;
|
|
18654
18654
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18760,7 +18760,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18760
18760
|
layoutGridRowField?: string | undefined;
|
|
18761
18761
|
layoutGridColumnField?: string | undefined;
|
|
18762
18762
|
layoutGridMaxRows?: number | undefined;
|
|
18763
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18763
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18764
18764
|
contentTypeField?: string | undefined;
|
|
18765
18765
|
fixedContentType?: string | undefined;
|
|
18766
18766
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18866,7 +18866,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18866
18866
|
layoutGridRowField?: string | undefined;
|
|
18867
18867
|
layoutGridColumnField?: string | undefined;
|
|
18868
18868
|
layoutGridMaxRows?: number | undefined;
|
|
18869
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18869
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18870
18870
|
contentTypeField?: string | undefined;
|
|
18871
18871
|
fixedContentType?: string | undefined;
|
|
18872
18872
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18979,7 +18979,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
18979
18979
|
layoutGridRowField?: string | undefined;
|
|
18980
18980
|
layoutGridColumnField?: string | undefined;
|
|
18981
18981
|
layoutGridMaxRows?: number | undefined;
|
|
18982
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18982
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18983
18983
|
contentTypeField?: string | undefined;
|
|
18984
18984
|
fixedContentType?: string | undefined;
|
|
18985
18985
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19086,7 +19086,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19086
19086
|
layoutGridRowField?: string | undefined;
|
|
19087
19087
|
layoutGridColumnField?: string | undefined;
|
|
19088
19088
|
layoutGridMaxRows?: number | undefined;
|
|
19089
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19089
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19090
19090
|
contentTypeField?: string | undefined;
|
|
19091
19091
|
fixedContentType?: string | undefined;
|
|
19092
19092
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19193,7 +19193,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19193
19193
|
layoutGridRowField?: string | undefined;
|
|
19194
19194
|
layoutGridColumnField?: string | undefined;
|
|
19195
19195
|
layoutGridMaxRows?: number | undefined;
|
|
19196
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19196
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19197
19197
|
contentTypeField?: string | undefined;
|
|
19198
19198
|
fixedContentType?: string | undefined;
|
|
19199
19199
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19301,7 +19301,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19301
19301
|
layoutGridRowField?: string | undefined;
|
|
19302
19302
|
layoutGridColumnField?: string | undefined;
|
|
19303
19303
|
layoutGridMaxRows?: number | undefined;
|
|
19304
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19304
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19305
19305
|
contentTypeField?: string | undefined;
|
|
19306
19306
|
fixedContentType?: string | undefined;
|
|
19307
19307
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19407,7 +19407,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19407
19407
|
layoutGridRowField?: string | undefined;
|
|
19408
19408
|
layoutGridColumnField?: string | undefined;
|
|
19409
19409
|
layoutGridMaxRows?: number | undefined;
|
|
19410
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19410
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19411
19411
|
contentTypeField?: string | undefined;
|
|
19412
19412
|
fixedContentType?: string | undefined;
|
|
19413
19413
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19513,7 +19513,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19513
19513
|
layoutGridRowField?: string | undefined;
|
|
19514
19514
|
layoutGridColumnField?: string | undefined;
|
|
19515
19515
|
layoutGridMaxRows?: number | undefined;
|
|
19516
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19516
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19517
19517
|
contentTypeField?: string | undefined;
|
|
19518
19518
|
fixedContentType?: string | undefined;
|
|
19519
19519
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19619,7 +19619,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19619
19619
|
layoutGridRowField?: string | undefined;
|
|
19620
19620
|
layoutGridColumnField?: string | undefined;
|
|
19621
19621
|
layoutGridMaxRows?: number | undefined;
|
|
19622
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19622
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19623
19623
|
contentTypeField?: string | undefined;
|
|
19624
19624
|
fixedContentType?: string | undefined;
|
|
19625
19625
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19725,7 +19725,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19725
19725
|
layoutGridRowField?: string | undefined;
|
|
19726
19726
|
layoutGridColumnField?: string | undefined;
|
|
19727
19727
|
layoutGridMaxRows?: number | undefined;
|
|
19728
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19728
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19729
19729
|
contentTypeField?: string | undefined;
|
|
19730
19730
|
fixedContentType?: string | undefined;
|
|
19731
19731
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19831,7 +19831,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19831
19831
|
layoutGridRowField?: string | undefined;
|
|
19832
19832
|
layoutGridColumnField?: string | undefined;
|
|
19833
19833
|
layoutGridMaxRows?: number | undefined;
|
|
19834
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19834
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19835
19835
|
contentTypeField?: string | undefined;
|
|
19836
19836
|
fixedContentType?: string | undefined;
|
|
19837
19837
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19941,7 +19941,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
19941
19941
|
layoutGridRowField?: string | undefined;
|
|
19942
19942
|
layoutGridColumnField?: string | undefined;
|
|
19943
19943
|
layoutGridMaxRows?: number | undefined;
|
|
19944
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19944
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19945
19945
|
contentTypeField?: string | undefined;
|
|
19946
19946
|
fixedContentType?: string | undefined;
|
|
19947
19947
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20047,7 +20047,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20047
20047
|
layoutGridRowField?: string | undefined;
|
|
20048
20048
|
layoutGridColumnField?: string | undefined;
|
|
20049
20049
|
layoutGridMaxRows?: number | undefined;
|
|
20050
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20050
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20051
20051
|
contentTypeField?: string | undefined;
|
|
20052
20052
|
fixedContentType?: string | undefined;
|
|
20053
20053
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20155,7 +20155,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20155
20155
|
layoutGridRowField?: string | undefined;
|
|
20156
20156
|
layoutGridColumnField?: string | undefined;
|
|
20157
20157
|
layoutGridMaxRows?: number | undefined;
|
|
20158
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20158
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20159
20159
|
contentTypeField?: string | undefined;
|
|
20160
20160
|
fixedContentType?: string | undefined;
|
|
20161
20161
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20261,7 +20261,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20261
20261
|
layoutGridRowField?: string | undefined;
|
|
20262
20262
|
layoutGridColumnField?: string | undefined;
|
|
20263
20263
|
layoutGridMaxRows?: number | undefined;
|
|
20264
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20264
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20265
20265
|
contentTypeField?: string | undefined;
|
|
20266
20266
|
fixedContentType?: string | undefined;
|
|
20267
20267
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20374,7 +20374,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20374
20374
|
layoutGridRowField?: string | undefined;
|
|
20375
20375
|
layoutGridColumnField?: string | undefined;
|
|
20376
20376
|
layoutGridMaxRows?: number | undefined;
|
|
20377
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20377
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20378
20378
|
contentTypeField?: string | undefined;
|
|
20379
20379
|
fixedContentType?: string | undefined;
|
|
20380
20380
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20486,7 +20486,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20486
20486
|
layoutGridRowField?: string | undefined;
|
|
20487
20487
|
layoutGridColumnField?: string | undefined;
|
|
20488
20488
|
layoutGridMaxRows?: number | undefined;
|
|
20489
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20489
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20490
20490
|
contentTypeField?: string | undefined;
|
|
20491
20491
|
fixedContentType?: string | undefined;
|
|
20492
20492
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20592,7 +20592,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20592
20592
|
layoutGridRowField?: string | undefined;
|
|
20593
20593
|
layoutGridColumnField?: string | undefined;
|
|
20594
20594
|
layoutGridMaxRows?: number | undefined;
|
|
20595
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20595
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20596
20596
|
contentTypeField?: string | undefined;
|
|
20597
20597
|
fixedContentType?: string | undefined;
|
|
20598
20598
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20701,7 +20701,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20701
20701
|
layoutGridRowField?: string | undefined;
|
|
20702
20702
|
layoutGridColumnField?: string | undefined;
|
|
20703
20703
|
layoutGridMaxRows?: number | undefined;
|
|
20704
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20704
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20705
20705
|
contentTypeField?: string | undefined;
|
|
20706
20706
|
fixedContentType?: string | undefined;
|
|
20707
20707
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20812,7 +20812,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20812
20812
|
layoutGridRowField?: string | undefined;
|
|
20813
20813
|
layoutGridColumnField?: string | undefined;
|
|
20814
20814
|
layoutGridMaxRows?: number | undefined;
|
|
20815
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20815
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20816
20816
|
contentTypeField?: string | undefined;
|
|
20817
20817
|
fixedContentType?: string | undefined;
|
|
20818
20818
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20924,7 +20924,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
20924
20924
|
layoutGridRowField?: string | undefined;
|
|
20925
20925
|
layoutGridColumnField?: string | undefined;
|
|
20926
20926
|
layoutGridMaxRows?: number | undefined;
|
|
20927
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20927
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20928
20928
|
contentTypeField?: string | undefined;
|
|
20929
20929
|
fixedContentType?: string | undefined;
|
|
20930
20930
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21030,7 +21030,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21030
21030
|
layoutGridRowField?: string | undefined;
|
|
21031
21031
|
layoutGridColumnField?: string | undefined;
|
|
21032
21032
|
layoutGridMaxRows?: number | undefined;
|
|
21033
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21033
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21034
21034
|
contentTypeField?: string | undefined;
|
|
21035
21035
|
fixedContentType?: string | undefined;
|
|
21036
21036
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21136,7 +21136,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21136
21136
|
layoutGridRowField?: string | undefined;
|
|
21137
21137
|
layoutGridColumnField?: string | undefined;
|
|
21138
21138
|
layoutGridMaxRows?: number | undefined;
|
|
21139
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21139
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21140
21140
|
contentTypeField?: string | undefined;
|
|
21141
21141
|
fixedContentType?: string | undefined;
|
|
21142
21142
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21257,7 +21257,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21257
21257
|
layoutGridRowField?: string | undefined;
|
|
21258
21258
|
layoutGridColumnField?: string | undefined;
|
|
21259
21259
|
layoutGridMaxRows?: number | undefined;
|
|
21260
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21260
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21261
21261
|
contentTypeField?: string | undefined;
|
|
21262
21262
|
fixedContentType?: string | undefined;
|
|
21263
21263
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21367,7 +21367,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21367
21367
|
layoutGridRowField?: string | undefined;
|
|
21368
21368
|
layoutGridColumnField?: string | undefined;
|
|
21369
21369
|
layoutGridMaxRows?: number | undefined;
|
|
21370
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21370
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21371
21371
|
contentTypeField?: string | undefined;
|
|
21372
21372
|
fixedContentType?: string | undefined;
|
|
21373
21373
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21489,7 +21489,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21489
21489
|
layoutGridRowField?: string | undefined;
|
|
21490
21490
|
layoutGridColumnField?: string | undefined;
|
|
21491
21491
|
layoutGridMaxRows?: number | undefined;
|
|
21492
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21492
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21493
21493
|
contentTypeField?: string | undefined;
|
|
21494
21494
|
fixedContentType?: string | undefined;
|
|
21495
21495
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21604,7 +21604,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21604
21604
|
layoutGridRowField?: string | undefined;
|
|
21605
21605
|
layoutGridColumnField?: string | undefined;
|
|
21606
21606
|
layoutGridMaxRows?: number | undefined;
|
|
21607
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21607
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21608
21608
|
contentTypeField?: string | undefined;
|
|
21609
21609
|
fixedContentType?: string | undefined;
|
|
21610
21610
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21711,7 +21711,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21711
21711
|
layoutGridRowField?: string | undefined;
|
|
21712
21712
|
layoutGridColumnField?: string | undefined;
|
|
21713
21713
|
layoutGridMaxRows?: number | undefined;
|
|
21714
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21714
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21715
21715
|
contentTypeField?: string | undefined;
|
|
21716
21716
|
fixedContentType?: string | undefined;
|
|
21717
21717
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21818,7 +21818,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21818
21818
|
layoutGridRowField?: string | undefined;
|
|
21819
21819
|
layoutGridColumnField?: string | undefined;
|
|
21820
21820
|
layoutGridMaxRows?: number | undefined;
|
|
21821
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21821
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21822
21822
|
contentTypeField?: string | undefined;
|
|
21823
21823
|
fixedContentType?: string | undefined;
|
|
21824
21824
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21926,7 +21926,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
21926
21926
|
layoutGridRowField?: string | undefined;
|
|
21927
21927
|
layoutGridColumnField?: string | undefined;
|
|
21928
21928
|
layoutGridMaxRows?: number | undefined;
|
|
21929
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21929
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21930
21930
|
contentTypeField?: string | undefined;
|
|
21931
21931
|
fixedContentType?: string | undefined;
|
|
21932
21932
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22032,7 +22032,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22032
22032
|
layoutGridRowField?: string | undefined;
|
|
22033
22033
|
layoutGridColumnField?: string | undefined;
|
|
22034
22034
|
layoutGridMaxRows?: number | undefined;
|
|
22035
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22035
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22036
22036
|
contentTypeField?: string | undefined;
|
|
22037
22037
|
fixedContentType?: string | undefined;
|
|
22038
22038
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22138,7 +22138,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22138
22138
|
layoutGridRowField?: string | undefined;
|
|
22139
22139
|
layoutGridColumnField?: string | undefined;
|
|
22140
22140
|
layoutGridMaxRows?: number | undefined;
|
|
22141
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22141
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22142
22142
|
contentTypeField?: string | undefined;
|
|
22143
22143
|
fixedContentType?: string | undefined;
|
|
22144
22144
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22244,7 +22244,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22244
22244
|
layoutGridRowField?: string | undefined;
|
|
22245
22245
|
layoutGridColumnField?: string | undefined;
|
|
22246
22246
|
layoutGridMaxRows?: number | undefined;
|
|
22247
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22247
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22248
22248
|
contentTypeField?: string | undefined;
|
|
22249
22249
|
fixedContentType?: string | undefined;
|
|
22250
22250
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22350,7 +22350,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22350
22350
|
layoutGridRowField?: string | undefined;
|
|
22351
22351
|
layoutGridColumnField?: string | undefined;
|
|
22352
22352
|
layoutGridMaxRows?: number | undefined;
|
|
22353
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22353
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22354
22354
|
contentTypeField?: string | undefined;
|
|
22355
22355
|
fixedContentType?: string | undefined;
|
|
22356
22356
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22456,7 +22456,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22456
22456
|
layoutGridRowField?: string | undefined;
|
|
22457
22457
|
layoutGridColumnField?: string | undefined;
|
|
22458
22458
|
layoutGridMaxRows?: number | undefined;
|
|
22459
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22459
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22460
22460
|
contentTypeField?: string | undefined;
|
|
22461
22461
|
fixedContentType?: string | undefined;
|
|
22462
22462
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22566,7 +22566,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22566
22566
|
layoutGridRowField?: string | undefined;
|
|
22567
22567
|
layoutGridColumnField?: string | undefined;
|
|
22568
22568
|
layoutGridMaxRows?: number | undefined;
|
|
22569
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22569
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22570
22570
|
contentTypeField?: string | undefined;
|
|
22571
22571
|
fixedContentType?: string | undefined;
|
|
22572
22572
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22672,7 +22672,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22672
22672
|
layoutGridRowField?: string | undefined;
|
|
22673
22673
|
layoutGridColumnField?: string | undefined;
|
|
22674
22674
|
layoutGridMaxRows?: number | undefined;
|
|
22675
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22675
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22676
22676
|
contentTypeField?: string | undefined;
|
|
22677
22677
|
fixedContentType?: string | undefined;
|
|
22678
22678
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22780,7 +22780,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22780
22780
|
layoutGridRowField?: string | undefined;
|
|
22781
22781
|
layoutGridColumnField?: string | undefined;
|
|
22782
22782
|
layoutGridMaxRows?: number | undefined;
|
|
22783
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22783
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22784
22784
|
contentTypeField?: string | undefined;
|
|
22785
22785
|
fixedContentType?: string | undefined;
|
|
22786
22786
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22886,7 +22886,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
22886
22886
|
layoutGridRowField?: string | undefined;
|
|
22887
22887
|
layoutGridColumnField?: string | undefined;
|
|
22888
22888
|
layoutGridMaxRows?: number | undefined;
|
|
22889
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22889
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22890
22890
|
contentTypeField?: string | undefined;
|
|
22891
22891
|
fixedContentType?: string | undefined;
|
|
22892
22892
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23008,7 +23008,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23008
23008
|
layoutGridRowField?: string | undefined;
|
|
23009
23009
|
layoutGridColumnField?: string | undefined;
|
|
23010
23010
|
layoutGridMaxRows?: number | undefined;
|
|
23011
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23011
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23012
23012
|
contentTypeField?: string | undefined;
|
|
23013
23013
|
fixedContentType?: string | undefined;
|
|
23014
23014
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23123,7 +23123,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23123
23123
|
layoutGridRowField?: string | undefined;
|
|
23124
23124
|
layoutGridColumnField?: string | undefined;
|
|
23125
23125
|
layoutGridMaxRows?: number | undefined;
|
|
23126
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23126
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23127
23127
|
contentTypeField?: string | undefined;
|
|
23128
23128
|
fixedContentType?: string | undefined;
|
|
23129
23129
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23230,7 +23230,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23230
23230
|
layoutGridRowField?: string | undefined;
|
|
23231
23231
|
layoutGridColumnField?: string | undefined;
|
|
23232
23232
|
layoutGridMaxRows?: number | undefined;
|
|
23233
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23233
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23234
23234
|
contentTypeField?: string | undefined;
|
|
23235
23235
|
fixedContentType?: string | undefined;
|
|
23236
23236
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23337,7 +23337,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23337
23337
|
layoutGridRowField?: string | undefined;
|
|
23338
23338
|
layoutGridColumnField?: string | undefined;
|
|
23339
23339
|
layoutGridMaxRows?: number | undefined;
|
|
23340
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23340
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23341
23341
|
contentTypeField?: string | undefined;
|
|
23342
23342
|
fixedContentType?: string | undefined;
|
|
23343
23343
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23445,7 +23445,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23445
23445
|
layoutGridRowField?: string | undefined;
|
|
23446
23446
|
layoutGridColumnField?: string | undefined;
|
|
23447
23447
|
layoutGridMaxRows?: number | undefined;
|
|
23448
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23448
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23449
23449
|
contentTypeField?: string | undefined;
|
|
23450
23450
|
fixedContentType?: string | undefined;
|
|
23451
23451
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23551,7 +23551,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23551
23551
|
layoutGridRowField?: string | undefined;
|
|
23552
23552
|
layoutGridColumnField?: string | undefined;
|
|
23553
23553
|
layoutGridMaxRows?: number | undefined;
|
|
23554
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23554
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23555
23555
|
contentTypeField?: string | undefined;
|
|
23556
23556
|
fixedContentType?: string | undefined;
|
|
23557
23557
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23657,7 +23657,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23657
23657
|
layoutGridRowField?: string | undefined;
|
|
23658
23658
|
layoutGridColumnField?: string | undefined;
|
|
23659
23659
|
layoutGridMaxRows?: number | undefined;
|
|
23660
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23660
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23661
23661
|
contentTypeField?: string | undefined;
|
|
23662
23662
|
fixedContentType?: string | undefined;
|
|
23663
23663
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23763,7 +23763,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23763
23763
|
layoutGridRowField?: string | undefined;
|
|
23764
23764
|
layoutGridColumnField?: string | undefined;
|
|
23765
23765
|
layoutGridMaxRows?: number | undefined;
|
|
23766
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23766
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23767
23767
|
contentTypeField?: string | undefined;
|
|
23768
23768
|
fixedContentType?: string | undefined;
|
|
23769
23769
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23869,7 +23869,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23869
23869
|
layoutGridRowField?: string | undefined;
|
|
23870
23870
|
layoutGridColumnField?: string | undefined;
|
|
23871
23871
|
layoutGridMaxRows?: number | undefined;
|
|
23872
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23872
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23873
23873
|
contentTypeField?: string | undefined;
|
|
23874
23874
|
fixedContentType?: string | undefined;
|
|
23875
23875
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23975,7 +23975,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
23975
23975
|
layoutGridRowField?: string | undefined;
|
|
23976
23976
|
layoutGridColumnField?: string | undefined;
|
|
23977
23977
|
layoutGridMaxRows?: number | undefined;
|
|
23978
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23978
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23979
23979
|
contentTypeField?: string | undefined;
|
|
23980
23980
|
fixedContentType?: string | undefined;
|
|
23981
23981
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24085,7 +24085,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24085
24085
|
layoutGridRowField?: string | undefined;
|
|
24086
24086
|
layoutGridColumnField?: string | undefined;
|
|
24087
24087
|
layoutGridMaxRows?: number | undefined;
|
|
24088
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24088
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24089
24089
|
contentTypeField?: string | undefined;
|
|
24090
24090
|
fixedContentType?: string | undefined;
|
|
24091
24091
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24191,7 +24191,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24191
24191
|
layoutGridRowField?: string | undefined;
|
|
24192
24192
|
layoutGridColumnField?: string | undefined;
|
|
24193
24193
|
layoutGridMaxRows?: number | undefined;
|
|
24194
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24194
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24195
24195
|
contentTypeField?: string | undefined;
|
|
24196
24196
|
fixedContentType?: string | undefined;
|
|
24197
24197
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24299,7 +24299,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24299
24299
|
layoutGridRowField?: string | undefined;
|
|
24300
24300
|
layoutGridColumnField?: string | undefined;
|
|
24301
24301
|
layoutGridMaxRows?: number | undefined;
|
|
24302
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24302
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24303
24303
|
contentTypeField?: string | undefined;
|
|
24304
24304
|
fixedContentType?: string | undefined;
|
|
24305
24305
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24405,7 +24405,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24405
24405
|
layoutGridRowField?: string | undefined;
|
|
24406
24406
|
layoutGridColumnField?: string | undefined;
|
|
24407
24407
|
layoutGridMaxRows?: number | undefined;
|
|
24408
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24408
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24409
24409
|
contentTypeField?: string | undefined;
|
|
24410
24410
|
fixedContentType?: string | undefined;
|
|
24411
24411
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24518,7 +24518,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24518
24518
|
layoutGridRowField?: string | undefined;
|
|
24519
24519
|
layoutGridColumnField?: string | undefined;
|
|
24520
24520
|
layoutGridMaxRows?: number | undefined;
|
|
24521
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24521
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24522
24522
|
contentTypeField?: string | undefined;
|
|
24523
24523
|
fixedContentType?: string | undefined;
|
|
24524
24524
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24630,7 +24630,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24630
24630
|
layoutGridRowField?: string | undefined;
|
|
24631
24631
|
layoutGridColumnField?: string | undefined;
|
|
24632
24632
|
layoutGridMaxRows?: number | undefined;
|
|
24633
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24633
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24634
24634
|
contentTypeField?: string | undefined;
|
|
24635
24635
|
fixedContentType?: string | undefined;
|
|
24636
24636
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24736,7 +24736,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24736
24736
|
layoutGridRowField?: string | undefined;
|
|
24737
24737
|
layoutGridColumnField?: string | undefined;
|
|
24738
24738
|
layoutGridMaxRows?: number | undefined;
|
|
24739
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24739
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24740
24740
|
contentTypeField?: string | undefined;
|
|
24741
24741
|
fixedContentType?: string | undefined;
|
|
24742
24742
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24842,7 +24842,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24842
24842
|
layoutGridRowField?: string | undefined;
|
|
24843
24843
|
layoutGridColumnField?: string | undefined;
|
|
24844
24844
|
layoutGridMaxRows?: number | undefined;
|
|
24845
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24845
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24846
24846
|
contentTypeField?: string | undefined;
|
|
24847
24847
|
fixedContentType?: string | undefined;
|
|
24848
24848
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24952,7 +24952,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
24952
24952
|
layoutGridRowField?: string | undefined;
|
|
24953
24953
|
layoutGridColumnField?: string | undefined;
|
|
24954
24954
|
layoutGridMaxRows?: number | undefined;
|
|
24955
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24955
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24956
24956
|
contentTypeField?: string | undefined;
|
|
24957
24957
|
fixedContentType?: string | undefined;
|
|
24958
24958
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25064,7 +25064,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25064
25064
|
layoutGridRowField?: string | undefined;
|
|
25065
25065
|
layoutGridColumnField?: string | undefined;
|
|
25066
25066
|
layoutGridMaxRows?: number | undefined;
|
|
25067
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25067
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25068
25068
|
contentTypeField?: string | undefined;
|
|
25069
25069
|
fixedContentType?: string | undefined;
|
|
25070
25070
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25170,7 +25170,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25170
25170
|
layoutGridRowField?: string | undefined;
|
|
25171
25171
|
layoutGridColumnField?: string | undefined;
|
|
25172
25172
|
layoutGridMaxRows?: number | undefined;
|
|
25173
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25173
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25174
25174
|
contentTypeField?: string | undefined;
|
|
25175
25175
|
fixedContentType?: string | undefined;
|
|
25176
25176
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25283,7 +25283,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25283
25283
|
layoutGridRowField?: string | undefined;
|
|
25284
25284
|
layoutGridColumnField?: string | undefined;
|
|
25285
25285
|
layoutGridMaxRows?: number | undefined;
|
|
25286
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25286
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25287
25287
|
contentTypeField?: string | undefined;
|
|
25288
25288
|
fixedContentType?: string | undefined;
|
|
25289
25289
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25390,7 +25390,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25390
25390
|
layoutGridRowField?: string | undefined;
|
|
25391
25391
|
layoutGridColumnField?: string | undefined;
|
|
25392
25392
|
layoutGridMaxRows?: number | undefined;
|
|
25393
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25393
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25394
25394
|
contentTypeField?: string | undefined;
|
|
25395
25395
|
fixedContentType?: string | undefined;
|
|
25396
25396
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25497,7 +25497,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25497
25497
|
layoutGridRowField?: string | undefined;
|
|
25498
25498
|
layoutGridColumnField?: string | undefined;
|
|
25499
25499
|
layoutGridMaxRows?: number | undefined;
|
|
25500
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25500
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25501
25501
|
contentTypeField?: string | undefined;
|
|
25502
25502
|
fixedContentType?: string | undefined;
|
|
25503
25503
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25605,7 +25605,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25605
25605
|
layoutGridRowField?: string | undefined;
|
|
25606
25606
|
layoutGridColumnField?: string | undefined;
|
|
25607
25607
|
layoutGridMaxRows?: number | undefined;
|
|
25608
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25608
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25609
25609
|
contentTypeField?: string | undefined;
|
|
25610
25610
|
fixedContentType?: string | undefined;
|
|
25611
25611
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25711,7 +25711,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25711
25711
|
layoutGridRowField?: string | undefined;
|
|
25712
25712
|
layoutGridColumnField?: string | undefined;
|
|
25713
25713
|
layoutGridMaxRows?: number | undefined;
|
|
25714
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25714
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25715
25715
|
contentTypeField?: string | undefined;
|
|
25716
25716
|
fixedContentType?: string | undefined;
|
|
25717
25717
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25817,7 +25817,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25817
25817
|
layoutGridRowField?: string | undefined;
|
|
25818
25818
|
layoutGridColumnField?: string | undefined;
|
|
25819
25819
|
layoutGridMaxRows?: number | undefined;
|
|
25820
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25820
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25821
25821
|
contentTypeField?: string | undefined;
|
|
25822
25822
|
fixedContentType?: string | undefined;
|
|
25823
25823
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25923,7 +25923,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
25923
25923
|
layoutGridRowField?: string | undefined;
|
|
25924
25924
|
layoutGridColumnField?: string | undefined;
|
|
25925
25925
|
layoutGridMaxRows?: number | undefined;
|
|
25926
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25926
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25927
25927
|
contentTypeField?: string | undefined;
|
|
25928
25928
|
fixedContentType?: string | undefined;
|
|
25929
25929
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26029,7 +26029,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26029
26029
|
layoutGridRowField?: string | undefined;
|
|
26030
26030
|
layoutGridColumnField?: string | undefined;
|
|
26031
26031
|
layoutGridMaxRows?: number | undefined;
|
|
26032
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26032
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26033
26033
|
contentTypeField?: string | undefined;
|
|
26034
26034
|
fixedContentType?: string | undefined;
|
|
26035
26035
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26135,7 +26135,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26135
26135
|
layoutGridRowField?: string | undefined;
|
|
26136
26136
|
layoutGridColumnField?: string | undefined;
|
|
26137
26137
|
layoutGridMaxRows?: number | undefined;
|
|
26138
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26138
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26139
26139
|
contentTypeField?: string | undefined;
|
|
26140
26140
|
fixedContentType?: string | undefined;
|
|
26141
26141
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26245,7 +26245,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26245
26245
|
layoutGridRowField?: string | undefined;
|
|
26246
26246
|
layoutGridColumnField?: string | undefined;
|
|
26247
26247
|
layoutGridMaxRows?: number | undefined;
|
|
26248
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26248
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26249
26249
|
contentTypeField?: string | undefined;
|
|
26250
26250
|
fixedContentType?: string | undefined;
|
|
26251
26251
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26351,7 +26351,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26351
26351
|
layoutGridRowField?: string | undefined;
|
|
26352
26352
|
layoutGridColumnField?: string | undefined;
|
|
26353
26353
|
layoutGridMaxRows?: number | undefined;
|
|
26354
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26354
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26355
26355
|
contentTypeField?: string | undefined;
|
|
26356
26356
|
fixedContentType?: string | undefined;
|
|
26357
26357
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26459,7 +26459,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26459
26459
|
layoutGridRowField?: string | undefined;
|
|
26460
26460
|
layoutGridColumnField?: string | undefined;
|
|
26461
26461
|
layoutGridMaxRows?: number | undefined;
|
|
26462
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26462
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26463
26463
|
contentTypeField?: string | undefined;
|
|
26464
26464
|
fixedContentType?: string | undefined;
|
|
26465
26465
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26565,7 +26565,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26565
26565
|
layoutGridRowField?: string | undefined;
|
|
26566
26566
|
layoutGridColumnField?: string | undefined;
|
|
26567
26567
|
layoutGridMaxRows?: number | undefined;
|
|
26568
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26568
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26569
26569
|
contentTypeField?: string | undefined;
|
|
26570
26570
|
fixedContentType?: string | undefined;
|
|
26571
26571
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26687,7 +26687,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26687
26687
|
layoutGridRowField?: string | undefined;
|
|
26688
26688
|
layoutGridColumnField?: string | undefined;
|
|
26689
26689
|
layoutGridMaxRows?: number | undefined;
|
|
26690
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26690
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26691
26691
|
contentTypeField?: string | undefined;
|
|
26692
26692
|
fixedContentType?: string | undefined;
|
|
26693
26693
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26797,7 +26797,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26797
26797
|
layoutGridRowField?: string | undefined;
|
|
26798
26798
|
layoutGridColumnField?: string | undefined;
|
|
26799
26799
|
layoutGridMaxRows?: number | undefined;
|
|
26800
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26800
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26801
26801
|
contentTypeField?: string | undefined;
|
|
26802
26802
|
fixedContentType?: string | undefined;
|
|
26803
26803
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26919,7 +26919,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
26919
26919
|
layoutGridRowField?: string | undefined;
|
|
26920
26920
|
layoutGridColumnField?: string | undefined;
|
|
26921
26921
|
layoutGridMaxRows?: number | undefined;
|
|
26922
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26922
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26923
26923
|
contentTypeField?: string | undefined;
|
|
26924
26924
|
fixedContentType?: string | undefined;
|
|
26925
26925
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27034,7 +27034,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27034
27034
|
layoutGridRowField?: string | undefined;
|
|
27035
27035
|
layoutGridColumnField?: string | undefined;
|
|
27036
27036
|
layoutGridMaxRows?: number | undefined;
|
|
27037
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27037
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27038
27038
|
contentTypeField?: string | undefined;
|
|
27039
27039
|
fixedContentType?: string | undefined;
|
|
27040
27040
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27141,7 +27141,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27141
27141
|
layoutGridRowField?: string | undefined;
|
|
27142
27142
|
layoutGridColumnField?: string | undefined;
|
|
27143
27143
|
layoutGridMaxRows?: number | undefined;
|
|
27144
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27144
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27145
27145
|
contentTypeField?: string | undefined;
|
|
27146
27146
|
fixedContentType?: string | undefined;
|
|
27147
27147
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27248,7 +27248,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27248
27248
|
layoutGridRowField?: string | undefined;
|
|
27249
27249
|
layoutGridColumnField?: string | undefined;
|
|
27250
27250
|
layoutGridMaxRows?: number | undefined;
|
|
27251
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27251
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27252
27252
|
contentTypeField?: string | undefined;
|
|
27253
27253
|
fixedContentType?: string | undefined;
|
|
27254
27254
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27356,7 +27356,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27356
27356
|
layoutGridRowField?: string | undefined;
|
|
27357
27357
|
layoutGridColumnField?: string | undefined;
|
|
27358
27358
|
layoutGridMaxRows?: number | undefined;
|
|
27359
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27359
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27360
27360
|
contentTypeField?: string | undefined;
|
|
27361
27361
|
fixedContentType?: string | undefined;
|
|
27362
27362
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27462,7 +27462,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27462
27462
|
layoutGridRowField?: string | undefined;
|
|
27463
27463
|
layoutGridColumnField?: string | undefined;
|
|
27464
27464
|
layoutGridMaxRows?: number | undefined;
|
|
27465
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27465
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27466
27466
|
contentTypeField?: string | undefined;
|
|
27467
27467
|
fixedContentType?: string | undefined;
|
|
27468
27468
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27568,7 +27568,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27568
27568
|
layoutGridRowField?: string | undefined;
|
|
27569
27569
|
layoutGridColumnField?: string | undefined;
|
|
27570
27570
|
layoutGridMaxRows?: number | undefined;
|
|
27571
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27571
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27572
27572
|
contentTypeField?: string | undefined;
|
|
27573
27573
|
fixedContentType?: string | undefined;
|
|
27574
27574
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27674,7 +27674,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27674
27674
|
layoutGridRowField?: string | undefined;
|
|
27675
27675
|
layoutGridColumnField?: string | undefined;
|
|
27676
27676
|
layoutGridMaxRows?: number | undefined;
|
|
27677
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27677
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27678
27678
|
contentTypeField?: string | undefined;
|
|
27679
27679
|
fixedContentType?: string | undefined;
|
|
27680
27680
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27780,7 +27780,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27780
27780
|
layoutGridRowField?: string | undefined;
|
|
27781
27781
|
layoutGridColumnField?: string | undefined;
|
|
27782
27782
|
layoutGridMaxRows?: number | undefined;
|
|
27783
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27783
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27784
27784
|
contentTypeField?: string | undefined;
|
|
27785
27785
|
fixedContentType?: string | undefined;
|
|
27786
27786
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27886,7 +27886,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27886
27886
|
layoutGridRowField?: string | undefined;
|
|
27887
27887
|
layoutGridColumnField?: string | undefined;
|
|
27888
27888
|
layoutGridMaxRows?: number | undefined;
|
|
27889
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27889
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27890
27890
|
contentTypeField?: string | undefined;
|
|
27891
27891
|
fixedContentType?: string | undefined;
|
|
27892
27892
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27996,7 +27996,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
27996
27996
|
layoutGridRowField?: string | undefined;
|
|
27997
27997
|
layoutGridColumnField?: string | undefined;
|
|
27998
27998
|
layoutGridMaxRows?: number | undefined;
|
|
27999
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27999
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28000
28000
|
contentTypeField?: string | undefined;
|
|
28001
28001
|
fixedContentType?: string | undefined;
|
|
28002
28002
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28102,7 +28102,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28102
28102
|
layoutGridRowField?: string | undefined;
|
|
28103
28103
|
layoutGridColumnField?: string | undefined;
|
|
28104
28104
|
layoutGridMaxRows?: number | undefined;
|
|
28105
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28105
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28106
28106
|
contentTypeField?: string | undefined;
|
|
28107
28107
|
fixedContentType?: string | undefined;
|
|
28108
28108
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28210,7 +28210,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28210
28210
|
layoutGridRowField?: string | undefined;
|
|
28211
28211
|
layoutGridColumnField?: string | undefined;
|
|
28212
28212
|
layoutGridMaxRows?: number | undefined;
|
|
28213
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28213
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28214
28214
|
contentTypeField?: string | undefined;
|
|
28215
28215
|
fixedContentType?: string | undefined;
|
|
28216
28216
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28316,7 +28316,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28316
28316
|
layoutGridRowField?: string | undefined;
|
|
28317
28317
|
layoutGridColumnField?: string | undefined;
|
|
28318
28318
|
layoutGridMaxRows?: number | undefined;
|
|
28319
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28319
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28320
28320
|
contentTypeField?: string | undefined;
|
|
28321
28321
|
fixedContentType?: string | undefined;
|
|
28322
28322
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28429,7 +28429,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28429
28429
|
layoutGridRowField?: string | undefined;
|
|
28430
28430
|
layoutGridColumnField?: string | undefined;
|
|
28431
28431
|
layoutGridMaxRows?: number | undefined;
|
|
28432
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28432
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28433
28433
|
contentTypeField?: string | undefined;
|
|
28434
28434
|
fixedContentType?: string | undefined;
|
|
28435
28435
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28541,7 +28541,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28541
28541
|
layoutGridRowField?: string | undefined;
|
|
28542
28542
|
layoutGridColumnField?: string | undefined;
|
|
28543
28543
|
layoutGridMaxRows?: number | undefined;
|
|
28544
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28544
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28545
28545
|
contentTypeField?: string | undefined;
|
|
28546
28546
|
fixedContentType?: string | undefined;
|
|
28547
28547
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28647,7 +28647,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28647
28647
|
layoutGridRowField?: string | undefined;
|
|
28648
28648
|
layoutGridColumnField?: string | undefined;
|
|
28649
28649
|
layoutGridMaxRows?: number | undefined;
|
|
28650
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28650
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28651
28651
|
contentTypeField?: string | undefined;
|
|
28652
28652
|
fixedContentType?: string | undefined;
|
|
28653
28653
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28760,7 +28760,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28760
28760
|
layoutGridRowField?: string | undefined;
|
|
28761
28761
|
layoutGridColumnField?: string | undefined;
|
|
28762
28762
|
layoutGridMaxRows?: number | undefined;
|
|
28763
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28763
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28764
28764
|
contentTypeField?: string | undefined;
|
|
28765
28765
|
fixedContentType?: string | undefined;
|
|
28766
28766
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28867,7 +28867,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28867
28867
|
layoutGridRowField?: string | undefined;
|
|
28868
28868
|
layoutGridColumnField?: string | undefined;
|
|
28869
28869
|
layoutGridMaxRows?: number | undefined;
|
|
28870
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28870
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28871
28871
|
contentTypeField?: string | undefined;
|
|
28872
28872
|
fixedContentType?: string | undefined;
|
|
28873
28873
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28974,7 +28974,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
28974
28974
|
layoutGridRowField?: string | undefined;
|
|
28975
28975
|
layoutGridColumnField?: string | undefined;
|
|
28976
28976
|
layoutGridMaxRows?: number | undefined;
|
|
28977
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28977
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28978
28978
|
contentTypeField?: string | undefined;
|
|
28979
28979
|
fixedContentType?: string | undefined;
|
|
28980
28980
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29082,7 +29082,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29082
29082
|
layoutGridRowField?: string | undefined;
|
|
29083
29083
|
layoutGridColumnField?: string | undefined;
|
|
29084
29084
|
layoutGridMaxRows?: number | undefined;
|
|
29085
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29085
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29086
29086
|
contentTypeField?: string | undefined;
|
|
29087
29087
|
fixedContentType?: string | undefined;
|
|
29088
29088
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29188,7 +29188,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29188
29188
|
layoutGridRowField?: string | undefined;
|
|
29189
29189
|
layoutGridColumnField?: string | undefined;
|
|
29190
29190
|
layoutGridMaxRows?: number | undefined;
|
|
29191
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29191
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29192
29192
|
contentTypeField?: string | undefined;
|
|
29193
29193
|
fixedContentType?: string | undefined;
|
|
29194
29194
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29294,7 +29294,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29294
29294
|
layoutGridRowField?: string | undefined;
|
|
29295
29295
|
layoutGridColumnField?: string | undefined;
|
|
29296
29296
|
layoutGridMaxRows?: number | undefined;
|
|
29297
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29297
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29298
29298
|
contentTypeField?: string | undefined;
|
|
29299
29299
|
fixedContentType?: string | undefined;
|
|
29300
29300
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29400,7 +29400,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29400
29400
|
layoutGridRowField?: string | undefined;
|
|
29401
29401
|
layoutGridColumnField?: string | undefined;
|
|
29402
29402
|
layoutGridMaxRows?: number | undefined;
|
|
29403
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29403
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29404
29404
|
contentTypeField?: string | undefined;
|
|
29405
29405
|
fixedContentType?: string | undefined;
|
|
29406
29406
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29506,7 +29506,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29506
29506
|
layoutGridRowField?: string | undefined;
|
|
29507
29507
|
layoutGridColumnField?: string | undefined;
|
|
29508
29508
|
layoutGridMaxRows?: number | undefined;
|
|
29509
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29509
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29510
29510
|
contentTypeField?: string | undefined;
|
|
29511
29511
|
fixedContentType?: string | undefined;
|
|
29512
29512
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29612,7 +29612,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29612
29612
|
layoutGridRowField?: string | undefined;
|
|
29613
29613
|
layoutGridColumnField?: string | undefined;
|
|
29614
29614
|
layoutGridMaxRows?: number | undefined;
|
|
29615
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29615
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29616
29616
|
contentTypeField?: string | undefined;
|
|
29617
29617
|
fixedContentType?: string | undefined;
|
|
29618
29618
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29722,7 +29722,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29722
29722
|
layoutGridRowField?: string | undefined;
|
|
29723
29723
|
layoutGridColumnField?: string | undefined;
|
|
29724
29724
|
layoutGridMaxRows?: number | undefined;
|
|
29725
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29725
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29726
29726
|
contentTypeField?: string | undefined;
|
|
29727
29727
|
fixedContentType?: string | undefined;
|
|
29728
29728
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29828,7 +29828,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29828
29828
|
layoutGridRowField?: string | undefined;
|
|
29829
29829
|
layoutGridColumnField?: string | undefined;
|
|
29830
29830
|
layoutGridMaxRows?: number | undefined;
|
|
29831
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29831
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29832
29832
|
contentTypeField?: string | undefined;
|
|
29833
29833
|
fixedContentType?: string | undefined;
|
|
29834
29834
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29936,7 +29936,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
29936
29936
|
layoutGridRowField?: string | undefined;
|
|
29937
29937
|
layoutGridColumnField?: string | undefined;
|
|
29938
29938
|
layoutGridMaxRows?: number | undefined;
|
|
29939
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29939
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29940
29940
|
contentTypeField?: string | undefined;
|
|
29941
29941
|
fixedContentType?: string | undefined;
|
|
29942
29942
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30042,7 +30042,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30042
30042
|
layoutGridRowField?: string | undefined;
|
|
30043
30043
|
layoutGridColumnField?: string | undefined;
|
|
30044
30044
|
layoutGridMaxRows?: number | undefined;
|
|
30045
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30045
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30046
30046
|
contentTypeField?: string | undefined;
|
|
30047
30047
|
fixedContentType?: string | undefined;
|
|
30048
30048
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30155,7 +30155,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30155
30155
|
layoutGridRowField?: string | undefined;
|
|
30156
30156
|
layoutGridColumnField?: string | undefined;
|
|
30157
30157
|
layoutGridMaxRows?: number | undefined;
|
|
30158
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30158
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30159
30159
|
contentTypeField?: string | undefined;
|
|
30160
30160
|
fixedContentType?: string | undefined;
|
|
30161
30161
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30267,7 +30267,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30267
30267
|
layoutGridRowField?: string | undefined;
|
|
30268
30268
|
layoutGridColumnField?: string | undefined;
|
|
30269
30269
|
layoutGridMaxRows?: number | undefined;
|
|
30270
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30270
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30271
30271
|
contentTypeField?: string | undefined;
|
|
30272
30272
|
fixedContentType?: string | undefined;
|
|
30273
30273
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30373,7 +30373,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30373
30373
|
layoutGridRowField?: string | undefined;
|
|
30374
30374
|
layoutGridColumnField?: string | undefined;
|
|
30375
30375
|
layoutGridMaxRows?: number | undefined;
|
|
30376
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30376
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30377
30377
|
contentTypeField?: string | undefined;
|
|
30378
30378
|
fixedContentType?: string | undefined;
|
|
30379
30379
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30479,7 +30479,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30479
30479
|
layoutGridRowField?: string | undefined;
|
|
30480
30480
|
layoutGridColumnField?: string | undefined;
|
|
30481
30481
|
layoutGridMaxRows?: number | undefined;
|
|
30482
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30482
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30483
30483
|
contentTypeField?: string | undefined;
|
|
30484
30484
|
fixedContentType?: string | undefined;
|
|
30485
30485
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30589,7 +30589,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30589
30589
|
layoutGridRowField?: string | undefined;
|
|
30590
30590
|
layoutGridColumnField?: string | undefined;
|
|
30591
30591
|
layoutGridMaxRows?: number | undefined;
|
|
30592
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30592
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30593
30593
|
contentTypeField?: string | undefined;
|
|
30594
30594
|
fixedContentType?: string | undefined;
|
|
30595
30595
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30701,7 +30701,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30701
30701
|
layoutGridRowField?: string | undefined;
|
|
30702
30702
|
layoutGridColumnField?: string | undefined;
|
|
30703
30703
|
layoutGridMaxRows?: number | undefined;
|
|
30704
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30704
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30705
30705
|
contentTypeField?: string | undefined;
|
|
30706
30706
|
fixedContentType?: string | undefined;
|
|
30707
30707
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30807,7 +30807,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30807
30807
|
layoutGridRowField?: string | undefined;
|
|
30808
30808
|
layoutGridColumnField?: string | undefined;
|
|
30809
30809
|
layoutGridMaxRows?: number | undefined;
|
|
30810
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30810
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30811
30811
|
contentTypeField?: string | undefined;
|
|
30812
30812
|
fixedContentType?: string | undefined;
|
|
30813
30813
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30916,7 +30916,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
30916
30916
|
layoutGridRowField?: string | undefined;
|
|
30917
30917
|
layoutGridColumnField?: string | undefined;
|
|
30918
30918
|
layoutGridMaxRows?: number | undefined;
|
|
30919
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30919
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30920
30920
|
contentTypeField?: string | undefined;
|
|
30921
30921
|
fixedContentType?: string | undefined;
|
|
30922
30922
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31027,7 +31027,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
31027
31027
|
layoutGridRowField?: string | undefined;
|
|
31028
31028
|
layoutGridColumnField?: string | undefined;
|
|
31029
31029
|
layoutGridMaxRows?: number | undefined;
|
|
31030
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31030
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31031
31031
|
contentTypeField?: string | undefined;
|
|
31032
31032
|
fixedContentType?: string | undefined;
|
|
31033
31033
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31139,7 +31139,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
31139
31139
|
layoutGridRowField?: string | undefined;
|
|
31140
31140
|
layoutGridColumnField?: string | undefined;
|
|
31141
31141
|
layoutGridMaxRows?: number | undefined;
|
|
31142
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31142
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31143
31143
|
contentTypeField?: string | undefined;
|
|
31144
31144
|
fixedContentType?: string | undefined;
|
|
31145
31145
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31245,7 +31245,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
31245
31245
|
layoutGridRowField?: string | undefined;
|
|
31246
31246
|
layoutGridColumnField?: string | undefined;
|
|
31247
31247
|
layoutGridMaxRows?: number | undefined;
|
|
31248
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31248
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31249
31249
|
contentTypeField?: string | undefined;
|
|
31250
31250
|
fixedContentType?: string | undefined;
|
|
31251
31251
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31351,7 +31351,7 @@ export declare const giftingManifest: import("..").DefinedBlockManifest<import("
|
|
|
31351
31351
|
layoutGridRowField?: string | undefined;
|
|
31352
31352
|
layoutGridColumnField?: string | undefined;
|
|
31353
31353
|
layoutGridMaxRows?: number | undefined;
|
|
31354
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31354
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31355
31355
|
contentTypeField?: string | undefined;
|
|
31356
31356
|
fixedContentType?: string | undefined;
|
|
31357
31357
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|