@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
|
@@ -290,7 +290,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
290
290
|
layoutGridRowField?: string | undefined;
|
|
291
291
|
layoutGridColumnField?: string | undefined;
|
|
292
292
|
layoutGridMaxRows?: number | undefined;
|
|
293
|
-
iconPickerPreset?: "cta" | undefined;
|
|
293
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
294
294
|
contentTypeField?: string | undefined;
|
|
295
295
|
fixedContentType?: string | undefined;
|
|
296
296
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -400,7 +400,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
400
400
|
layoutGridRowField?: string | undefined;
|
|
401
401
|
layoutGridColumnField?: string | undefined;
|
|
402
402
|
layoutGridMaxRows?: number | undefined;
|
|
403
|
-
iconPickerPreset?: "cta" | undefined;
|
|
403
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
404
404
|
contentTypeField?: string | undefined;
|
|
405
405
|
fixedContentType?: string | undefined;
|
|
406
406
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -522,7 +522,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
522
522
|
layoutGridRowField?: string | undefined;
|
|
523
523
|
layoutGridColumnField?: string | undefined;
|
|
524
524
|
layoutGridMaxRows?: number | undefined;
|
|
525
|
-
iconPickerPreset?: "cta" | undefined;
|
|
525
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
526
526
|
contentTypeField?: string | undefined;
|
|
527
527
|
fixedContentType?: string | undefined;
|
|
528
528
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -637,7 +637,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
637
637
|
layoutGridRowField?: string | undefined;
|
|
638
638
|
layoutGridColumnField?: string | undefined;
|
|
639
639
|
layoutGridMaxRows?: number | undefined;
|
|
640
|
-
iconPickerPreset?: "cta" | undefined;
|
|
640
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
641
641
|
contentTypeField?: string | undefined;
|
|
642
642
|
fixedContentType?: string | undefined;
|
|
643
643
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -744,7 +744,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
744
744
|
layoutGridRowField?: string | undefined;
|
|
745
745
|
layoutGridColumnField?: string | undefined;
|
|
746
746
|
layoutGridMaxRows?: number | undefined;
|
|
747
|
-
iconPickerPreset?: "cta" | undefined;
|
|
747
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
748
748
|
contentTypeField?: string | undefined;
|
|
749
749
|
fixedContentType?: string | undefined;
|
|
750
750
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -851,7 +851,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
851
851
|
layoutGridRowField?: string | undefined;
|
|
852
852
|
layoutGridColumnField?: string | undefined;
|
|
853
853
|
layoutGridMaxRows?: number | undefined;
|
|
854
|
-
iconPickerPreset?: "cta" | undefined;
|
|
854
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
855
855
|
contentTypeField?: string | undefined;
|
|
856
856
|
fixedContentType?: string | undefined;
|
|
857
857
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -959,7 +959,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
959
959
|
layoutGridRowField?: string | undefined;
|
|
960
960
|
layoutGridColumnField?: string | undefined;
|
|
961
961
|
layoutGridMaxRows?: number | undefined;
|
|
962
|
-
iconPickerPreset?: "cta" | undefined;
|
|
962
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
963
963
|
contentTypeField?: string | undefined;
|
|
964
964
|
fixedContentType?: string | undefined;
|
|
965
965
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1065,7 +1065,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1065
1065
|
layoutGridRowField?: string | undefined;
|
|
1066
1066
|
layoutGridColumnField?: string | undefined;
|
|
1067
1067
|
layoutGridMaxRows?: number | undefined;
|
|
1068
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1068
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1069
1069
|
contentTypeField?: string | undefined;
|
|
1070
1070
|
fixedContentType?: string | undefined;
|
|
1071
1071
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1171,7 +1171,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1171
1171
|
layoutGridRowField?: string | undefined;
|
|
1172
1172
|
layoutGridColumnField?: string | undefined;
|
|
1173
1173
|
layoutGridMaxRows?: number | undefined;
|
|
1174
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1174
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1175
1175
|
contentTypeField?: string | undefined;
|
|
1176
1176
|
fixedContentType?: string | undefined;
|
|
1177
1177
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1277,7 +1277,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1277
1277
|
layoutGridRowField?: string | undefined;
|
|
1278
1278
|
layoutGridColumnField?: string | undefined;
|
|
1279
1279
|
layoutGridMaxRows?: number | undefined;
|
|
1280
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1280
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1281
1281
|
contentTypeField?: string | undefined;
|
|
1282
1282
|
fixedContentType?: string | undefined;
|
|
1283
1283
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1383,7 +1383,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1383
1383
|
layoutGridRowField?: string | undefined;
|
|
1384
1384
|
layoutGridColumnField?: string | undefined;
|
|
1385
1385
|
layoutGridMaxRows?: number | undefined;
|
|
1386
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1386
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1387
1387
|
contentTypeField?: string | undefined;
|
|
1388
1388
|
fixedContentType?: string | undefined;
|
|
1389
1389
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1489,7 +1489,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1489
1489
|
layoutGridRowField?: string | undefined;
|
|
1490
1490
|
layoutGridColumnField?: string | undefined;
|
|
1491
1491
|
layoutGridMaxRows?: number | undefined;
|
|
1492
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1492
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1493
1493
|
contentTypeField?: string | undefined;
|
|
1494
1494
|
fixedContentType?: string | undefined;
|
|
1495
1495
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1599,7 +1599,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1599
1599
|
layoutGridRowField?: string | undefined;
|
|
1600
1600
|
layoutGridColumnField?: string | undefined;
|
|
1601
1601
|
layoutGridMaxRows?: number | undefined;
|
|
1602
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1602
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1603
1603
|
contentTypeField?: string | undefined;
|
|
1604
1604
|
fixedContentType?: string | undefined;
|
|
1605
1605
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1705,7 +1705,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1705
1705
|
layoutGridRowField?: string | undefined;
|
|
1706
1706
|
layoutGridColumnField?: string | undefined;
|
|
1707
1707
|
layoutGridMaxRows?: number | undefined;
|
|
1708
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1708
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1709
1709
|
contentTypeField?: string | undefined;
|
|
1710
1710
|
fixedContentType?: string | undefined;
|
|
1711
1711
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1813,7 +1813,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1813
1813
|
layoutGridRowField?: string | undefined;
|
|
1814
1814
|
layoutGridColumnField?: string | undefined;
|
|
1815
1815
|
layoutGridMaxRows?: number | undefined;
|
|
1816
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1816
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1817
1817
|
contentTypeField?: string | undefined;
|
|
1818
1818
|
fixedContentType?: string | undefined;
|
|
1819
1819
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1919,7 +1919,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
1919
1919
|
layoutGridRowField?: string | undefined;
|
|
1920
1920
|
layoutGridColumnField?: string | undefined;
|
|
1921
1921
|
layoutGridMaxRows?: number | undefined;
|
|
1922
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1922
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1923
1923
|
contentTypeField?: string | undefined;
|
|
1924
1924
|
fixedContentType?: string | undefined;
|
|
1925
1925
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2041,7 +2041,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2041
2041
|
layoutGridRowField?: string | undefined;
|
|
2042
2042
|
layoutGridColumnField?: string | undefined;
|
|
2043
2043
|
layoutGridMaxRows?: number | undefined;
|
|
2044
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2044
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2045
2045
|
contentTypeField?: string | undefined;
|
|
2046
2046
|
fixedContentType?: string | undefined;
|
|
2047
2047
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2156,7 +2156,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2156
2156
|
layoutGridRowField?: string | undefined;
|
|
2157
2157
|
layoutGridColumnField?: string | undefined;
|
|
2158
2158
|
layoutGridMaxRows?: number | undefined;
|
|
2159
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2159
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2160
2160
|
contentTypeField?: string | undefined;
|
|
2161
2161
|
fixedContentType?: string | undefined;
|
|
2162
2162
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2263,7 +2263,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2263
2263
|
layoutGridRowField?: string | undefined;
|
|
2264
2264
|
layoutGridColumnField?: string | undefined;
|
|
2265
2265
|
layoutGridMaxRows?: number | undefined;
|
|
2266
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2266
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2267
2267
|
contentTypeField?: string | undefined;
|
|
2268
2268
|
fixedContentType?: string | undefined;
|
|
2269
2269
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2370,7 +2370,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2370
2370
|
layoutGridRowField?: string | undefined;
|
|
2371
2371
|
layoutGridColumnField?: string | undefined;
|
|
2372
2372
|
layoutGridMaxRows?: number | undefined;
|
|
2373
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2373
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2374
2374
|
contentTypeField?: string | undefined;
|
|
2375
2375
|
fixedContentType?: string | undefined;
|
|
2376
2376
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2478,7 +2478,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2478
2478
|
layoutGridRowField?: string | undefined;
|
|
2479
2479
|
layoutGridColumnField?: string | undefined;
|
|
2480
2480
|
layoutGridMaxRows?: number | undefined;
|
|
2481
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2481
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2482
2482
|
contentTypeField?: string | undefined;
|
|
2483
2483
|
fixedContentType?: string | undefined;
|
|
2484
2484
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2584,7 +2584,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2584
2584
|
layoutGridRowField?: string | undefined;
|
|
2585
2585
|
layoutGridColumnField?: string | undefined;
|
|
2586
2586
|
layoutGridMaxRows?: number | undefined;
|
|
2587
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2587
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2588
2588
|
contentTypeField?: string | undefined;
|
|
2589
2589
|
fixedContentType?: string | undefined;
|
|
2590
2590
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2690,7 +2690,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2690
2690
|
layoutGridRowField?: string | undefined;
|
|
2691
2691
|
layoutGridColumnField?: string | undefined;
|
|
2692
2692
|
layoutGridMaxRows?: number | undefined;
|
|
2693
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2693
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2694
2694
|
contentTypeField?: string | undefined;
|
|
2695
2695
|
fixedContentType?: string | undefined;
|
|
2696
2696
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2796,7 +2796,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2796
2796
|
layoutGridRowField?: string | undefined;
|
|
2797
2797
|
layoutGridColumnField?: string | undefined;
|
|
2798
2798
|
layoutGridMaxRows?: number | undefined;
|
|
2799
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2799
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2800
2800
|
contentTypeField?: string | undefined;
|
|
2801
2801
|
fixedContentType?: string | undefined;
|
|
2802
2802
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2902,7 +2902,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
2902
2902
|
layoutGridRowField?: string | undefined;
|
|
2903
2903
|
layoutGridColumnField?: string | undefined;
|
|
2904
2904
|
layoutGridMaxRows?: number | undefined;
|
|
2905
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2905
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2906
2906
|
contentTypeField?: string | undefined;
|
|
2907
2907
|
fixedContentType?: string | undefined;
|
|
2908
2908
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3008,7 +3008,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3008
3008
|
layoutGridRowField?: string | undefined;
|
|
3009
3009
|
layoutGridColumnField?: string | undefined;
|
|
3010
3010
|
layoutGridMaxRows?: number | undefined;
|
|
3011
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3011
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3012
3012
|
contentTypeField?: string | undefined;
|
|
3013
3013
|
fixedContentType?: string | undefined;
|
|
3014
3014
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3118,7 +3118,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3118
3118
|
layoutGridRowField?: string | undefined;
|
|
3119
3119
|
layoutGridColumnField?: string | undefined;
|
|
3120
3120
|
layoutGridMaxRows?: number | undefined;
|
|
3121
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3121
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3122
3122
|
contentTypeField?: string | undefined;
|
|
3123
3123
|
fixedContentType?: string | undefined;
|
|
3124
3124
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3224,7 +3224,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3224
3224
|
layoutGridRowField?: string | undefined;
|
|
3225
3225
|
layoutGridColumnField?: string | undefined;
|
|
3226
3226
|
layoutGridMaxRows?: number | undefined;
|
|
3227
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3227
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3228
3228
|
contentTypeField?: string | undefined;
|
|
3229
3229
|
fixedContentType?: string | undefined;
|
|
3230
3230
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3332,7 +3332,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3332
3332
|
layoutGridRowField?: string | undefined;
|
|
3333
3333
|
layoutGridColumnField?: string | undefined;
|
|
3334
3334
|
layoutGridMaxRows?: number | undefined;
|
|
3335
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3335
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3336
3336
|
contentTypeField?: string | undefined;
|
|
3337
3337
|
fixedContentType?: string | undefined;
|
|
3338
3338
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3438,7 +3438,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3438
3438
|
layoutGridRowField?: string | undefined;
|
|
3439
3439
|
layoutGridColumnField?: string | undefined;
|
|
3440
3440
|
layoutGridMaxRows?: number | undefined;
|
|
3441
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3441
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3442
3442
|
contentTypeField?: string | undefined;
|
|
3443
3443
|
fixedContentType?: string | undefined;
|
|
3444
3444
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3562,7 +3562,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3562
3562
|
layoutGridRowField?: string | undefined;
|
|
3563
3563
|
layoutGridColumnField?: string | undefined;
|
|
3564
3564
|
layoutGridMaxRows?: number | undefined;
|
|
3565
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3565
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3566
3566
|
contentTypeField?: string | undefined;
|
|
3567
3567
|
fixedContentType?: string | undefined;
|
|
3568
3568
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3677,7 +3677,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3677
3677
|
layoutGridRowField?: string | undefined;
|
|
3678
3678
|
layoutGridColumnField?: string | undefined;
|
|
3679
3679
|
layoutGridMaxRows?: number | undefined;
|
|
3680
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3680
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3681
3681
|
contentTypeField?: string | undefined;
|
|
3682
3682
|
fixedContentType?: string | undefined;
|
|
3683
3683
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3784,7 +3784,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3784
3784
|
layoutGridRowField?: string | undefined;
|
|
3785
3785
|
layoutGridColumnField?: string | undefined;
|
|
3786
3786
|
layoutGridMaxRows?: number | undefined;
|
|
3787
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3787
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3788
3788
|
contentTypeField?: string | undefined;
|
|
3789
3789
|
fixedContentType?: string | undefined;
|
|
3790
3790
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3891,7 +3891,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3891
3891
|
layoutGridRowField?: string | undefined;
|
|
3892
3892
|
layoutGridColumnField?: string | undefined;
|
|
3893
3893
|
layoutGridMaxRows?: number | undefined;
|
|
3894
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3894
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3895
3895
|
contentTypeField?: string | undefined;
|
|
3896
3896
|
fixedContentType?: string | undefined;
|
|
3897
3897
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3999,7 +3999,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
3999
3999
|
layoutGridRowField?: string | undefined;
|
|
4000
4000
|
layoutGridColumnField?: string | undefined;
|
|
4001
4001
|
layoutGridMaxRows?: number | undefined;
|
|
4002
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4002
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4003
4003
|
contentTypeField?: string | undefined;
|
|
4004
4004
|
fixedContentType?: string | undefined;
|
|
4005
4005
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4105,7 +4105,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4105
4105
|
layoutGridRowField?: string | undefined;
|
|
4106
4106
|
layoutGridColumnField?: string | undefined;
|
|
4107
4107
|
layoutGridMaxRows?: number | undefined;
|
|
4108
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4108
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4109
4109
|
contentTypeField?: string | undefined;
|
|
4110
4110
|
fixedContentType?: string | undefined;
|
|
4111
4111
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4211,7 +4211,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4211
4211
|
layoutGridRowField?: string | undefined;
|
|
4212
4212
|
layoutGridColumnField?: string | undefined;
|
|
4213
4213
|
layoutGridMaxRows?: number | undefined;
|
|
4214
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4214
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4215
4215
|
contentTypeField?: string | undefined;
|
|
4216
4216
|
fixedContentType?: string | undefined;
|
|
4217
4217
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4317,7 +4317,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4317
4317
|
layoutGridRowField?: string | undefined;
|
|
4318
4318
|
layoutGridColumnField?: string | undefined;
|
|
4319
4319
|
layoutGridMaxRows?: number | undefined;
|
|
4320
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4320
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4321
4321
|
contentTypeField?: string | undefined;
|
|
4322
4322
|
fixedContentType?: string | undefined;
|
|
4323
4323
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4423,7 +4423,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4423
4423
|
layoutGridRowField?: string | undefined;
|
|
4424
4424
|
layoutGridColumnField?: string | undefined;
|
|
4425
4425
|
layoutGridMaxRows?: number | undefined;
|
|
4426
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4426
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4427
4427
|
contentTypeField?: string | undefined;
|
|
4428
4428
|
fixedContentType?: string | undefined;
|
|
4429
4429
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4529,7 +4529,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4529
4529
|
layoutGridRowField?: string | undefined;
|
|
4530
4530
|
layoutGridColumnField?: string | undefined;
|
|
4531
4531
|
layoutGridMaxRows?: number | undefined;
|
|
4532
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4532
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4533
4533
|
contentTypeField?: string | undefined;
|
|
4534
4534
|
fixedContentType?: string | undefined;
|
|
4535
4535
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4639,7 +4639,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4639
4639
|
layoutGridRowField?: string | undefined;
|
|
4640
4640
|
layoutGridColumnField?: string | undefined;
|
|
4641
4641
|
layoutGridMaxRows?: number | undefined;
|
|
4642
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4642
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4643
4643
|
contentTypeField?: string | undefined;
|
|
4644
4644
|
fixedContentType?: string | undefined;
|
|
4645
4645
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4745,7 +4745,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4745
4745
|
layoutGridRowField?: string | undefined;
|
|
4746
4746
|
layoutGridColumnField?: string | undefined;
|
|
4747
4747
|
layoutGridMaxRows?: number | undefined;
|
|
4748
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4748
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4749
4749
|
contentTypeField?: string | undefined;
|
|
4750
4750
|
fixedContentType?: string | undefined;
|
|
4751
4751
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4853,7 +4853,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4853
4853
|
layoutGridRowField?: string | undefined;
|
|
4854
4854
|
layoutGridColumnField?: string | undefined;
|
|
4855
4855
|
layoutGridMaxRows?: number | undefined;
|
|
4856
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4856
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4857
4857
|
contentTypeField?: string | undefined;
|
|
4858
4858
|
fixedContentType?: string | undefined;
|
|
4859
4859
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4959,7 +4959,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
4959
4959
|
layoutGridRowField?: string | undefined;
|
|
4960
4960
|
layoutGridColumnField?: string | undefined;
|
|
4961
4961
|
layoutGridMaxRows?: number | undefined;
|
|
4962
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4962
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4963
4963
|
contentTypeField?: string | undefined;
|
|
4964
4964
|
fixedContentType?: string | undefined;
|
|
4965
4965
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5072,7 +5072,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5072
5072
|
layoutGridRowField?: string | undefined;
|
|
5073
5073
|
layoutGridColumnField?: string | undefined;
|
|
5074
5074
|
layoutGridMaxRows?: number | undefined;
|
|
5075
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5075
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5076
5076
|
contentTypeField?: string | undefined;
|
|
5077
5077
|
fixedContentType?: string | undefined;
|
|
5078
5078
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5184,7 +5184,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5184
5184
|
layoutGridRowField?: string | undefined;
|
|
5185
5185
|
layoutGridColumnField?: string | undefined;
|
|
5186
5186
|
layoutGridMaxRows?: number | undefined;
|
|
5187
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5187
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5188
5188
|
contentTypeField?: string | undefined;
|
|
5189
5189
|
fixedContentType?: string | undefined;
|
|
5190
5190
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5290,7 +5290,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5290
5290
|
layoutGridRowField?: string | undefined;
|
|
5291
5291
|
layoutGridColumnField?: string | undefined;
|
|
5292
5292
|
layoutGridMaxRows?: number | undefined;
|
|
5293
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5293
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5294
5294
|
contentTypeField?: string | undefined;
|
|
5295
5295
|
fixedContentType?: string | undefined;
|
|
5296
5296
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5399,7 +5399,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5399
5399
|
layoutGridRowField?: string | undefined;
|
|
5400
5400
|
layoutGridColumnField?: string | undefined;
|
|
5401
5401
|
layoutGridMaxRows?: number | undefined;
|
|
5402
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5402
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5403
5403
|
contentTypeField?: string | undefined;
|
|
5404
5404
|
fixedContentType?: string | undefined;
|
|
5405
5405
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5510,7 +5510,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5510
5510
|
layoutGridRowField?: string | undefined;
|
|
5511
5511
|
layoutGridColumnField?: string | undefined;
|
|
5512
5512
|
layoutGridMaxRows?: number | undefined;
|
|
5513
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5513
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5514
5514
|
contentTypeField?: string | undefined;
|
|
5515
5515
|
fixedContentType?: string | undefined;
|
|
5516
5516
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5622,7 +5622,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5622
5622
|
layoutGridRowField?: string | undefined;
|
|
5623
5623
|
layoutGridColumnField?: string | undefined;
|
|
5624
5624
|
layoutGridMaxRows?: number | undefined;
|
|
5625
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5625
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5626
5626
|
contentTypeField?: string | undefined;
|
|
5627
5627
|
fixedContentType?: string | undefined;
|
|
5628
5628
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5728,7 +5728,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5728
5728
|
layoutGridRowField?: string | undefined;
|
|
5729
5729
|
layoutGridColumnField?: string | undefined;
|
|
5730
5730
|
layoutGridMaxRows?: number | undefined;
|
|
5731
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5731
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5732
5732
|
contentTypeField?: string | undefined;
|
|
5733
5733
|
fixedContentType?: string | undefined;
|
|
5734
5734
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5834,7 +5834,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5834
5834
|
layoutGridRowField?: string | undefined;
|
|
5835
5835
|
layoutGridColumnField?: string | undefined;
|
|
5836
5836
|
layoutGridMaxRows?: number | undefined;
|
|
5837
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5837
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5838
5838
|
contentTypeField?: string | undefined;
|
|
5839
5839
|
fixedContentType?: string | undefined;
|
|
5840
5840
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5955,7 +5955,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
5955
5955
|
layoutGridRowField?: string | undefined;
|
|
5956
5956
|
layoutGridColumnField?: string | undefined;
|
|
5957
5957
|
layoutGridMaxRows?: number | undefined;
|
|
5958
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5958
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5959
5959
|
contentTypeField?: string | undefined;
|
|
5960
5960
|
fixedContentType?: string | undefined;
|
|
5961
5961
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6070,7 +6070,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6070
6070
|
layoutGridRowField?: string | undefined;
|
|
6071
6071
|
layoutGridColumnField?: string | undefined;
|
|
6072
6072
|
layoutGridMaxRows?: number | undefined;
|
|
6073
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6073
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6074
6074
|
contentTypeField?: string | undefined;
|
|
6075
6075
|
fixedContentType?: string | undefined;
|
|
6076
6076
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6177,7 +6177,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6177
6177
|
layoutGridRowField?: string | undefined;
|
|
6178
6178
|
layoutGridColumnField?: string | undefined;
|
|
6179
6179
|
layoutGridMaxRows?: number | undefined;
|
|
6180
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6180
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6181
6181
|
contentTypeField?: string | undefined;
|
|
6182
6182
|
fixedContentType?: string | undefined;
|
|
6183
6183
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6284,7 +6284,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6284
6284
|
layoutGridRowField?: string | undefined;
|
|
6285
6285
|
layoutGridColumnField?: string | undefined;
|
|
6286
6286
|
layoutGridMaxRows?: number | undefined;
|
|
6287
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6287
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6288
6288
|
contentTypeField?: string | undefined;
|
|
6289
6289
|
fixedContentType?: string | undefined;
|
|
6290
6290
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6392,7 +6392,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6392
6392
|
layoutGridRowField?: string | undefined;
|
|
6393
6393
|
layoutGridColumnField?: string | undefined;
|
|
6394
6394
|
layoutGridMaxRows?: number | undefined;
|
|
6395
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6395
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6396
6396
|
contentTypeField?: string | undefined;
|
|
6397
6397
|
fixedContentType?: string | undefined;
|
|
6398
6398
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6498,7 +6498,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6498
6498
|
layoutGridRowField?: string | undefined;
|
|
6499
6499
|
layoutGridColumnField?: string | undefined;
|
|
6500
6500
|
layoutGridMaxRows?: number | undefined;
|
|
6501
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6501
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6502
6502
|
contentTypeField?: string | undefined;
|
|
6503
6503
|
fixedContentType?: string | undefined;
|
|
6504
6504
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6604,7 +6604,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6604
6604
|
layoutGridRowField?: string | undefined;
|
|
6605
6605
|
layoutGridColumnField?: string | undefined;
|
|
6606
6606
|
layoutGridMaxRows?: number | undefined;
|
|
6607
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6607
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6608
6608
|
contentTypeField?: string | undefined;
|
|
6609
6609
|
fixedContentType?: string | undefined;
|
|
6610
6610
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6710,7 +6710,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6710
6710
|
layoutGridRowField?: string | undefined;
|
|
6711
6711
|
layoutGridColumnField?: string | undefined;
|
|
6712
6712
|
layoutGridMaxRows?: number | undefined;
|
|
6713
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6713
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6714
6714
|
contentTypeField?: string | undefined;
|
|
6715
6715
|
fixedContentType?: string | undefined;
|
|
6716
6716
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6816,7 +6816,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6816
6816
|
layoutGridRowField?: string | undefined;
|
|
6817
6817
|
layoutGridColumnField?: string | undefined;
|
|
6818
6818
|
layoutGridMaxRows?: number | undefined;
|
|
6819
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6819
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6820
6820
|
contentTypeField?: string | undefined;
|
|
6821
6821
|
fixedContentType?: string | undefined;
|
|
6822
6822
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6922,7 +6922,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
6922
6922
|
layoutGridRowField?: string | undefined;
|
|
6923
6923
|
layoutGridColumnField?: string | undefined;
|
|
6924
6924
|
layoutGridMaxRows?: number | undefined;
|
|
6925
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6925
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6926
6926
|
contentTypeField?: string | undefined;
|
|
6927
6927
|
fixedContentType?: string | undefined;
|
|
6928
6928
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7032,7 +7032,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7032
7032
|
layoutGridRowField?: string | undefined;
|
|
7033
7033
|
layoutGridColumnField?: string | undefined;
|
|
7034
7034
|
layoutGridMaxRows?: number | undefined;
|
|
7035
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7035
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7036
7036
|
contentTypeField?: string | undefined;
|
|
7037
7037
|
fixedContentType?: string | undefined;
|
|
7038
7038
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7138,7 +7138,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7138
7138
|
layoutGridRowField?: string | undefined;
|
|
7139
7139
|
layoutGridColumnField?: string | undefined;
|
|
7140
7140
|
layoutGridMaxRows?: number | undefined;
|
|
7141
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7141
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7142
7142
|
contentTypeField?: string | undefined;
|
|
7143
7143
|
fixedContentType?: string | undefined;
|
|
7144
7144
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7246,7 +7246,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7246
7246
|
layoutGridRowField?: string | undefined;
|
|
7247
7247
|
layoutGridColumnField?: string | undefined;
|
|
7248
7248
|
layoutGridMaxRows?: number | undefined;
|
|
7249
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7249
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7250
7250
|
contentTypeField?: string | undefined;
|
|
7251
7251
|
fixedContentType?: string | undefined;
|
|
7252
7252
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7352,7 +7352,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7352
7352
|
layoutGridRowField?: string | undefined;
|
|
7353
7353
|
layoutGridColumnField?: string | undefined;
|
|
7354
7354
|
layoutGridMaxRows?: number | undefined;
|
|
7355
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7355
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7356
7356
|
contentTypeField?: string | undefined;
|
|
7357
7357
|
fixedContentType?: string | undefined;
|
|
7358
7358
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7474,7 +7474,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7474
7474
|
layoutGridRowField?: string | undefined;
|
|
7475
7475
|
layoutGridColumnField?: string | undefined;
|
|
7476
7476
|
layoutGridMaxRows?: number | undefined;
|
|
7477
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7477
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7478
7478
|
contentTypeField?: string | undefined;
|
|
7479
7479
|
fixedContentType?: string | undefined;
|
|
7480
7480
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7589,7 +7589,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7589
7589
|
layoutGridRowField?: string | undefined;
|
|
7590
7590
|
layoutGridColumnField?: string | undefined;
|
|
7591
7591
|
layoutGridMaxRows?: number | undefined;
|
|
7592
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7592
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7593
7593
|
contentTypeField?: string | undefined;
|
|
7594
7594
|
fixedContentType?: string | undefined;
|
|
7595
7595
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7696,7 +7696,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7696
7696
|
layoutGridRowField?: string | undefined;
|
|
7697
7697
|
layoutGridColumnField?: string | undefined;
|
|
7698
7698
|
layoutGridMaxRows?: number | undefined;
|
|
7699
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7699
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7700
7700
|
contentTypeField?: string | undefined;
|
|
7701
7701
|
fixedContentType?: string | undefined;
|
|
7702
7702
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7803,7 +7803,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7803
7803
|
layoutGridRowField?: string | undefined;
|
|
7804
7804
|
layoutGridColumnField?: string | undefined;
|
|
7805
7805
|
layoutGridMaxRows?: number | undefined;
|
|
7806
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7806
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7807
7807
|
contentTypeField?: string | undefined;
|
|
7808
7808
|
fixedContentType?: string | undefined;
|
|
7809
7809
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7911,7 +7911,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
7911
7911
|
layoutGridRowField?: string | undefined;
|
|
7912
7912
|
layoutGridColumnField?: string | undefined;
|
|
7913
7913
|
layoutGridMaxRows?: number | undefined;
|
|
7914
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7914
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7915
7915
|
contentTypeField?: string | undefined;
|
|
7916
7916
|
fixedContentType?: string | undefined;
|
|
7917
7917
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8017,7 +8017,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8017
8017
|
layoutGridRowField?: string | undefined;
|
|
8018
8018
|
layoutGridColumnField?: string | undefined;
|
|
8019
8019
|
layoutGridMaxRows?: number | undefined;
|
|
8020
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8020
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8021
8021
|
contentTypeField?: string | undefined;
|
|
8022
8022
|
fixedContentType?: string | undefined;
|
|
8023
8023
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8123,7 +8123,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8123
8123
|
layoutGridRowField?: string | undefined;
|
|
8124
8124
|
layoutGridColumnField?: string | undefined;
|
|
8125
8125
|
layoutGridMaxRows?: number | undefined;
|
|
8126
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8126
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8127
8127
|
contentTypeField?: string | undefined;
|
|
8128
8128
|
fixedContentType?: string | undefined;
|
|
8129
8129
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8229,7 +8229,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8229
8229
|
layoutGridRowField?: string | undefined;
|
|
8230
8230
|
layoutGridColumnField?: string | undefined;
|
|
8231
8231
|
layoutGridMaxRows?: number | undefined;
|
|
8232
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8232
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8233
8233
|
contentTypeField?: string | undefined;
|
|
8234
8234
|
fixedContentType?: string | undefined;
|
|
8235
8235
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8335,7 +8335,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8335
8335
|
layoutGridRowField?: string | undefined;
|
|
8336
8336
|
layoutGridColumnField?: string | undefined;
|
|
8337
8337
|
layoutGridMaxRows?: number | undefined;
|
|
8338
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8338
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8339
8339
|
contentTypeField?: string | undefined;
|
|
8340
8340
|
fixedContentType?: string | undefined;
|
|
8341
8341
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8441,7 +8441,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8441
8441
|
layoutGridRowField?: string | undefined;
|
|
8442
8442
|
layoutGridColumnField?: string | undefined;
|
|
8443
8443
|
layoutGridMaxRows?: number | undefined;
|
|
8444
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8444
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8445
8445
|
contentTypeField?: string | undefined;
|
|
8446
8446
|
fixedContentType?: string | undefined;
|
|
8447
8447
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8551,7 +8551,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8551
8551
|
layoutGridRowField?: string | undefined;
|
|
8552
8552
|
layoutGridColumnField?: string | undefined;
|
|
8553
8553
|
layoutGridMaxRows?: number | undefined;
|
|
8554
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8554
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8555
8555
|
contentTypeField?: string | undefined;
|
|
8556
8556
|
fixedContentType?: string | undefined;
|
|
8557
8557
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8657,7 +8657,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8657
8657
|
layoutGridRowField?: string | undefined;
|
|
8658
8658
|
layoutGridColumnField?: string | undefined;
|
|
8659
8659
|
layoutGridMaxRows?: number | undefined;
|
|
8660
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8660
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8661
8661
|
contentTypeField?: string | undefined;
|
|
8662
8662
|
fixedContentType?: string | undefined;
|
|
8663
8663
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8765,7 +8765,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8765
8765
|
layoutGridRowField?: string | undefined;
|
|
8766
8766
|
layoutGridColumnField?: string | undefined;
|
|
8767
8767
|
layoutGridMaxRows?: number | undefined;
|
|
8768
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8768
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8769
8769
|
contentTypeField?: string | undefined;
|
|
8770
8770
|
fixedContentType?: string | undefined;
|
|
8771
8771
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8871,7 +8871,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8871
8871
|
layoutGridRowField?: string | undefined;
|
|
8872
8872
|
layoutGridColumnField?: string | undefined;
|
|
8873
8873
|
layoutGridMaxRows?: number | undefined;
|
|
8874
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8874
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8875
8875
|
contentTypeField?: string | undefined;
|
|
8876
8876
|
fixedContentType?: string | undefined;
|
|
8877
8877
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8984,7 +8984,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
8984
8984
|
layoutGridRowField?: string | undefined;
|
|
8985
8985
|
layoutGridColumnField?: string | undefined;
|
|
8986
8986
|
layoutGridMaxRows?: number | undefined;
|
|
8987
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8987
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8988
8988
|
contentTypeField?: string | undefined;
|
|
8989
8989
|
fixedContentType?: string | undefined;
|
|
8990
8990
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9096,7 +9096,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9096
9096
|
layoutGridRowField?: string | undefined;
|
|
9097
9097
|
layoutGridColumnField?: string | undefined;
|
|
9098
9098
|
layoutGridMaxRows?: number | undefined;
|
|
9099
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9099
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9100
9100
|
contentTypeField?: string | undefined;
|
|
9101
9101
|
fixedContentType?: string | undefined;
|
|
9102
9102
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9202,7 +9202,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9202
9202
|
layoutGridRowField?: string | undefined;
|
|
9203
9203
|
layoutGridColumnField?: string | undefined;
|
|
9204
9204
|
layoutGridMaxRows?: number | undefined;
|
|
9205
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9205
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9206
9206
|
contentTypeField?: string | undefined;
|
|
9207
9207
|
fixedContentType?: string | undefined;
|
|
9208
9208
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9308,7 +9308,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9308
9308
|
layoutGridRowField?: string | undefined;
|
|
9309
9309
|
layoutGridColumnField?: string | undefined;
|
|
9310
9310
|
layoutGridMaxRows?: number | undefined;
|
|
9311
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9311
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9312
9312
|
contentTypeField?: string | undefined;
|
|
9313
9313
|
fixedContentType?: string | undefined;
|
|
9314
9314
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9418,7 +9418,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9418
9418
|
layoutGridRowField?: string | undefined;
|
|
9419
9419
|
layoutGridColumnField?: string | undefined;
|
|
9420
9420
|
layoutGridMaxRows?: number | undefined;
|
|
9421
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9421
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9422
9422
|
contentTypeField?: string | undefined;
|
|
9423
9423
|
fixedContentType?: string | undefined;
|
|
9424
9424
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9530,7 +9530,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9530
9530
|
layoutGridRowField?: string | undefined;
|
|
9531
9531
|
layoutGridColumnField?: string | undefined;
|
|
9532
9532
|
layoutGridMaxRows?: number | undefined;
|
|
9533
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9533
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9534
9534
|
contentTypeField?: string | undefined;
|
|
9535
9535
|
fixedContentType?: string | undefined;
|
|
9536
9536
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9636,7 +9636,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9636
9636
|
layoutGridRowField?: string | undefined;
|
|
9637
9637
|
layoutGridColumnField?: string | undefined;
|
|
9638
9638
|
layoutGridMaxRows?: number | undefined;
|
|
9639
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9639
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9640
9640
|
contentTypeField?: string | undefined;
|
|
9641
9641
|
fixedContentType?: string | undefined;
|
|
9642
9642
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9745,7 +9745,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9745
9745
|
layoutGridRowField?: string | undefined;
|
|
9746
9746
|
layoutGridColumnField?: string | undefined;
|
|
9747
9747
|
layoutGridMaxRows?: number | undefined;
|
|
9748
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9748
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9749
9749
|
contentTypeField?: string | undefined;
|
|
9750
9750
|
fixedContentType?: string | undefined;
|
|
9751
9751
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9856,7 +9856,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9856
9856
|
layoutGridRowField?: string | undefined;
|
|
9857
9857
|
layoutGridColumnField?: string | undefined;
|
|
9858
9858
|
layoutGridMaxRows?: number | undefined;
|
|
9859
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9859
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9860
9860
|
contentTypeField?: string | undefined;
|
|
9861
9861
|
fixedContentType?: string | undefined;
|
|
9862
9862
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9968,7 +9968,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
9968
9968
|
layoutGridRowField?: string | undefined;
|
|
9969
9969
|
layoutGridColumnField?: string | undefined;
|
|
9970
9970
|
layoutGridMaxRows?: number | undefined;
|
|
9971
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9971
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9972
9972
|
contentTypeField?: string | undefined;
|
|
9973
9973
|
fixedContentType?: string | undefined;
|
|
9974
9974
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10074,7 +10074,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10074
10074
|
layoutGridRowField?: string | undefined;
|
|
10075
10075
|
layoutGridColumnField?: string | undefined;
|
|
10076
10076
|
layoutGridMaxRows?: number | undefined;
|
|
10077
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10077
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10078
10078
|
contentTypeField?: string | undefined;
|
|
10079
10079
|
fixedContentType?: string | undefined;
|
|
10080
10080
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10187,7 +10187,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10187
10187
|
layoutGridRowField?: string | undefined;
|
|
10188
10188
|
layoutGridColumnField?: string | undefined;
|
|
10189
10189
|
layoutGridMaxRows?: number | undefined;
|
|
10190
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10190
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10191
10191
|
contentTypeField?: string | undefined;
|
|
10192
10192
|
fixedContentType?: string | undefined;
|
|
10193
10193
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10294,7 +10294,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10294
10294
|
layoutGridRowField?: string | undefined;
|
|
10295
10295
|
layoutGridColumnField?: string | undefined;
|
|
10296
10296
|
layoutGridMaxRows?: number | undefined;
|
|
10297
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10297
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10298
10298
|
contentTypeField?: string | undefined;
|
|
10299
10299
|
fixedContentType?: string | undefined;
|
|
10300
10300
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10401,7 +10401,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10401
10401
|
layoutGridRowField?: string | undefined;
|
|
10402
10402
|
layoutGridColumnField?: string | undefined;
|
|
10403
10403
|
layoutGridMaxRows?: number | undefined;
|
|
10404
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10404
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10405
10405
|
contentTypeField?: string | undefined;
|
|
10406
10406
|
fixedContentType?: string | undefined;
|
|
10407
10407
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10509,7 +10509,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10509
10509
|
layoutGridRowField?: string | undefined;
|
|
10510
10510
|
layoutGridColumnField?: string | undefined;
|
|
10511
10511
|
layoutGridMaxRows?: number | undefined;
|
|
10512
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10512
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10513
10513
|
contentTypeField?: string | undefined;
|
|
10514
10514
|
fixedContentType?: string | undefined;
|
|
10515
10515
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10615,7 +10615,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10615
10615
|
layoutGridRowField?: string | undefined;
|
|
10616
10616
|
layoutGridColumnField?: string | undefined;
|
|
10617
10617
|
layoutGridMaxRows?: number | undefined;
|
|
10618
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10618
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10619
10619
|
contentTypeField?: string | undefined;
|
|
10620
10620
|
fixedContentType?: string | undefined;
|
|
10621
10621
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10721,7 +10721,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10721
10721
|
layoutGridRowField?: string | undefined;
|
|
10722
10722
|
layoutGridColumnField?: string | undefined;
|
|
10723
10723
|
layoutGridMaxRows?: number | undefined;
|
|
10724
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10724
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10725
10725
|
contentTypeField?: string | undefined;
|
|
10726
10726
|
fixedContentType?: string | undefined;
|
|
10727
10727
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10827,7 +10827,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10827
10827
|
layoutGridRowField?: string | undefined;
|
|
10828
10828
|
layoutGridColumnField?: string | undefined;
|
|
10829
10829
|
layoutGridMaxRows?: number | undefined;
|
|
10830
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10830
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10831
10831
|
contentTypeField?: string | undefined;
|
|
10832
10832
|
fixedContentType?: string | undefined;
|
|
10833
10833
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10933,7 +10933,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
10933
10933
|
layoutGridRowField?: string | undefined;
|
|
10934
10934
|
layoutGridColumnField?: string | undefined;
|
|
10935
10935
|
layoutGridMaxRows?: number | undefined;
|
|
10936
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10936
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10937
10937
|
contentTypeField?: string | undefined;
|
|
10938
10938
|
fixedContentType?: string | undefined;
|
|
10939
10939
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11039,7 +11039,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11039
11039
|
layoutGridRowField?: string | undefined;
|
|
11040
11040
|
layoutGridColumnField?: string | undefined;
|
|
11041
11041
|
layoutGridMaxRows?: number | undefined;
|
|
11042
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11042
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11043
11043
|
contentTypeField?: string | undefined;
|
|
11044
11044
|
fixedContentType?: string | undefined;
|
|
11045
11045
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11149,7 +11149,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11149
11149
|
layoutGridRowField?: string | undefined;
|
|
11150
11150
|
layoutGridColumnField?: string | undefined;
|
|
11151
11151
|
layoutGridMaxRows?: number | undefined;
|
|
11152
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11152
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11153
11153
|
contentTypeField?: string | undefined;
|
|
11154
11154
|
fixedContentType?: string | undefined;
|
|
11155
11155
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11255,7 +11255,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11255
11255
|
layoutGridRowField?: string | undefined;
|
|
11256
11256
|
layoutGridColumnField?: string | undefined;
|
|
11257
11257
|
layoutGridMaxRows?: number | undefined;
|
|
11258
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11258
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11259
11259
|
contentTypeField?: string | undefined;
|
|
11260
11260
|
fixedContentType?: string | undefined;
|
|
11261
11261
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11363,7 +11363,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11363
11363
|
layoutGridRowField?: string | undefined;
|
|
11364
11364
|
layoutGridColumnField?: string | undefined;
|
|
11365
11365
|
layoutGridMaxRows?: number | undefined;
|
|
11366
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11366
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11367
11367
|
contentTypeField?: string | undefined;
|
|
11368
11368
|
fixedContentType?: string | undefined;
|
|
11369
11369
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11469,7 +11469,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11469
11469
|
layoutGridRowField?: string | undefined;
|
|
11470
11470
|
layoutGridColumnField?: string | undefined;
|
|
11471
11471
|
layoutGridMaxRows?: number | undefined;
|
|
11472
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11472
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11473
11473
|
contentTypeField?: string | undefined;
|
|
11474
11474
|
fixedContentType?: string | undefined;
|
|
11475
11475
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11591,7 +11591,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11591
11591
|
layoutGridRowField?: string | undefined;
|
|
11592
11592
|
layoutGridColumnField?: string | undefined;
|
|
11593
11593
|
layoutGridMaxRows?: number | undefined;
|
|
11594
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11594
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11595
11595
|
contentTypeField?: string | undefined;
|
|
11596
11596
|
fixedContentType?: string | undefined;
|
|
11597
11597
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11701,7 +11701,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11701
11701
|
layoutGridRowField?: string | undefined;
|
|
11702
11702
|
layoutGridColumnField?: string | undefined;
|
|
11703
11703
|
layoutGridMaxRows?: number | undefined;
|
|
11704
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11704
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11705
11705
|
contentTypeField?: string | undefined;
|
|
11706
11706
|
fixedContentType?: string | undefined;
|
|
11707
11707
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11823,7 +11823,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11823
11823
|
layoutGridRowField?: string | undefined;
|
|
11824
11824
|
layoutGridColumnField?: string | undefined;
|
|
11825
11825
|
layoutGridMaxRows?: number | undefined;
|
|
11826
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11826
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11827
11827
|
contentTypeField?: string | undefined;
|
|
11828
11828
|
fixedContentType?: string | undefined;
|
|
11829
11829
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11938,7 +11938,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
11938
11938
|
layoutGridRowField?: string | undefined;
|
|
11939
11939
|
layoutGridColumnField?: string | undefined;
|
|
11940
11940
|
layoutGridMaxRows?: number | undefined;
|
|
11941
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11941
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11942
11942
|
contentTypeField?: string | undefined;
|
|
11943
11943
|
fixedContentType?: string | undefined;
|
|
11944
11944
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12045,7 +12045,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12045
12045
|
layoutGridRowField?: string | undefined;
|
|
12046
12046
|
layoutGridColumnField?: string | undefined;
|
|
12047
12047
|
layoutGridMaxRows?: number | undefined;
|
|
12048
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12048
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12049
12049
|
contentTypeField?: string | undefined;
|
|
12050
12050
|
fixedContentType?: string | undefined;
|
|
12051
12051
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12152,7 +12152,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12152
12152
|
layoutGridRowField?: string | undefined;
|
|
12153
12153
|
layoutGridColumnField?: string | undefined;
|
|
12154
12154
|
layoutGridMaxRows?: number | undefined;
|
|
12155
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12155
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12156
12156
|
contentTypeField?: string | undefined;
|
|
12157
12157
|
fixedContentType?: string | undefined;
|
|
12158
12158
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12260,7 +12260,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12260
12260
|
layoutGridRowField?: string | undefined;
|
|
12261
12261
|
layoutGridColumnField?: string | undefined;
|
|
12262
12262
|
layoutGridMaxRows?: number | undefined;
|
|
12263
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12263
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12264
12264
|
contentTypeField?: string | undefined;
|
|
12265
12265
|
fixedContentType?: string | undefined;
|
|
12266
12266
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12366,7 +12366,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12366
12366
|
layoutGridRowField?: string | undefined;
|
|
12367
12367
|
layoutGridColumnField?: string | undefined;
|
|
12368
12368
|
layoutGridMaxRows?: number | undefined;
|
|
12369
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12369
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12370
12370
|
contentTypeField?: string | undefined;
|
|
12371
12371
|
fixedContentType?: string | undefined;
|
|
12372
12372
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12472,7 +12472,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12472
12472
|
layoutGridRowField?: string | undefined;
|
|
12473
12473
|
layoutGridColumnField?: string | undefined;
|
|
12474
12474
|
layoutGridMaxRows?: number | undefined;
|
|
12475
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12475
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12476
12476
|
contentTypeField?: string | undefined;
|
|
12477
12477
|
fixedContentType?: string | undefined;
|
|
12478
12478
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12578,7 +12578,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12578
12578
|
layoutGridRowField?: string | undefined;
|
|
12579
12579
|
layoutGridColumnField?: string | undefined;
|
|
12580
12580
|
layoutGridMaxRows?: number | undefined;
|
|
12581
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12581
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12582
12582
|
contentTypeField?: string | undefined;
|
|
12583
12583
|
fixedContentType?: string | undefined;
|
|
12584
12584
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12684,7 +12684,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12684
12684
|
layoutGridRowField?: string | undefined;
|
|
12685
12685
|
layoutGridColumnField?: string | undefined;
|
|
12686
12686
|
layoutGridMaxRows?: number | undefined;
|
|
12687
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12687
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12688
12688
|
contentTypeField?: string | undefined;
|
|
12689
12689
|
fixedContentType?: string | undefined;
|
|
12690
12690
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12790,7 +12790,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12790
12790
|
layoutGridRowField?: string | undefined;
|
|
12791
12791
|
layoutGridColumnField?: string | undefined;
|
|
12792
12792
|
layoutGridMaxRows?: number | undefined;
|
|
12793
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12793
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12794
12794
|
contentTypeField?: string | undefined;
|
|
12795
12795
|
fixedContentType?: string | undefined;
|
|
12796
12796
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12900,7 +12900,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
12900
12900
|
layoutGridRowField?: string | undefined;
|
|
12901
12901
|
layoutGridColumnField?: string | undefined;
|
|
12902
12902
|
layoutGridMaxRows?: number | undefined;
|
|
12903
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12903
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12904
12904
|
contentTypeField?: string | undefined;
|
|
12905
12905
|
fixedContentType?: string | undefined;
|
|
12906
12906
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13006,7 +13006,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13006
13006
|
layoutGridRowField?: string | undefined;
|
|
13007
13007
|
layoutGridColumnField?: string | undefined;
|
|
13008
13008
|
layoutGridMaxRows?: number | undefined;
|
|
13009
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13009
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13010
13010
|
contentTypeField?: string | undefined;
|
|
13011
13011
|
fixedContentType?: string | undefined;
|
|
13012
13012
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13114,7 +13114,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13114
13114
|
layoutGridRowField?: string | undefined;
|
|
13115
13115
|
layoutGridColumnField?: string | undefined;
|
|
13116
13116
|
layoutGridMaxRows?: number | undefined;
|
|
13117
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13117
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13118
13118
|
contentTypeField?: string | undefined;
|
|
13119
13119
|
fixedContentType?: string | undefined;
|
|
13120
13120
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13220,7 +13220,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13220
13220
|
layoutGridRowField?: string | undefined;
|
|
13221
13221
|
layoutGridColumnField?: string | undefined;
|
|
13222
13222
|
layoutGridMaxRows?: number | undefined;
|
|
13223
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13223
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13224
13224
|
contentTypeField?: string | undefined;
|
|
13225
13225
|
fixedContentType?: string | undefined;
|
|
13226
13226
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13344,7 +13344,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13344
13344
|
layoutGridRowField?: string | undefined;
|
|
13345
13345
|
layoutGridColumnField?: string | undefined;
|
|
13346
13346
|
layoutGridMaxRows?: number | undefined;
|
|
13347
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13347
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13348
13348
|
contentTypeField?: string | undefined;
|
|
13349
13349
|
fixedContentType?: string | undefined;
|
|
13350
13350
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13459,7 +13459,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13459
13459
|
layoutGridRowField?: string | undefined;
|
|
13460
13460
|
layoutGridColumnField?: string | undefined;
|
|
13461
13461
|
layoutGridMaxRows?: number | undefined;
|
|
13462
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13462
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13463
13463
|
contentTypeField?: string | undefined;
|
|
13464
13464
|
fixedContentType?: string | undefined;
|
|
13465
13465
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13566,7 +13566,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13566
13566
|
layoutGridRowField?: string | undefined;
|
|
13567
13567
|
layoutGridColumnField?: string | undefined;
|
|
13568
13568
|
layoutGridMaxRows?: number | undefined;
|
|
13569
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13569
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13570
13570
|
contentTypeField?: string | undefined;
|
|
13571
13571
|
fixedContentType?: string | undefined;
|
|
13572
13572
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13673,7 +13673,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13673
13673
|
layoutGridRowField?: string | undefined;
|
|
13674
13674
|
layoutGridColumnField?: string | undefined;
|
|
13675
13675
|
layoutGridMaxRows?: number | undefined;
|
|
13676
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13676
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13677
13677
|
contentTypeField?: string | undefined;
|
|
13678
13678
|
fixedContentType?: string | undefined;
|
|
13679
13679
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13781,7 +13781,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13781
13781
|
layoutGridRowField?: string | undefined;
|
|
13782
13782
|
layoutGridColumnField?: string | undefined;
|
|
13783
13783
|
layoutGridMaxRows?: number | undefined;
|
|
13784
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13784
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13785
13785
|
contentTypeField?: string | undefined;
|
|
13786
13786
|
fixedContentType?: string | undefined;
|
|
13787
13787
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13887,7 +13887,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13887
13887
|
layoutGridRowField?: string | undefined;
|
|
13888
13888
|
layoutGridColumnField?: string | undefined;
|
|
13889
13889
|
layoutGridMaxRows?: number | undefined;
|
|
13890
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13890
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13891
13891
|
contentTypeField?: string | undefined;
|
|
13892
13892
|
fixedContentType?: string | undefined;
|
|
13893
13893
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13993,7 +13993,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
13993
13993
|
layoutGridRowField?: string | undefined;
|
|
13994
13994
|
layoutGridColumnField?: string | undefined;
|
|
13995
13995
|
layoutGridMaxRows?: number | undefined;
|
|
13996
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13996
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13997
13997
|
contentTypeField?: string | undefined;
|
|
13998
13998
|
fixedContentType?: string | undefined;
|
|
13999
13999
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14099,7 +14099,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14099
14099
|
layoutGridRowField?: string | undefined;
|
|
14100
14100
|
layoutGridColumnField?: string | undefined;
|
|
14101
14101
|
layoutGridMaxRows?: number | undefined;
|
|
14102
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14102
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14103
14103
|
contentTypeField?: string | undefined;
|
|
14104
14104
|
fixedContentType?: string | undefined;
|
|
14105
14105
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14205,7 +14205,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14205
14205
|
layoutGridRowField?: string | undefined;
|
|
14206
14206
|
layoutGridColumnField?: string | undefined;
|
|
14207
14207
|
layoutGridMaxRows?: number | undefined;
|
|
14208
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14208
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14209
14209
|
contentTypeField?: string | undefined;
|
|
14210
14210
|
fixedContentType?: string | undefined;
|
|
14211
14211
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14311,7 +14311,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14311
14311
|
layoutGridRowField?: string | undefined;
|
|
14312
14312
|
layoutGridColumnField?: string | undefined;
|
|
14313
14313
|
layoutGridMaxRows?: number | undefined;
|
|
14314
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14314
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14315
14315
|
contentTypeField?: string | undefined;
|
|
14316
14316
|
fixedContentType?: string | undefined;
|
|
14317
14317
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14421,7 +14421,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14421
14421
|
layoutGridRowField?: string | undefined;
|
|
14422
14422
|
layoutGridColumnField?: string | undefined;
|
|
14423
14423
|
layoutGridMaxRows?: number | undefined;
|
|
14424
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14424
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14425
14425
|
contentTypeField?: string | undefined;
|
|
14426
14426
|
fixedContentType?: string | undefined;
|
|
14427
14427
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14527,7 +14527,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14527
14527
|
layoutGridRowField?: string | undefined;
|
|
14528
14528
|
layoutGridColumnField?: string | undefined;
|
|
14529
14529
|
layoutGridMaxRows?: number | undefined;
|
|
14530
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14530
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14531
14531
|
contentTypeField?: string | undefined;
|
|
14532
14532
|
fixedContentType?: string | undefined;
|
|
14533
14533
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14635,7 +14635,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14635
14635
|
layoutGridRowField?: string | undefined;
|
|
14636
14636
|
layoutGridColumnField?: string | undefined;
|
|
14637
14637
|
layoutGridMaxRows?: number | undefined;
|
|
14638
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14638
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14639
14639
|
contentTypeField?: string | undefined;
|
|
14640
14640
|
fixedContentType?: string | undefined;
|
|
14641
14641
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14741,7 +14741,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14741
14741
|
layoutGridRowField?: string | undefined;
|
|
14742
14742
|
layoutGridColumnField?: string | undefined;
|
|
14743
14743
|
layoutGridMaxRows?: number | undefined;
|
|
14744
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14744
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14745
14745
|
contentTypeField?: string | undefined;
|
|
14746
14746
|
fixedContentType?: string | undefined;
|
|
14747
14747
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14854,7 +14854,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14854
14854
|
layoutGridRowField?: string | undefined;
|
|
14855
14855
|
layoutGridColumnField?: string | undefined;
|
|
14856
14856
|
layoutGridMaxRows?: number | undefined;
|
|
14857
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14857
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14858
14858
|
contentTypeField?: string | undefined;
|
|
14859
14859
|
fixedContentType?: string | undefined;
|
|
14860
14860
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14966,7 +14966,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
14966
14966
|
layoutGridRowField?: string | undefined;
|
|
14967
14967
|
layoutGridColumnField?: string | undefined;
|
|
14968
14968
|
layoutGridMaxRows?: number | undefined;
|
|
14969
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14969
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14970
14970
|
contentTypeField?: string | undefined;
|
|
14971
14971
|
fixedContentType?: string | undefined;
|
|
14972
14972
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15072,7 +15072,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15072
15072
|
layoutGridRowField?: string | undefined;
|
|
15073
15073
|
layoutGridColumnField?: string | undefined;
|
|
15074
15074
|
layoutGridMaxRows?: number | undefined;
|
|
15075
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15075
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15076
15076
|
contentTypeField?: string | undefined;
|
|
15077
15077
|
fixedContentType?: string | undefined;
|
|
15078
15078
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15181,7 +15181,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15181
15181
|
layoutGridRowField?: string | undefined;
|
|
15182
15182
|
layoutGridColumnField?: string | undefined;
|
|
15183
15183
|
layoutGridMaxRows?: number | undefined;
|
|
15184
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15184
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15185
15185
|
contentTypeField?: string | undefined;
|
|
15186
15186
|
fixedContentType?: string | undefined;
|
|
15187
15187
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15292,7 +15292,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15292
15292
|
layoutGridRowField?: string | undefined;
|
|
15293
15293
|
layoutGridColumnField?: string | undefined;
|
|
15294
15294
|
layoutGridMaxRows?: number | undefined;
|
|
15295
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15295
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15296
15296
|
contentTypeField?: string | undefined;
|
|
15297
15297
|
fixedContentType?: string | undefined;
|
|
15298
15298
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15404,7 +15404,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15404
15404
|
layoutGridRowField?: string | undefined;
|
|
15405
15405
|
layoutGridColumnField?: string | undefined;
|
|
15406
15406
|
layoutGridMaxRows?: number | undefined;
|
|
15407
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15407
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15408
15408
|
contentTypeField?: string | undefined;
|
|
15409
15409
|
fixedContentType?: string | undefined;
|
|
15410
15410
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15510,7 +15510,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15510
15510
|
layoutGridRowField?: string | undefined;
|
|
15511
15511
|
layoutGridColumnField?: string | undefined;
|
|
15512
15512
|
layoutGridMaxRows?: number | undefined;
|
|
15513
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15513
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15514
15514
|
contentTypeField?: string | undefined;
|
|
15515
15515
|
fixedContentType?: string | undefined;
|
|
15516
15516
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15623,7 +15623,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15623
15623
|
layoutGridRowField?: string | undefined;
|
|
15624
15624
|
layoutGridColumnField?: string | undefined;
|
|
15625
15625
|
layoutGridMaxRows?: number | undefined;
|
|
15626
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15626
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15627
15627
|
contentTypeField?: string | undefined;
|
|
15628
15628
|
fixedContentType?: string | undefined;
|
|
15629
15629
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15730,7 +15730,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15730
15730
|
layoutGridRowField?: string | undefined;
|
|
15731
15731
|
layoutGridColumnField?: string | undefined;
|
|
15732
15732
|
layoutGridMaxRows?: number | undefined;
|
|
15733
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15733
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15734
15734
|
contentTypeField?: string | undefined;
|
|
15735
15735
|
fixedContentType?: string | undefined;
|
|
15736
15736
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15837,7 +15837,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15837
15837
|
layoutGridRowField?: string | undefined;
|
|
15838
15838
|
layoutGridColumnField?: string | undefined;
|
|
15839
15839
|
layoutGridMaxRows?: number | undefined;
|
|
15840
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15840
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15841
15841
|
contentTypeField?: string | undefined;
|
|
15842
15842
|
fixedContentType?: string | undefined;
|
|
15843
15843
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15945,7 +15945,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
15945
15945
|
layoutGridRowField?: string | undefined;
|
|
15946
15946
|
layoutGridColumnField?: string | undefined;
|
|
15947
15947
|
layoutGridMaxRows?: number | undefined;
|
|
15948
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15948
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15949
15949
|
contentTypeField?: string | undefined;
|
|
15950
15950
|
fixedContentType?: string | undefined;
|
|
15951
15951
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16051,7 +16051,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16051
16051
|
layoutGridRowField?: string | undefined;
|
|
16052
16052
|
layoutGridColumnField?: string | undefined;
|
|
16053
16053
|
layoutGridMaxRows?: number | undefined;
|
|
16054
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16054
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16055
16055
|
contentTypeField?: string | undefined;
|
|
16056
16056
|
fixedContentType?: string | undefined;
|
|
16057
16057
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16157,7 +16157,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16157
16157
|
layoutGridRowField?: string | undefined;
|
|
16158
16158
|
layoutGridColumnField?: string | undefined;
|
|
16159
16159
|
layoutGridMaxRows?: number | undefined;
|
|
16160
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16160
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16161
16161
|
contentTypeField?: string | undefined;
|
|
16162
16162
|
fixedContentType?: string | undefined;
|
|
16163
16163
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16263,7 +16263,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16263
16263
|
layoutGridRowField?: string | undefined;
|
|
16264
16264
|
layoutGridColumnField?: string | undefined;
|
|
16265
16265
|
layoutGridMaxRows?: number | undefined;
|
|
16266
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16266
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16267
16267
|
contentTypeField?: string | undefined;
|
|
16268
16268
|
fixedContentType?: string | undefined;
|
|
16269
16269
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16369,7 +16369,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16369
16369
|
layoutGridRowField?: string | undefined;
|
|
16370
16370
|
layoutGridColumnField?: string | undefined;
|
|
16371
16371
|
layoutGridMaxRows?: number | undefined;
|
|
16372
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16372
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16373
16373
|
contentTypeField?: string | undefined;
|
|
16374
16374
|
fixedContentType?: string | undefined;
|
|
16375
16375
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16475,7 +16475,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16475
16475
|
layoutGridRowField?: string | undefined;
|
|
16476
16476
|
layoutGridColumnField?: string | undefined;
|
|
16477
16477
|
layoutGridMaxRows?: number | undefined;
|
|
16478
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16478
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16479
16479
|
contentTypeField?: string | undefined;
|
|
16480
16480
|
fixedContentType?: string | undefined;
|
|
16481
16481
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16585,7 +16585,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16585
16585
|
layoutGridRowField?: string | undefined;
|
|
16586
16586
|
layoutGridColumnField?: string | undefined;
|
|
16587
16587
|
layoutGridMaxRows?: number | undefined;
|
|
16588
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16588
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16589
16589
|
contentTypeField?: string | undefined;
|
|
16590
16590
|
fixedContentType?: string | undefined;
|
|
16591
16591
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16691,7 +16691,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16691
16691
|
layoutGridRowField?: string | undefined;
|
|
16692
16692
|
layoutGridColumnField?: string | undefined;
|
|
16693
16693
|
layoutGridMaxRows?: number | undefined;
|
|
16694
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16694
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16695
16695
|
contentTypeField?: string | undefined;
|
|
16696
16696
|
fixedContentType?: string | undefined;
|
|
16697
16697
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16799,7 +16799,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16799
16799
|
layoutGridRowField?: string | undefined;
|
|
16800
16800
|
layoutGridColumnField?: string | undefined;
|
|
16801
16801
|
layoutGridMaxRows?: number | undefined;
|
|
16802
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16802
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16803
16803
|
contentTypeField?: string | undefined;
|
|
16804
16804
|
fixedContentType?: string | undefined;
|
|
16805
16805
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16905,7 +16905,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
16905
16905
|
layoutGridRowField?: string | undefined;
|
|
16906
16906
|
layoutGridColumnField?: string | undefined;
|
|
16907
16907
|
layoutGridMaxRows?: number | undefined;
|
|
16908
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16908
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16909
16909
|
contentTypeField?: string | undefined;
|
|
16910
16910
|
fixedContentType?: string | undefined;
|
|
16911
16911
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17029,7 +17029,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17029
17029
|
layoutGridRowField?: string | undefined;
|
|
17030
17030
|
layoutGridColumnField?: string | undefined;
|
|
17031
17031
|
layoutGridMaxRows?: number | undefined;
|
|
17032
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17032
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17033
17033
|
contentTypeField?: string | undefined;
|
|
17034
17034
|
fixedContentType?: string | undefined;
|
|
17035
17035
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17139,7 +17139,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17139
17139
|
layoutGridRowField?: string | undefined;
|
|
17140
17140
|
layoutGridColumnField?: string | undefined;
|
|
17141
17141
|
layoutGridMaxRows?: number | undefined;
|
|
17142
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17142
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17143
17143
|
contentTypeField?: string | undefined;
|
|
17144
17144
|
fixedContentType?: string | undefined;
|
|
17145
17145
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17261,7 +17261,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17261
17261
|
layoutGridRowField?: string | undefined;
|
|
17262
17262
|
layoutGridColumnField?: string | undefined;
|
|
17263
17263
|
layoutGridMaxRows?: number | undefined;
|
|
17264
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17264
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17265
17265
|
contentTypeField?: string | undefined;
|
|
17266
17266
|
fixedContentType?: string | undefined;
|
|
17267
17267
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17376,7 +17376,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17376
17376
|
layoutGridRowField?: string | undefined;
|
|
17377
17377
|
layoutGridColumnField?: string | undefined;
|
|
17378
17378
|
layoutGridMaxRows?: number | undefined;
|
|
17379
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17379
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17380
17380
|
contentTypeField?: string | undefined;
|
|
17381
17381
|
fixedContentType?: string | undefined;
|
|
17382
17382
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17483,7 +17483,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17483
17483
|
layoutGridRowField?: string | undefined;
|
|
17484
17484
|
layoutGridColumnField?: string | undefined;
|
|
17485
17485
|
layoutGridMaxRows?: number | undefined;
|
|
17486
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17486
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17487
17487
|
contentTypeField?: string | undefined;
|
|
17488
17488
|
fixedContentType?: string | undefined;
|
|
17489
17489
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17590,7 +17590,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17590
17590
|
layoutGridRowField?: string | undefined;
|
|
17591
17591
|
layoutGridColumnField?: string | undefined;
|
|
17592
17592
|
layoutGridMaxRows?: number | undefined;
|
|
17593
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17593
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17594
17594
|
contentTypeField?: string | undefined;
|
|
17595
17595
|
fixedContentType?: string | undefined;
|
|
17596
17596
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17698,7 +17698,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17698
17698
|
layoutGridRowField?: string | undefined;
|
|
17699
17699
|
layoutGridColumnField?: string | undefined;
|
|
17700
17700
|
layoutGridMaxRows?: number | undefined;
|
|
17701
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17701
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17702
17702
|
contentTypeField?: string | undefined;
|
|
17703
17703
|
fixedContentType?: string | undefined;
|
|
17704
17704
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17804,7 +17804,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17804
17804
|
layoutGridRowField?: string | undefined;
|
|
17805
17805
|
layoutGridColumnField?: string | undefined;
|
|
17806
17806
|
layoutGridMaxRows?: number | undefined;
|
|
17807
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17807
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17808
17808
|
contentTypeField?: string | undefined;
|
|
17809
17809
|
fixedContentType?: string | undefined;
|
|
17810
17810
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17910,7 +17910,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
17910
17910
|
layoutGridRowField?: string | undefined;
|
|
17911
17911
|
layoutGridColumnField?: string | undefined;
|
|
17912
17912
|
layoutGridMaxRows?: number | undefined;
|
|
17913
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17913
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17914
17914
|
contentTypeField?: string | undefined;
|
|
17915
17915
|
fixedContentType?: string | undefined;
|
|
17916
17916
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18016,7 +18016,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18016
18016
|
layoutGridRowField?: string | undefined;
|
|
18017
18017
|
layoutGridColumnField?: string | undefined;
|
|
18018
18018
|
layoutGridMaxRows?: number | undefined;
|
|
18019
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18019
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18020
18020
|
contentTypeField?: string | undefined;
|
|
18021
18021
|
fixedContentType?: string | undefined;
|
|
18022
18022
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18122,7 +18122,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18122
18122
|
layoutGridRowField?: string | undefined;
|
|
18123
18123
|
layoutGridColumnField?: string | undefined;
|
|
18124
18124
|
layoutGridMaxRows?: number | undefined;
|
|
18125
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18125
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18126
18126
|
contentTypeField?: string | undefined;
|
|
18127
18127
|
fixedContentType?: string | undefined;
|
|
18128
18128
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18228,7 +18228,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18228
18228
|
layoutGridRowField?: string | undefined;
|
|
18229
18229
|
layoutGridColumnField?: string | undefined;
|
|
18230
18230
|
layoutGridMaxRows?: number | undefined;
|
|
18231
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18231
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18232
18232
|
contentTypeField?: string | undefined;
|
|
18233
18233
|
fixedContentType?: string | undefined;
|
|
18234
18234
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18338,7 +18338,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18338
18338
|
layoutGridRowField?: string | undefined;
|
|
18339
18339
|
layoutGridColumnField?: string | undefined;
|
|
18340
18340
|
layoutGridMaxRows?: number | undefined;
|
|
18341
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18341
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18342
18342
|
contentTypeField?: string | undefined;
|
|
18343
18343
|
fixedContentType?: string | undefined;
|
|
18344
18344
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18444,7 +18444,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18444
18444
|
layoutGridRowField?: string | undefined;
|
|
18445
18445
|
layoutGridColumnField?: string | undefined;
|
|
18446
18446
|
layoutGridMaxRows?: number | undefined;
|
|
18447
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18447
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18448
18448
|
contentTypeField?: string | undefined;
|
|
18449
18449
|
fixedContentType?: string | undefined;
|
|
18450
18450
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18552,7 +18552,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18552
18552
|
layoutGridRowField?: string | undefined;
|
|
18553
18553
|
layoutGridColumnField?: string | undefined;
|
|
18554
18554
|
layoutGridMaxRows?: number | undefined;
|
|
18555
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18555
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18556
18556
|
contentTypeField?: string | undefined;
|
|
18557
18557
|
fixedContentType?: string | undefined;
|
|
18558
18558
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18658,7 +18658,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18658
18658
|
layoutGridRowField?: string | undefined;
|
|
18659
18659
|
layoutGridColumnField?: string | undefined;
|
|
18660
18660
|
layoutGridMaxRows?: number | undefined;
|
|
18661
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18661
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18662
18662
|
contentTypeField?: string | undefined;
|
|
18663
18663
|
fixedContentType?: string | undefined;
|
|
18664
18664
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18771,7 +18771,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18771
18771
|
layoutGridRowField?: string | undefined;
|
|
18772
18772
|
layoutGridColumnField?: string | undefined;
|
|
18773
18773
|
layoutGridMaxRows?: number | undefined;
|
|
18774
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18774
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18775
18775
|
contentTypeField?: string | undefined;
|
|
18776
18776
|
fixedContentType?: string | undefined;
|
|
18777
18777
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18883,7 +18883,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18883
18883
|
layoutGridRowField?: string | undefined;
|
|
18884
18884
|
layoutGridColumnField?: string | undefined;
|
|
18885
18885
|
layoutGridMaxRows?: number | undefined;
|
|
18886
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18886
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18887
18887
|
contentTypeField?: string | undefined;
|
|
18888
18888
|
fixedContentType?: string | undefined;
|
|
18889
18889
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18989,7 +18989,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
18989
18989
|
layoutGridRowField?: string | undefined;
|
|
18990
18990
|
layoutGridColumnField?: string | undefined;
|
|
18991
18991
|
layoutGridMaxRows?: number | undefined;
|
|
18992
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18992
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18993
18993
|
contentTypeField?: string | undefined;
|
|
18994
18994
|
fixedContentType?: string | undefined;
|
|
18995
18995
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19102,7 +19102,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19102
19102
|
layoutGridRowField?: string | undefined;
|
|
19103
19103
|
layoutGridColumnField?: string | undefined;
|
|
19104
19104
|
layoutGridMaxRows?: number | undefined;
|
|
19105
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19105
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19106
19106
|
contentTypeField?: string | undefined;
|
|
19107
19107
|
fixedContentType?: string | undefined;
|
|
19108
19108
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19209,7 +19209,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19209
19209
|
layoutGridRowField?: string | undefined;
|
|
19210
19210
|
layoutGridColumnField?: string | undefined;
|
|
19211
19211
|
layoutGridMaxRows?: number | undefined;
|
|
19212
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19212
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19213
19213
|
contentTypeField?: string | undefined;
|
|
19214
19214
|
fixedContentType?: string | undefined;
|
|
19215
19215
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19316,7 +19316,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19316
19316
|
layoutGridRowField?: string | undefined;
|
|
19317
19317
|
layoutGridColumnField?: string | undefined;
|
|
19318
19318
|
layoutGridMaxRows?: number | undefined;
|
|
19319
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19319
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19320
19320
|
contentTypeField?: string | undefined;
|
|
19321
19321
|
fixedContentType?: string | undefined;
|
|
19322
19322
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19424,7 +19424,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19424
19424
|
layoutGridRowField?: string | undefined;
|
|
19425
19425
|
layoutGridColumnField?: string | undefined;
|
|
19426
19426
|
layoutGridMaxRows?: number | undefined;
|
|
19427
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19427
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19428
19428
|
contentTypeField?: string | undefined;
|
|
19429
19429
|
fixedContentType?: string | undefined;
|
|
19430
19430
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19530,7 +19530,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19530
19530
|
layoutGridRowField?: string | undefined;
|
|
19531
19531
|
layoutGridColumnField?: string | undefined;
|
|
19532
19532
|
layoutGridMaxRows?: number | undefined;
|
|
19533
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19533
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19534
19534
|
contentTypeField?: string | undefined;
|
|
19535
19535
|
fixedContentType?: string | undefined;
|
|
19536
19536
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19636,7 +19636,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19636
19636
|
layoutGridRowField?: string | undefined;
|
|
19637
19637
|
layoutGridColumnField?: string | undefined;
|
|
19638
19638
|
layoutGridMaxRows?: number | undefined;
|
|
19639
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19639
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19640
19640
|
contentTypeField?: string | undefined;
|
|
19641
19641
|
fixedContentType?: string | undefined;
|
|
19642
19642
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19742,7 +19742,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19742
19742
|
layoutGridRowField?: string | undefined;
|
|
19743
19743
|
layoutGridColumnField?: string | undefined;
|
|
19744
19744
|
layoutGridMaxRows?: number | undefined;
|
|
19745
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19745
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19746
19746
|
contentTypeField?: string | undefined;
|
|
19747
19747
|
fixedContentType?: string | undefined;
|
|
19748
19748
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19848,7 +19848,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19848
19848
|
layoutGridRowField?: string | undefined;
|
|
19849
19849
|
layoutGridColumnField?: string | undefined;
|
|
19850
19850
|
layoutGridMaxRows?: number | undefined;
|
|
19851
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19851
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19852
19852
|
contentTypeField?: string | undefined;
|
|
19853
19853
|
fixedContentType?: string | undefined;
|
|
19854
19854
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19954,7 +19954,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
19954
19954
|
layoutGridRowField?: string | undefined;
|
|
19955
19955
|
layoutGridColumnField?: string | undefined;
|
|
19956
19956
|
layoutGridMaxRows?: number | undefined;
|
|
19957
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19957
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19958
19958
|
contentTypeField?: string | undefined;
|
|
19959
19959
|
fixedContentType?: string | undefined;
|
|
19960
19960
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20064,7 +20064,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20064
20064
|
layoutGridRowField?: string | undefined;
|
|
20065
20065
|
layoutGridColumnField?: string | undefined;
|
|
20066
20066
|
layoutGridMaxRows?: number | undefined;
|
|
20067
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20067
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20068
20068
|
contentTypeField?: string | undefined;
|
|
20069
20069
|
fixedContentType?: string | undefined;
|
|
20070
20070
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20170,7 +20170,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20170
20170
|
layoutGridRowField?: string | undefined;
|
|
20171
20171
|
layoutGridColumnField?: string | undefined;
|
|
20172
20172
|
layoutGridMaxRows?: number | undefined;
|
|
20173
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20173
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20174
20174
|
contentTypeField?: string | undefined;
|
|
20175
20175
|
fixedContentType?: string | undefined;
|
|
20176
20176
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20278,7 +20278,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20278
20278
|
layoutGridRowField?: string | undefined;
|
|
20279
20279
|
layoutGridColumnField?: string | undefined;
|
|
20280
20280
|
layoutGridMaxRows?: number | undefined;
|
|
20281
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20281
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20282
20282
|
contentTypeField?: string | undefined;
|
|
20283
20283
|
fixedContentType?: string | undefined;
|
|
20284
20284
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20384,7 +20384,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20384
20384
|
layoutGridRowField?: string | undefined;
|
|
20385
20385
|
layoutGridColumnField?: string | undefined;
|
|
20386
20386
|
layoutGridMaxRows?: number | undefined;
|
|
20387
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20387
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20388
20388
|
contentTypeField?: string | undefined;
|
|
20389
20389
|
fixedContentType?: string | undefined;
|
|
20390
20390
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20497,7 +20497,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20497
20497
|
layoutGridRowField?: string | undefined;
|
|
20498
20498
|
layoutGridColumnField?: string | undefined;
|
|
20499
20499
|
layoutGridMaxRows?: number | undefined;
|
|
20500
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20500
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20501
20501
|
contentTypeField?: string | undefined;
|
|
20502
20502
|
fixedContentType?: string | undefined;
|
|
20503
20503
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20609,7 +20609,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20609
20609
|
layoutGridRowField?: string | undefined;
|
|
20610
20610
|
layoutGridColumnField?: string | undefined;
|
|
20611
20611
|
layoutGridMaxRows?: number | undefined;
|
|
20612
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20612
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20613
20613
|
contentTypeField?: string | undefined;
|
|
20614
20614
|
fixedContentType?: string | undefined;
|
|
20615
20615
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20715,7 +20715,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20715
20715
|
layoutGridRowField?: string | undefined;
|
|
20716
20716
|
layoutGridColumnField?: string | undefined;
|
|
20717
20717
|
layoutGridMaxRows?: number | undefined;
|
|
20718
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20718
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20719
20719
|
contentTypeField?: string | undefined;
|
|
20720
20720
|
fixedContentType?: string | undefined;
|
|
20721
20721
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20824,7 +20824,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20824
20824
|
layoutGridRowField?: string | undefined;
|
|
20825
20825
|
layoutGridColumnField?: string | undefined;
|
|
20826
20826
|
layoutGridMaxRows?: number | undefined;
|
|
20827
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20827
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20828
20828
|
contentTypeField?: string | undefined;
|
|
20829
20829
|
fixedContentType?: string | undefined;
|
|
20830
20830
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20935,7 +20935,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
20935
20935
|
layoutGridRowField?: string | undefined;
|
|
20936
20936
|
layoutGridColumnField?: string | undefined;
|
|
20937
20937
|
layoutGridMaxRows?: number | undefined;
|
|
20938
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20938
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20939
20939
|
contentTypeField?: string | undefined;
|
|
20940
20940
|
fixedContentType?: string | undefined;
|
|
20941
20941
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21047,7 +21047,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21047
21047
|
layoutGridRowField?: string | undefined;
|
|
21048
21048
|
layoutGridColumnField?: string | undefined;
|
|
21049
21049
|
layoutGridMaxRows?: number | undefined;
|
|
21050
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21050
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21051
21051
|
contentTypeField?: string | undefined;
|
|
21052
21052
|
fixedContentType?: string | undefined;
|
|
21053
21053
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21153,7 +21153,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21153
21153
|
layoutGridRowField?: string | undefined;
|
|
21154
21154
|
layoutGridColumnField?: string | undefined;
|
|
21155
21155
|
layoutGridMaxRows?: number | undefined;
|
|
21156
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21156
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21157
21157
|
contentTypeField?: string | undefined;
|
|
21158
21158
|
fixedContentType?: string | undefined;
|
|
21159
21159
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21259,7 +21259,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21259
21259
|
layoutGridRowField?: string | undefined;
|
|
21260
21260
|
layoutGridColumnField?: string | undefined;
|
|
21261
21261
|
layoutGridMaxRows?: number | undefined;
|
|
21262
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21262
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21263
21263
|
contentTypeField?: string | undefined;
|
|
21264
21264
|
fixedContentType?: string | undefined;
|
|
21265
21265
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21380,7 +21380,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21380
21380
|
layoutGridRowField?: string | undefined;
|
|
21381
21381
|
layoutGridColumnField?: string | undefined;
|
|
21382
21382
|
layoutGridMaxRows?: number | undefined;
|
|
21383
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21383
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21384
21384
|
contentTypeField?: string | undefined;
|
|
21385
21385
|
fixedContentType?: string | undefined;
|
|
21386
21386
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21490,7 +21490,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21490
21490
|
layoutGridRowField?: string | undefined;
|
|
21491
21491
|
layoutGridColumnField?: string | undefined;
|
|
21492
21492
|
layoutGridMaxRows?: number | undefined;
|
|
21493
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21493
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21494
21494
|
contentTypeField?: string | undefined;
|
|
21495
21495
|
fixedContentType?: string | undefined;
|
|
21496
21496
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21612,7 +21612,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21612
21612
|
layoutGridRowField?: string | undefined;
|
|
21613
21613
|
layoutGridColumnField?: string | undefined;
|
|
21614
21614
|
layoutGridMaxRows?: number | undefined;
|
|
21615
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21615
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21616
21616
|
contentTypeField?: string | undefined;
|
|
21617
21617
|
fixedContentType?: string | undefined;
|
|
21618
21618
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21727,7 +21727,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21727
21727
|
layoutGridRowField?: string | undefined;
|
|
21728
21728
|
layoutGridColumnField?: string | undefined;
|
|
21729
21729
|
layoutGridMaxRows?: number | undefined;
|
|
21730
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21730
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21731
21731
|
contentTypeField?: string | undefined;
|
|
21732
21732
|
fixedContentType?: string | undefined;
|
|
21733
21733
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21834,7 +21834,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21834
21834
|
layoutGridRowField?: string | undefined;
|
|
21835
21835
|
layoutGridColumnField?: string | undefined;
|
|
21836
21836
|
layoutGridMaxRows?: number | undefined;
|
|
21837
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21837
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21838
21838
|
contentTypeField?: string | undefined;
|
|
21839
21839
|
fixedContentType?: string | undefined;
|
|
21840
21840
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21941,7 +21941,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
21941
21941
|
layoutGridRowField?: string | undefined;
|
|
21942
21942
|
layoutGridColumnField?: string | undefined;
|
|
21943
21943
|
layoutGridMaxRows?: number | undefined;
|
|
21944
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21944
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21945
21945
|
contentTypeField?: string | undefined;
|
|
21946
21946
|
fixedContentType?: string | undefined;
|
|
21947
21947
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22049,7 +22049,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22049
22049
|
layoutGridRowField?: string | undefined;
|
|
22050
22050
|
layoutGridColumnField?: string | undefined;
|
|
22051
22051
|
layoutGridMaxRows?: number | undefined;
|
|
22052
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22052
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22053
22053
|
contentTypeField?: string | undefined;
|
|
22054
22054
|
fixedContentType?: string | undefined;
|
|
22055
22055
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22155,7 +22155,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22155
22155
|
layoutGridRowField?: string | undefined;
|
|
22156
22156
|
layoutGridColumnField?: string | undefined;
|
|
22157
22157
|
layoutGridMaxRows?: number | undefined;
|
|
22158
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22158
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22159
22159
|
contentTypeField?: string | undefined;
|
|
22160
22160
|
fixedContentType?: string | undefined;
|
|
22161
22161
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22261,7 +22261,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22261
22261
|
layoutGridRowField?: string | undefined;
|
|
22262
22262
|
layoutGridColumnField?: string | undefined;
|
|
22263
22263
|
layoutGridMaxRows?: number | undefined;
|
|
22264
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22264
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22265
22265
|
contentTypeField?: string | undefined;
|
|
22266
22266
|
fixedContentType?: string | undefined;
|
|
22267
22267
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22367,7 +22367,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22367
22367
|
layoutGridRowField?: string | undefined;
|
|
22368
22368
|
layoutGridColumnField?: string | undefined;
|
|
22369
22369
|
layoutGridMaxRows?: number | undefined;
|
|
22370
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22370
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22371
22371
|
contentTypeField?: string | undefined;
|
|
22372
22372
|
fixedContentType?: string | undefined;
|
|
22373
22373
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22473,7 +22473,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22473
22473
|
layoutGridRowField?: string | undefined;
|
|
22474
22474
|
layoutGridColumnField?: string | undefined;
|
|
22475
22475
|
layoutGridMaxRows?: number | undefined;
|
|
22476
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22476
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22477
22477
|
contentTypeField?: string | undefined;
|
|
22478
22478
|
fixedContentType?: string | undefined;
|
|
22479
22479
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22579,7 +22579,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22579
22579
|
layoutGridRowField?: string | undefined;
|
|
22580
22580
|
layoutGridColumnField?: string | undefined;
|
|
22581
22581
|
layoutGridMaxRows?: number | undefined;
|
|
22582
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22582
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22583
22583
|
contentTypeField?: string | undefined;
|
|
22584
22584
|
fixedContentType?: string | undefined;
|
|
22585
22585
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22689,7 +22689,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22689
22689
|
layoutGridRowField?: string | undefined;
|
|
22690
22690
|
layoutGridColumnField?: string | undefined;
|
|
22691
22691
|
layoutGridMaxRows?: number | undefined;
|
|
22692
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22692
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22693
22693
|
contentTypeField?: string | undefined;
|
|
22694
22694
|
fixedContentType?: string | undefined;
|
|
22695
22695
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22795,7 +22795,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22795
22795
|
layoutGridRowField?: string | undefined;
|
|
22796
22796
|
layoutGridColumnField?: string | undefined;
|
|
22797
22797
|
layoutGridMaxRows?: number | undefined;
|
|
22798
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22798
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22799
22799
|
contentTypeField?: string | undefined;
|
|
22800
22800
|
fixedContentType?: string | undefined;
|
|
22801
22801
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22903,7 +22903,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
22903
22903
|
layoutGridRowField?: string | undefined;
|
|
22904
22904
|
layoutGridColumnField?: string | undefined;
|
|
22905
22905
|
layoutGridMaxRows?: number | undefined;
|
|
22906
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22906
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22907
22907
|
contentTypeField?: string | undefined;
|
|
22908
22908
|
fixedContentType?: string | undefined;
|
|
22909
22909
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23009,7 +23009,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23009
23009
|
layoutGridRowField?: string | undefined;
|
|
23010
23010
|
layoutGridColumnField?: string | undefined;
|
|
23011
23011
|
layoutGridMaxRows?: number | undefined;
|
|
23012
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23012
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23013
23013
|
contentTypeField?: string | undefined;
|
|
23014
23014
|
fixedContentType?: string | undefined;
|
|
23015
23015
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23131,7 +23131,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23131
23131
|
layoutGridRowField?: string | undefined;
|
|
23132
23132
|
layoutGridColumnField?: string | undefined;
|
|
23133
23133
|
layoutGridMaxRows?: number | undefined;
|
|
23134
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23134
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23135
23135
|
contentTypeField?: string | undefined;
|
|
23136
23136
|
fixedContentType?: string | undefined;
|
|
23137
23137
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23246,7 +23246,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23246
23246
|
layoutGridRowField?: string | undefined;
|
|
23247
23247
|
layoutGridColumnField?: string | undefined;
|
|
23248
23248
|
layoutGridMaxRows?: number | undefined;
|
|
23249
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23249
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23250
23250
|
contentTypeField?: string | undefined;
|
|
23251
23251
|
fixedContentType?: string | undefined;
|
|
23252
23252
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23353,7 +23353,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23353
23353
|
layoutGridRowField?: string | undefined;
|
|
23354
23354
|
layoutGridColumnField?: string | undefined;
|
|
23355
23355
|
layoutGridMaxRows?: number | undefined;
|
|
23356
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23356
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23357
23357
|
contentTypeField?: string | undefined;
|
|
23358
23358
|
fixedContentType?: string | undefined;
|
|
23359
23359
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23460,7 +23460,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23460
23460
|
layoutGridRowField?: string | undefined;
|
|
23461
23461
|
layoutGridColumnField?: string | undefined;
|
|
23462
23462
|
layoutGridMaxRows?: number | undefined;
|
|
23463
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23463
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23464
23464
|
contentTypeField?: string | undefined;
|
|
23465
23465
|
fixedContentType?: string | undefined;
|
|
23466
23466
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23568,7 +23568,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23568
23568
|
layoutGridRowField?: string | undefined;
|
|
23569
23569
|
layoutGridColumnField?: string | undefined;
|
|
23570
23570
|
layoutGridMaxRows?: number | undefined;
|
|
23571
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23571
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23572
23572
|
contentTypeField?: string | undefined;
|
|
23573
23573
|
fixedContentType?: string | undefined;
|
|
23574
23574
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23674,7 +23674,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23674
23674
|
layoutGridRowField?: string | undefined;
|
|
23675
23675
|
layoutGridColumnField?: string | undefined;
|
|
23676
23676
|
layoutGridMaxRows?: number | undefined;
|
|
23677
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23677
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23678
23678
|
contentTypeField?: string | undefined;
|
|
23679
23679
|
fixedContentType?: string | undefined;
|
|
23680
23680
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23780,7 +23780,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23780
23780
|
layoutGridRowField?: string | undefined;
|
|
23781
23781
|
layoutGridColumnField?: string | undefined;
|
|
23782
23782
|
layoutGridMaxRows?: number | undefined;
|
|
23783
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23783
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23784
23784
|
contentTypeField?: string | undefined;
|
|
23785
23785
|
fixedContentType?: string | undefined;
|
|
23786
23786
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23886,7 +23886,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23886
23886
|
layoutGridRowField?: string | undefined;
|
|
23887
23887
|
layoutGridColumnField?: string | undefined;
|
|
23888
23888
|
layoutGridMaxRows?: number | undefined;
|
|
23889
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23889
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23890
23890
|
contentTypeField?: string | undefined;
|
|
23891
23891
|
fixedContentType?: string | undefined;
|
|
23892
23892
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23992,7 +23992,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
23992
23992
|
layoutGridRowField?: string | undefined;
|
|
23993
23993
|
layoutGridColumnField?: string | undefined;
|
|
23994
23994
|
layoutGridMaxRows?: number | undefined;
|
|
23995
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23995
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23996
23996
|
contentTypeField?: string | undefined;
|
|
23997
23997
|
fixedContentType?: string | undefined;
|
|
23998
23998
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24098,7 +24098,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24098
24098
|
layoutGridRowField?: string | undefined;
|
|
24099
24099
|
layoutGridColumnField?: string | undefined;
|
|
24100
24100
|
layoutGridMaxRows?: number | undefined;
|
|
24101
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24101
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24102
24102
|
contentTypeField?: string | undefined;
|
|
24103
24103
|
fixedContentType?: string | undefined;
|
|
24104
24104
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24208,7 +24208,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24208
24208
|
layoutGridRowField?: string | undefined;
|
|
24209
24209
|
layoutGridColumnField?: string | undefined;
|
|
24210
24210
|
layoutGridMaxRows?: number | undefined;
|
|
24211
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24211
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24212
24212
|
contentTypeField?: string | undefined;
|
|
24213
24213
|
fixedContentType?: string | undefined;
|
|
24214
24214
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24314,7 +24314,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24314
24314
|
layoutGridRowField?: string | undefined;
|
|
24315
24315
|
layoutGridColumnField?: string | undefined;
|
|
24316
24316
|
layoutGridMaxRows?: number | undefined;
|
|
24317
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24317
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24318
24318
|
contentTypeField?: string | undefined;
|
|
24319
24319
|
fixedContentType?: string | undefined;
|
|
24320
24320
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24422,7 +24422,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24422
24422
|
layoutGridRowField?: string | undefined;
|
|
24423
24423
|
layoutGridColumnField?: string | undefined;
|
|
24424
24424
|
layoutGridMaxRows?: number | undefined;
|
|
24425
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24425
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24426
24426
|
contentTypeField?: string | undefined;
|
|
24427
24427
|
fixedContentType?: string | undefined;
|
|
24428
24428
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24528,7 +24528,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24528
24528
|
layoutGridRowField?: string | undefined;
|
|
24529
24529
|
layoutGridColumnField?: string | undefined;
|
|
24530
24530
|
layoutGridMaxRows?: number | undefined;
|
|
24531
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24531
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24532
24532
|
contentTypeField?: string | undefined;
|
|
24533
24533
|
fixedContentType?: string | undefined;
|
|
24534
24534
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24641,7 +24641,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24641
24641
|
layoutGridRowField?: string | undefined;
|
|
24642
24642
|
layoutGridColumnField?: string | undefined;
|
|
24643
24643
|
layoutGridMaxRows?: number | undefined;
|
|
24644
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24644
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24645
24645
|
contentTypeField?: string | undefined;
|
|
24646
24646
|
fixedContentType?: string | undefined;
|
|
24647
24647
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24753,7 +24753,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24753
24753
|
layoutGridRowField?: string | undefined;
|
|
24754
24754
|
layoutGridColumnField?: string | undefined;
|
|
24755
24755
|
layoutGridMaxRows?: number | undefined;
|
|
24756
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24756
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24757
24757
|
contentTypeField?: string | undefined;
|
|
24758
24758
|
fixedContentType?: string | undefined;
|
|
24759
24759
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24859,7 +24859,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24859
24859
|
layoutGridRowField?: string | undefined;
|
|
24860
24860
|
layoutGridColumnField?: string | undefined;
|
|
24861
24861
|
layoutGridMaxRows?: number | undefined;
|
|
24862
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24862
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24863
24863
|
contentTypeField?: string | undefined;
|
|
24864
24864
|
fixedContentType?: string | undefined;
|
|
24865
24865
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24965,7 +24965,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
24965
24965
|
layoutGridRowField?: string | undefined;
|
|
24966
24966
|
layoutGridColumnField?: string | undefined;
|
|
24967
24967
|
layoutGridMaxRows?: number | undefined;
|
|
24968
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24968
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24969
24969
|
contentTypeField?: string | undefined;
|
|
24970
24970
|
fixedContentType?: string | undefined;
|
|
24971
24971
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25075,7 +25075,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25075
25075
|
layoutGridRowField?: string | undefined;
|
|
25076
25076
|
layoutGridColumnField?: string | undefined;
|
|
25077
25077
|
layoutGridMaxRows?: number | undefined;
|
|
25078
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25078
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25079
25079
|
contentTypeField?: string | undefined;
|
|
25080
25080
|
fixedContentType?: string | undefined;
|
|
25081
25081
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25187,7 +25187,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25187
25187
|
layoutGridRowField?: string | undefined;
|
|
25188
25188
|
layoutGridColumnField?: string | undefined;
|
|
25189
25189
|
layoutGridMaxRows?: number | undefined;
|
|
25190
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25190
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25191
25191
|
contentTypeField?: string | undefined;
|
|
25192
25192
|
fixedContentType?: string | undefined;
|
|
25193
25193
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25293,7 +25293,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25293
25293
|
layoutGridRowField?: string | undefined;
|
|
25294
25294
|
layoutGridColumnField?: string | undefined;
|
|
25295
25295
|
layoutGridMaxRows?: number | undefined;
|
|
25296
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25296
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25297
25297
|
contentTypeField?: string | undefined;
|
|
25298
25298
|
fixedContentType?: string | undefined;
|
|
25299
25299
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25406,7 +25406,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25406
25406
|
layoutGridRowField?: string | undefined;
|
|
25407
25407
|
layoutGridColumnField?: string | undefined;
|
|
25408
25408
|
layoutGridMaxRows?: number | undefined;
|
|
25409
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25409
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25410
25410
|
contentTypeField?: string | undefined;
|
|
25411
25411
|
fixedContentType?: string | undefined;
|
|
25412
25412
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25513,7 +25513,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25513
25513
|
layoutGridRowField?: string | undefined;
|
|
25514
25514
|
layoutGridColumnField?: string | undefined;
|
|
25515
25515
|
layoutGridMaxRows?: number | undefined;
|
|
25516
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25516
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25517
25517
|
contentTypeField?: string | undefined;
|
|
25518
25518
|
fixedContentType?: string | undefined;
|
|
25519
25519
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25620,7 +25620,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25620
25620
|
layoutGridRowField?: string | undefined;
|
|
25621
25621
|
layoutGridColumnField?: string | undefined;
|
|
25622
25622
|
layoutGridMaxRows?: number | undefined;
|
|
25623
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25623
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25624
25624
|
contentTypeField?: string | undefined;
|
|
25625
25625
|
fixedContentType?: string | undefined;
|
|
25626
25626
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25728,7 +25728,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25728
25728
|
layoutGridRowField?: string | undefined;
|
|
25729
25729
|
layoutGridColumnField?: string | undefined;
|
|
25730
25730
|
layoutGridMaxRows?: number | undefined;
|
|
25731
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25731
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25732
25732
|
contentTypeField?: string | undefined;
|
|
25733
25733
|
fixedContentType?: string | undefined;
|
|
25734
25734
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25834,7 +25834,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25834
25834
|
layoutGridRowField?: string | undefined;
|
|
25835
25835
|
layoutGridColumnField?: string | undefined;
|
|
25836
25836
|
layoutGridMaxRows?: number | undefined;
|
|
25837
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25837
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25838
25838
|
contentTypeField?: string | undefined;
|
|
25839
25839
|
fixedContentType?: string | undefined;
|
|
25840
25840
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25940,7 +25940,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
25940
25940
|
layoutGridRowField?: string | undefined;
|
|
25941
25941
|
layoutGridColumnField?: string | undefined;
|
|
25942
25942
|
layoutGridMaxRows?: number | undefined;
|
|
25943
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25943
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25944
25944
|
contentTypeField?: string | undefined;
|
|
25945
25945
|
fixedContentType?: string | undefined;
|
|
25946
25946
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26046,7 +26046,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26046
26046
|
layoutGridRowField?: string | undefined;
|
|
26047
26047
|
layoutGridColumnField?: string | undefined;
|
|
26048
26048
|
layoutGridMaxRows?: number | undefined;
|
|
26049
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26049
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26050
26050
|
contentTypeField?: string | undefined;
|
|
26051
26051
|
fixedContentType?: string | undefined;
|
|
26052
26052
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26152,7 +26152,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26152
26152
|
layoutGridRowField?: string | undefined;
|
|
26153
26153
|
layoutGridColumnField?: string | undefined;
|
|
26154
26154
|
layoutGridMaxRows?: number | undefined;
|
|
26155
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26155
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26156
26156
|
contentTypeField?: string | undefined;
|
|
26157
26157
|
fixedContentType?: string | undefined;
|
|
26158
26158
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26258,7 +26258,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26258
26258
|
layoutGridRowField?: string | undefined;
|
|
26259
26259
|
layoutGridColumnField?: string | undefined;
|
|
26260
26260
|
layoutGridMaxRows?: number | undefined;
|
|
26261
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26261
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26262
26262
|
contentTypeField?: string | undefined;
|
|
26263
26263
|
fixedContentType?: string | undefined;
|
|
26264
26264
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26368,7 +26368,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26368
26368
|
layoutGridRowField?: string | undefined;
|
|
26369
26369
|
layoutGridColumnField?: string | undefined;
|
|
26370
26370
|
layoutGridMaxRows?: number | undefined;
|
|
26371
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26371
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26372
26372
|
contentTypeField?: string | undefined;
|
|
26373
26373
|
fixedContentType?: string | undefined;
|
|
26374
26374
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26474,7 +26474,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26474
26474
|
layoutGridRowField?: string | undefined;
|
|
26475
26475
|
layoutGridColumnField?: string | undefined;
|
|
26476
26476
|
layoutGridMaxRows?: number | undefined;
|
|
26477
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26477
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26478
26478
|
contentTypeField?: string | undefined;
|
|
26479
26479
|
fixedContentType?: string | undefined;
|
|
26480
26480
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26582,7 +26582,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26582
26582
|
layoutGridRowField?: string | undefined;
|
|
26583
26583
|
layoutGridColumnField?: string | undefined;
|
|
26584
26584
|
layoutGridMaxRows?: number | undefined;
|
|
26585
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26585
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26586
26586
|
contentTypeField?: string | undefined;
|
|
26587
26587
|
fixedContentType?: string | undefined;
|
|
26588
26588
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26688,7 +26688,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26688
26688
|
layoutGridRowField?: string | undefined;
|
|
26689
26689
|
layoutGridColumnField?: string | undefined;
|
|
26690
26690
|
layoutGridMaxRows?: number | undefined;
|
|
26691
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26691
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26692
26692
|
contentTypeField?: string | undefined;
|
|
26693
26693
|
fixedContentType?: string | undefined;
|
|
26694
26694
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26810,7 +26810,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26810
26810
|
layoutGridRowField?: string | undefined;
|
|
26811
26811
|
layoutGridColumnField?: string | undefined;
|
|
26812
26812
|
layoutGridMaxRows?: number | undefined;
|
|
26813
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26813
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26814
26814
|
contentTypeField?: string | undefined;
|
|
26815
26815
|
fixedContentType?: string | undefined;
|
|
26816
26816
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26920,7 +26920,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
26920
26920
|
layoutGridRowField?: string | undefined;
|
|
26921
26921
|
layoutGridColumnField?: string | undefined;
|
|
26922
26922
|
layoutGridMaxRows?: number | undefined;
|
|
26923
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26923
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26924
26924
|
contentTypeField?: string | undefined;
|
|
26925
26925
|
fixedContentType?: string | undefined;
|
|
26926
26926
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27042,7 +27042,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27042
27042
|
layoutGridRowField?: string | undefined;
|
|
27043
27043
|
layoutGridColumnField?: string | undefined;
|
|
27044
27044
|
layoutGridMaxRows?: number | undefined;
|
|
27045
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27045
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27046
27046
|
contentTypeField?: string | undefined;
|
|
27047
27047
|
fixedContentType?: string | undefined;
|
|
27048
27048
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27157,7 +27157,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27157
27157
|
layoutGridRowField?: string | undefined;
|
|
27158
27158
|
layoutGridColumnField?: string | undefined;
|
|
27159
27159
|
layoutGridMaxRows?: number | undefined;
|
|
27160
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27160
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27161
27161
|
contentTypeField?: string | undefined;
|
|
27162
27162
|
fixedContentType?: string | undefined;
|
|
27163
27163
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27264,7 +27264,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27264
27264
|
layoutGridRowField?: string | undefined;
|
|
27265
27265
|
layoutGridColumnField?: string | undefined;
|
|
27266
27266
|
layoutGridMaxRows?: number | undefined;
|
|
27267
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27267
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27268
27268
|
contentTypeField?: string | undefined;
|
|
27269
27269
|
fixedContentType?: string | undefined;
|
|
27270
27270
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27371,7 +27371,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27371
27371
|
layoutGridRowField?: string | undefined;
|
|
27372
27372
|
layoutGridColumnField?: string | undefined;
|
|
27373
27373
|
layoutGridMaxRows?: number | undefined;
|
|
27374
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27374
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27375
27375
|
contentTypeField?: string | undefined;
|
|
27376
27376
|
fixedContentType?: string | undefined;
|
|
27377
27377
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27479,7 +27479,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27479
27479
|
layoutGridRowField?: string | undefined;
|
|
27480
27480
|
layoutGridColumnField?: string | undefined;
|
|
27481
27481
|
layoutGridMaxRows?: number | undefined;
|
|
27482
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27482
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27483
27483
|
contentTypeField?: string | undefined;
|
|
27484
27484
|
fixedContentType?: string | undefined;
|
|
27485
27485
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27585,7 +27585,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27585
27585
|
layoutGridRowField?: string | undefined;
|
|
27586
27586
|
layoutGridColumnField?: string | undefined;
|
|
27587
27587
|
layoutGridMaxRows?: number | undefined;
|
|
27588
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27588
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27589
27589
|
contentTypeField?: string | undefined;
|
|
27590
27590
|
fixedContentType?: string | undefined;
|
|
27591
27591
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27691,7 +27691,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27691
27691
|
layoutGridRowField?: string | undefined;
|
|
27692
27692
|
layoutGridColumnField?: string | undefined;
|
|
27693
27693
|
layoutGridMaxRows?: number | undefined;
|
|
27694
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27694
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27695
27695
|
contentTypeField?: string | undefined;
|
|
27696
27696
|
fixedContentType?: string | undefined;
|
|
27697
27697
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27797,7 +27797,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27797
27797
|
layoutGridRowField?: string | undefined;
|
|
27798
27798
|
layoutGridColumnField?: string | undefined;
|
|
27799
27799
|
layoutGridMaxRows?: number | undefined;
|
|
27800
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27800
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27801
27801
|
contentTypeField?: string | undefined;
|
|
27802
27802
|
fixedContentType?: string | undefined;
|
|
27803
27803
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27903,7 +27903,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
27903
27903
|
layoutGridRowField?: string | undefined;
|
|
27904
27904
|
layoutGridColumnField?: string | undefined;
|
|
27905
27905
|
layoutGridMaxRows?: number | undefined;
|
|
27906
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27906
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27907
27907
|
contentTypeField?: string | undefined;
|
|
27908
27908
|
fixedContentType?: string | undefined;
|
|
27909
27909
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28009,7 +28009,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28009
28009
|
layoutGridRowField?: string | undefined;
|
|
28010
28010
|
layoutGridColumnField?: string | undefined;
|
|
28011
28011
|
layoutGridMaxRows?: number | undefined;
|
|
28012
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28012
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28013
28013
|
contentTypeField?: string | undefined;
|
|
28014
28014
|
fixedContentType?: string | undefined;
|
|
28015
28015
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28119,7 +28119,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28119
28119
|
layoutGridRowField?: string | undefined;
|
|
28120
28120
|
layoutGridColumnField?: string | undefined;
|
|
28121
28121
|
layoutGridMaxRows?: number | undefined;
|
|
28122
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28122
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28123
28123
|
contentTypeField?: string | undefined;
|
|
28124
28124
|
fixedContentType?: string | undefined;
|
|
28125
28125
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28225,7 +28225,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28225
28225
|
layoutGridRowField?: string | undefined;
|
|
28226
28226
|
layoutGridColumnField?: string | undefined;
|
|
28227
28227
|
layoutGridMaxRows?: number | undefined;
|
|
28228
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28228
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28229
28229
|
contentTypeField?: string | undefined;
|
|
28230
28230
|
fixedContentType?: string | undefined;
|
|
28231
28231
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28333,7 +28333,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28333
28333
|
layoutGridRowField?: string | undefined;
|
|
28334
28334
|
layoutGridColumnField?: string | undefined;
|
|
28335
28335
|
layoutGridMaxRows?: number | undefined;
|
|
28336
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28336
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28337
28337
|
contentTypeField?: string | undefined;
|
|
28338
28338
|
fixedContentType?: string | undefined;
|
|
28339
28339
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28439,7 +28439,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28439
28439
|
layoutGridRowField?: string | undefined;
|
|
28440
28440
|
layoutGridColumnField?: string | undefined;
|
|
28441
28441
|
layoutGridMaxRows?: number | undefined;
|
|
28442
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28442
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28443
28443
|
contentTypeField?: string | undefined;
|
|
28444
28444
|
fixedContentType?: string | undefined;
|
|
28445
28445
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28552,7 +28552,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28552
28552
|
layoutGridRowField?: string | undefined;
|
|
28553
28553
|
layoutGridColumnField?: string | undefined;
|
|
28554
28554
|
layoutGridMaxRows?: number | undefined;
|
|
28555
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28555
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28556
28556
|
contentTypeField?: string | undefined;
|
|
28557
28557
|
fixedContentType?: string | undefined;
|
|
28558
28558
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28664,7 +28664,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28664
28664
|
layoutGridRowField?: string | undefined;
|
|
28665
28665
|
layoutGridColumnField?: string | undefined;
|
|
28666
28666
|
layoutGridMaxRows?: number | undefined;
|
|
28667
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28667
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28668
28668
|
contentTypeField?: string | undefined;
|
|
28669
28669
|
fixedContentType?: string | undefined;
|
|
28670
28670
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28770,7 +28770,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28770
28770
|
layoutGridRowField?: string | undefined;
|
|
28771
28771
|
layoutGridColumnField?: string | undefined;
|
|
28772
28772
|
layoutGridMaxRows?: number | undefined;
|
|
28773
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28773
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28774
28774
|
contentTypeField?: string | undefined;
|
|
28775
28775
|
fixedContentType?: string | undefined;
|
|
28776
28776
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28883,7 +28883,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28883
28883
|
layoutGridRowField?: string | undefined;
|
|
28884
28884
|
layoutGridColumnField?: string | undefined;
|
|
28885
28885
|
layoutGridMaxRows?: number | undefined;
|
|
28886
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28886
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28887
28887
|
contentTypeField?: string | undefined;
|
|
28888
28888
|
fixedContentType?: string | undefined;
|
|
28889
28889
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28990,7 +28990,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
28990
28990
|
layoutGridRowField?: string | undefined;
|
|
28991
28991
|
layoutGridColumnField?: string | undefined;
|
|
28992
28992
|
layoutGridMaxRows?: number | undefined;
|
|
28993
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28993
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28994
28994
|
contentTypeField?: string | undefined;
|
|
28995
28995
|
fixedContentType?: string | undefined;
|
|
28996
28996
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29097,7 +29097,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29097
29097
|
layoutGridRowField?: string | undefined;
|
|
29098
29098
|
layoutGridColumnField?: string | undefined;
|
|
29099
29099
|
layoutGridMaxRows?: number | undefined;
|
|
29100
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29100
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29101
29101
|
contentTypeField?: string | undefined;
|
|
29102
29102
|
fixedContentType?: string | undefined;
|
|
29103
29103
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29205,7 +29205,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29205
29205
|
layoutGridRowField?: string | undefined;
|
|
29206
29206
|
layoutGridColumnField?: string | undefined;
|
|
29207
29207
|
layoutGridMaxRows?: number | undefined;
|
|
29208
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29208
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29209
29209
|
contentTypeField?: string | undefined;
|
|
29210
29210
|
fixedContentType?: string | undefined;
|
|
29211
29211
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29311,7 +29311,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29311
29311
|
layoutGridRowField?: string | undefined;
|
|
29312
29312
|
layoutGridColumnField?: string | undefined;
|
|
29313
29313
|
layoutGridMaxRows?: number | undefined;
|
|
29314
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29314
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29315
29315
|
contentTypeField?: string | undefined;
|
|
29316
29316
|
fixedContentType?: string | undefined;
|
|
29317
29317
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29417,7 +29417,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29417
29417
|
layoutGridRowField?: string | undefined;
|
|
29418
29418
|
layoutGridColumnField?: string | undefined;
|
|
29419
29419
|
layoutGridMaxRows?: number | undefined;
|
|
29420
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29420
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29421
29421
|
contentTypeField?: string | undefined;
|
|
29422
29422
|
fixedContentType?: string | undefined;
|
|
29423
29423
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29523,7 +29523,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29523
29523
|
layoutGridRowField?: string | undefined;
|
|
29524
29524
|
layoutGridColumnField?: string | undefined;
|
|
29525
29525
|
layoutGridMaxRows?: number | undefined;
|
|
29526
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29526
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29527
29527
|
contentTypeField?: string | undefined;
|
|
29528
29528
|
fixedContentType?: string | undefined;
|
|
29529
29529
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29629,7 +29629,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29629
29629
|
layoutGridRowField?: string | undefined;
|
|
29630
29630
|
layoutGridColumnField?: string | undefined;
|
|
29631
29631
|
layoutGridMaxRows?: number | undefined;
|
|
29632
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29632
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29633
29633
|
contentTypeField?: string | undefined;
|
|
29634
29634
|
fixedContentType?: string | undefined;
|
|
29635
29635
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29735,7 +29735,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29735
29735
|
layoutGridRowField?: string | undefined;
|
|
29736
29736
|
layoutGridColumnField?: string | undefined;
|
|
29737
29737
|
layoutGridMaxRows?: number | undefined;
|
|
29738
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29738
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29739
29739
|
contentTypeField?: string | undefined;
|
|
29740
29740
|
fixedContentType?: string | undefined;
|
|
29741
29741
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29845,7 +29845,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29845
29845
|
layoutGridRowField?: string | undefined;
|
|
29846
29846
|
layoutGridColumnField?: string | undefined;
|
|
29847
29847
|
layoutGridMaxRows?: number | undefined;
|
|
29848
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29848
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29849
29849
|
contentTypeField?: string | undefined;
|
|
29850
29850
|
fixedContentType?: string | undefined;
|
|
29851
29851
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29951,7 +29951,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
29951
29951
|
layoutGridRowField?: string | undefined;
|
|
29952
29952
|
layoutGridColumnField?: string | undefined;
|
|
29953
29953
|
layoutGridMaxRows?: number | undefined;
|
|
29954
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29954
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29955
29955
|
contentTypeField?: string | undefined;
|
|
29956
29956
|
fixedContentType?: string | undefined;
|
|
29957
29957
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30059,7 +30059,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30059
30059
|
layoutGridRowField?: string | undefined;
|
|
30060
30060
|
layoutGridColumnField?: string | undefined;
|
|
30061
30061
|
layoutGridMaxRows?: number | undefined;
|
|
30062
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30062
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30063
30063
|
contentTypeField?: string | undefined;
|
|
30064
30064
|
fixedContentType?: string | undefined;
|
|
30065
30065
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30165,7 +30165,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30165
30165
|
layoutGridRowField?: string | undefined;
|
|
30166
30166
|
layoutGridColumnField?: string | undefined;
|
|
30167
30167
|
layoutGridMaxRows?: number | undefined;
|
|
30168
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30168
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30169
30169
|
contentTypeField?: string | undefined;
|
|
30170
30170
|
fixedContentType?: string | undefined;
|
|
30171
30171
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30278,7 +30278,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30278
30278
|
layoutGridRowField?: string | undefined;
|
|
30279
30279
|
layoutGridColumnField?: string | undefined;
|
|
30280
30280
|
layoutGridMaxRows?: number | undefined;
|
|
30281
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30281
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30282
30282
|
contentTypeField?: string | undefined;
|
|
30283
30283
|
fixedContentType?: string | undefined;
|
|
30284
30284
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30390,7 +30390,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30390
30390
|
layoutGridRowField?: string | undefined;
|
|
30391
30391
|
layoutGridColumnField?: string | undefined;
|
|
30392
30392
|
layoutGridMaxRows?: number | undefined;
|
|
30393
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30393
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30394
30394
|
contentTypeField?: string | undefined;
|
|
30395
30395
|
fixedContentType?: string | undefined;
|
|
30396
30396
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30496,7 +30496,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30496
30496
|
layoutGridRowField?: string | undefined;
|
|
30497
30497
|
layoutGridColumnField?: string | undefined;
|
|
30498
30498
|
layoutGridMaxRows?: number | undefined;
|
|
30499
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30499
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30500
30500
|
contentTypeField?: string | undefined;
|
|
30501
30501
|
fixedContentType?: string | undefined;
|
|
30502
30502
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30602,7 +30602,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30602
30602
|
layoutGridRowField?: string | undefined;
|
|
30603
30603
|
layoutGridColumnField?: string | undefined;
|
|
30604
30604
|
layoutGridMaxRows?: number | undefined;
|
|
30605
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30605
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30606
30606
|
contentTypeField?: string | undefined;
|
|
30607
30607
|
fixedContentType?: string | undefined;
|
|
30608
30608
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30712,7 +30712,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30712
30712
|
layoutGridRowField?: string | undefined;
|
|
30713
30713
|
layoutGridColumnField?: string | undefined;
|
|
30714
30714
|
layoutGridMaxRows?: number | undefined;
|
|
30715
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30715
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30716
30716
|
contentTypeField?: string | undefined;
|
|
30717
30717
|
fixedContentType?: string | undefined;
|
|
30718
30718
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30824,7 +30824,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30824
30824
|
layoutGridRowField?: string | undefined;
|
|
30825
30825
|
layoutGridColumnField?: string | undefined;
|
|
30826
30826
|
layoutGridMaxRows?: number | undefined;
|
|
30827
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30827
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30828
30828
|
contentTypeField?: string | undefined;
|
|
30829
30829
|
fixedContentType?: string | undefined;
|
|
30830
30830
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30930,7 +30930,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
30930
30930
|
layoutGridRowField?: string | undefined;
|
|
30931
30931
|
layoutGridColumnField?: string | undefined;
|
|
30932
30932
|
layoutGridMaxRows?: number | undefined;
|
|
30933
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30933
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30934
30934
|
contentTypeField?: string | undefined;
|
|
30935
30935
|
fixedContentType?: string | undefined;
|
|
30936
30936
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31039,7 +31039,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31039
31039
|
layoutGridRowField?: string | undefined;
|
|
31040
31040
|
layoutGridColumnField?: string | undefined;
|
|
31041
31041
|
layoutGridMaxRows?: number | undefined;
|
|
31042
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31042
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31043
31043
|
contentTypeField?: string | undefined;
|
|
31044
31044
|
fixedContentType?: string | undefined;
|
|
31045
31045
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31150,7 +31150,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31150
31150
|
layoutGridRowField?: string | undefined;
|
|
31151
31151
|
layoutGridColumnField?: string | undefined;
|
|
31152
31152
|
layoutGridMaxRows?: number | undefined;
|
|
31153
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31153
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31154
31154
|
contentTypeField?: string | undefined;
|
|
31155
31155
|
fixedContentType?: string | undefined;
|
|
31156
31156
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31262,7 +31262,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31262
31262
|
layoutGridRowField?: string | undefined;
|
|
31263
31263
|
layoutGridColumnField?: string | undefined;
|
|
31264
31264
|
layoutGridMaxRows?: number | undefined;
|
|
31265
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31265
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31266
31266
|
contentTypeField?: string | undefined;
|
|
31267
31267
|
fixedContentType?: string | undefined;
|
|
31268
31268
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31368,7 +31368,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31368
31368
|
layoutGridRowField?: string | undefined;
|
|
31369
31369
|
layoutGridColumnField?: string | undefined;
|
|
31370
31370
|
layoutGridMaxRows?: number | undefined;
|
|
31371
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31371
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31372
31372
|
contentTypeField?: string | undefined;
|
|
31373
31373
|
fixedContentType?: string | undefined;
|
|
31374
31374
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31474,7 +31474,7 @@ export declare const shopManifest: import("..").DefinedBlockManifest<import(".."
|
|
|
31474
31474
|
layoutGridRowField?: string | undefined;
|
|
31475
31475
|
layoutGridColumnField?: string | undefined;
|
|
31476
31476
|
layoutGridMaxRows?: number | undefined;
|
|
31477
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31477
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31478
31478
|
contentTypeField?: string | undefined;
|
|
31479
31479
|
fixedContentType?: string | undefined;
|
|
31480
31480
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|