@riverbankcms/sdk 0.78.2 → 0.80.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-QZG37QIF.mjs +2655 -0
- package/dist/{PreviewEditorUI-CS5P4N3P.mjs → PreviewEditorUI-AXIKSMZA.mjs} +27 -4
- package/dist/SdkPreviewModeRuntime-XE5M4UKM.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +56 -0
- package/dist/_dts/api/src/endpoints.d.ts +79 -0
- package/dist/_dts/api/src/index.d.ts +6 -4
- 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/siteInfrastructure.d.ts +124 -0
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +16 -0
- package/dist/_dts/api/src/siteOnboarding.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +17 -1
- 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/block-form/src/client/index.d.ts +2 -0
- package/dist/_dts/block-form/src/index.d.ts +2 -0
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +2 -1
- package/dist/_dts/blocks/src/client/header.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +12 -12
- package/dist/_dts/blocks/src/index.d.ts +5 -1
- 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/events/event-listing.d.ts +2 -2
- package/dist/_dts/blocks/src/system/blocks/events/event-spotlight.d.ts +2 -1
- package/dist/_dts/blocks/src/system/blocks/events/shared/types.d.ts +4 -1
- 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 +13 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +179 -0
- package/dist/_dts/blocks/src/system/fields/boxStyles.d.ts +4 -2
- package/dist/_dts/blocks/src/system/fragments/library/faqHeading.d.ts +1 -0
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +10 -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/node/fragments/headingDecoration.d.ts +1 -4
- package/dist/_dts/blocks/src/system/node/validation-constants.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +7 -7
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +3 -3
- package/dist/_dts/blocks/src/system/runtime/header/enhanceHeaderSection.d.ts +10 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.interactive.d.ts +5 -5
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventListing.server.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/EventSpotlight.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventCard.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventDetailModal.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/EventModals.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/feature-card-icon.d.ts +13 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/header-section.client.d.ts +2 -2
- package/dist/_dts/blocks/src/system/transforms/registry/boxStyles.d.ts +3 -0
- package/dist/_dts/blocks/src/system/transforms/registry/layout.d.ts +9 -0
- package/dist/_dts/blocks/src/system/transforms/typed.d.ts +14 -1
- 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 +200 -3
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +8 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +8 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +8 -2
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +17 -0
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +42 -0
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +7 -1
- package/dist/_dts/editor-blocks/src/block-editor/featureCardIconActions.d.ts +82 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +2 -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/BlockToolbar.d.ts +5 -1
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +17 -0
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeControlPlan.d.ts +24 -0
- package/dist/_dts/preview-next/src/client/blocks/useBlockCustomizeControls.d.ts +34 -0
- package/dist/_dts/preview-next/src/client/preview/PageBlockEditorPanel.d.ts +2 -5
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +8 -1
- package/dist/_dts/preview-next/src/client/preview/PreviewBlockCustomizeSelectionContext.d.ts +20 -0
- package/dist/_dts/preview-next/src/client/preview/PreviewOpenEditorButton.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/SelectedBlockCustomizePanel.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeEditorDraftPatch.d.ts +13 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeRuntimePatch.d.ts +2 -0
- package/dist/_dts/preview-next/src/client/preview/storeTypes.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +3 -1
- package/dist/_dts/sdk/src/cli/commands/webhooks.d.ts +44 -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/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +58 -0
- package/dist/_dts/sdk/src/client/management/webhooks.d.ts +3 -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 +24 -4
- 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/accordions/siteStyleDefaults.d.ts +220 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +45 -2
- package/dist/_dts/theme-core/src/blockOverrides.d.ts +8 -0
- package/dist/_dts/theme-core/src/blocks/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/blocks/vars/testimonials.d.ts +4 -1
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/cards/core.d.ts +20 -0
- package/dist/_dts/theme-core/src/cards/generateDefaultCardSystem.d.ts +6 -3
- package/dist/_dts/theme-core/src/cards/siteStyleDefaults.d.ts +105 -0
- package/dist/_dts/theme-core/src/cards/types.d.ts +177 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +159 -21
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/soft-natural.d.ts +16 -0
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/schema.d.ts +451 -57
- package/dist/_dts/theme-core/src/site-styles/appearancePresetCatalog.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/appearancePresetTypes.d.ts +2 -3
- package/dist/_dts/theme-core/src/site-styles/blockAppearancePresets.d.ts +86 -17
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +135 -3
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +20 -1
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +8 -2
- package/dist/_dts/theme-core/src/site-styles/headerLooks.d.ts +286 -6
- package/dist/_dts/theme-core/src/site-styles/index.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/logoBranding.d.ts +193 -0
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +6 -12
- package/dist/_dts/theme-core/src/site-styles/rawStyleFields.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +10 -7
- package/dist/_dts/theme-core/src/site-styles/siteStyleThemeCompiler.d.ts +11 -0
- package/dist/_dts/theme-core/src/site-styles/sourceCatalogs.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/styleTags.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/testimonialQuotePresets.d.ts +15 -0
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +7 -29
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -0
- package/dist/_dts/ui/src/combobox.d.ts +1 -0
- package/dist/{PreviewEditorSidebar-4DXLYX2V.mjs → chunk-5NZGBSJF.mjs} +2215 -2566
- package/dist/{chunk-RGTOD4AJ.mjs → chunk-7PCYG6YV.mjs} +621 -108
- package/dist/{chunk-CR5HKAGU.mjs → chunk-BBLZSQEY.mjs} +79 -0
- package/dist/{chunk-MCRQMPET.mjs → chunk-GYXKAUFV.mjs} +4500 -912
- package/dist/{chunk-6HYXHRAI.mjs → chunk-HTB4BMKD.mjs} +267 -49
- package/dist/{chunk-OKMBEAXY.mjs → chunk-MPBNEVPB.mjs} +1 -1
- package/dist/cli/index.mjs +3255 -702
- package/dist/cli/init-docs/content/workflow-editor-workflows.md +2 -0
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +150 -0
- package/dist/client/{accordion-PLYNJIIM.mjs → accordion-QFZMNB7O.mjs} +1 -1
- package/dist/client/{bookingForm-BXAP6AO7.mjs → bookingForm-NCIXFWIG.mjs} +3 -3
- package/dist/client/bookings.mjs +1246 -323
- package/dist/client/{carousel-TRBXDHGF.mjs → carousel-EO4BJMWD.mjs} +2 -2
- package/dist/client/{cart-Z7H3HJRS.mjs → cart-FTYCLYUW.mjs} +5 -5
- package/dist/client/{checkout-WAFCUBIX.mjs → checkout-NFGLVCOX.mjs} +5 -5
- package/dist/client/{chunk-CWGTG37I.mjs → chunk-4W66ALYT.mjs} +1 -1
- package/dist/client/{chunk-JRDUHZCT.mjs → chunk-6GVVWSPU.mjs} +4 -4
- package/dist/client/{chunk-75OUS5MT.mjs → chunk-IWFZSQNZ.mjs} +1 -1
- package/dist/client/{chunk-JGXPTEI2.mjs → chunk-PUOELU4O.mjs} +95 -8
- package/dist/client/{chunk-FUXW6VW2.mjs → chunk-PYRBIURC.mjs} +4 -4
- package/dist/client/{chunk-ZI3LLBPZ.mjs → chunk-T6UIP6UZ.mjs} +1 -1
- package/dist/client/{chunk-DNRGY432.mjs → chunk-VDS5YFLX.mjs} +1 -1
- package/dist/client/{chunk-UVQEJJTN.mjs → chunk-Y37KDO7P.mjs} +1 -1
- package/dist/client/client.mjs +24277 -20796
- package/dist/client/{courseRegistration-AHFQHWIJ.mjs → courseRegistration-2EORROPS.mjs} +3 -3
- package/dist/client/{eventCalendar-LDXTV5R7.mjs → eventCalendar-WZI4VL6N.mjs} +5 -5
- package/dist/client/{eventCombined-A4JGTNJO.mjs → eventCombined-QCB2TCNL.mjs} +5 -5
- package/dist/client/{eventDetails-4YXTZ7EG.mjs → eventDetails-TFTATAPH.mjs} +5 -5
- package/dist/client/{eventListing-P72TPFFM.mjs → eventListing-A2CQEHEQ.mjs} +5 -5
- package/dist/client/{eventRegistration-LSYJHGMT.mjs → eventRegistration-OELPVLUY.mjs} +5 -5
- package/dist/client/{form-AOPYOKOW.mjs → form-NTIFD6WQ.mjs} +1 -1
- package/dist/client/{headerSection-5TFYDFVQ.mjs → headerSection-7TBNKCLA.mjs} +65 -24
- package/dist/client/hooks.mjs +3687 -2024
- package/dist/client/{locationMap-QSZ3ZVAZ.mjs → locationMap-LRLB5A3H.mjs} +1 -1
- package/dist/client/{newsletterForm-KTRHZY52.mjs → newsletterForm-XI52RZSN.mjs} +1 -1
- package/dist/client/{productDetail-N4E775RG.mjs → productDetail-GSNKBFLY.mjs} +5 -5
- package/dist/client/{productList-UGUQ2S45.mjs → productList-BGCGT4KZ.mjs} +5 -5
- package/dist/client/rendering/client.mjs +5274 -3030
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +6271 -2790
- package/dist/client/{shop-VHSZEEQ2.mjs → shop-RQHUCLNY.mjs} +5 -5
- package/dist/preview-next/before-render.mjs +79 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +79 -0
- package/dist/{sdk-runtime-WHPJEF5G.mjs → sdk-runtime-A4LHT2RS.mjs} +6 -6
- package/dist/server/components.mjs +6215 -3057
- package/dist/server/config-validation.mjs +3858 -2194
- package/dist/server/config.mjs +3858 -2194
- package/dist/server/data.mjs +3687 -2024
- package/dist/server/index.mjs +88 -1
- package/dist/server/next/revalidate.mjs +229 -34
- package/dist/server/next.mjs +6295 -3036
- package/dist/server/page-converter.mjs +3055 -1883
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +6220 -3062
- package/dist/server/rendering.mjs +6233 -3075
- package/dist/server/routing.mjs +4251 -2137
- package/dist/server/server.mjs +3705 -2042
- package/dist/server/theme-bridge.mjs +1617 -329
- package/dist/server/theme.mjs +411 -221
- package/dist/server/webhooks.mjs +129 -25
- package/dist/styles/index.css +355 -33
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +0 -8
- package/dist/chunk-4QEGTLK6.mjs +0 -1175
|
@@ -133,7 +133,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
133
133
|
layoutGridRowField?: string | undefined;
|
|
134
134
|
layoutGridColumnField?: string | undefined;
|
|
135
135
|
layoutGridMaxRows?: number | undefined;
|
|
136
|
-
iconPickerPreset?: "cta" | undefined;
|
|
136
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
137
137
|
contentTypeField?: string | undefined;
|
|
138
138
|
fixedContentType?: string | undefined;
|
|
139
139
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -243,7 +243,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
243
243
|
layoutGridRowField?: string | undefined;
|
|
244
244
|
layoutGridColumnField?: string | undefined;
|
|
245
245
|
layoutGridMaxRows?: number | undefined;
|
|
246
|
-
iconPickerPreset?: "cta" | undefined;
|
|
246
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
247
247
|
contentTypeField?: string | undefined;
|
|
248
248
|
fixedContentType?: string | undefined;
|
|
249
249
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -365,7 +365,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
365
365
|
layoutGridRowField?: string | undefined;
|
|
366
366
|
layoutGridColumnField?: string | undefined;
|
|
367
367
|
layoutGridMaxRows?: number | undefined;
|
|
368
|
-
iconPickerPreset?: "cta" | undefined;
|
|
368
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
369
369
|
contentTypeField?: string | undefined;
|
|
370
370
|
fixedContentType?: string | undefined;
|
|
371
371
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -480,7 +480,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
480
480
|
layoutGridRowField?: string | undefined;
|
|
481
481
|
layoutGridColumnField?: string | undefined;
|
|
482
482
|
layoutGridMaxRows?: number | undefined;
|
|
483
|
-
iconPickerPreset?: "cta" | undefined;
|
|
483
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
484
484
|
contentTypeField?: string | undefined;
|
|
485
485
|
fixedContentType?: string | undefined;
|
|
486
486
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -587,7 +587,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
587
587
|
layoutGridRowField?: string | undefined;
|
|
588
588
|
layoutGridColumnField?: string | undefined;
|
|
589
589
|
layoutGridMaxRows?: number | undefined;
|
|
590
|
-
iconPickerPreset?: "cta" | undefined;
|
|
590
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
591
591
|
contentTypeField?: string | undefined;
|
|
592
592
|
fixedContentType?: string | undefined;
|
|
593
593
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -694,7 +694,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
694
694
|
layoutGridRowField?: string | undefined;
|
|
695
695
|
layoutGridColumnField?: string | undefined;
|
|
696
696
|
layoutGridMaxRows?: number | undefined;
|
|
697
|
-
iconPickerPreset?: "cta" | undefined;
|
|
697
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
698
698
|
contentTypeField?: string | undefined;
|
|
699
699
|
fixedContentType?: string | undefined;
|
|
700
700
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -802,7 +802,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
802
802
|
layoutGridRowField?: string | undefined;
|
|
803
803
|
layoutGridColumnField?: string | undefined;
|
|
804
804
|
layoutGridMaxRows?: number | undefined;
|
|
805
|
-
iconPickerPreset?: "cta" | undefined;
|
|
805
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
806
806
|
contentTypeField?: string | undefined;
|
|
807
807
|
fixedContentType?: string | undefined;
|
|
808
808
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -908,7 +908,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
908
908
|
layoutGridRowField?: string | undefined;
|
|
909
909
|
layoutGridColumnField?: string | undefined;
|
|
910
910
|
layoutGridMaxRows?: number | undefined;
|
|
911
|
-
iconPickerPreset?: "cta" | undefined;
|
|
911
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
912
912
|
contentTypeField?: string | undefined;
|
|
913
913
|
fixedContentType?: string | undefined;
|
|
914
914
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1014,7 +1014,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1014
1014
|
layoutGridRowField?: string | undefined;
|
|
1015
1015
|
layoutGridColumnField?: string | undefined;
|
|
1016
1016
|
layoutGridMaxRows?: number | undefined;
|
|
1017
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1017
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1018
1018
|
contentTypeField?: string | undefined;
|
|
1019
1019
|
fixedContentType?: string | undefined;
|
|
1020
1020
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1120,7 +1120,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1120
1120
|
layoutGridRowField?: string | undefined;
|
|
1121
1121
|
layoutGridColumnField?: string | undefined;
|
|
1122
1122
|
layoutGridMaxRows?: number | undefined;
|
|
1123
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1123
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1124
1124
|
contentTypeField?: string | undefined;
|
|
1125
1125
|
fixedContentType?: string | undefined;
|
|
1126
1126
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1226,7 +1226,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1226
1226
|
layoutGridRowField?: string | undefined;
|
|
1227
1227
|
layoutGridColumnField?: string | undefined;
|
|
1228
1228
|
layoutGridMaxRows?: number | undefined;
|
|
1229
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1229
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1230
1230
|
contentTypeField?: string | undefined;
|
|
1231
1231
|
fixedContentType?: string | undefined;
|
|
1232
1232
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1332,7 +1332,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1332
1332
|
layoutGridRowField?: string | undefined;
|
|
1333
1333
|
layoutGridColumnField?: string | undefined;
|
|
1334
1334
|
layoutGridMaxRows?: number | undefined;
|
|
1335
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1335
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1336
1336
|
contentTypeField?: string | undefined;
|
|
1337
1337
|
fixedContentType?: string | undefined;
|
|
1338
1338
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1442,7 +1442,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1442
1442
|
layoutGridRowField?: string | undefined;
|
|
1443
1443
|
layoutGridColumnField?: string | undefined;
|
|
1444
1444
|
layoutGridMaxRows?: number | undefined;
|
|
1445
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1445
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1446
1446
|
contentTypeField?: string | undefined;
|
|
1447
1447
|
fixedContentType?: string | undefined;
|
|
1448
1448
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1548,7 +1548,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1548
1548
|
layoutGridRowField?: string | undefined;
|
|
1549
1549
|
layoutGridColumnField?: string | undefined;
|
|
1550
1550
|
layoutGridMaxRows?: number | undefined;
|
|
1551
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1551
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1552
1552
|
contentTypeField?: string | undefined;
|
|
1553
1553
|
fixedContentType?: string | undefined;
|
|
1554
1554
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1656,7 +1656,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1656
1656
|
layoutGridRowField?: string | undefined;
|
|
1657
1657
|
layoutGridColumnField?: string | undefined;
|
|
1658
1658
|
layoutGridMaxRows?: number | undefined;
|
|
1659
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1659
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1660
1660
|
contentTypeField?: string | undefined;
|
|
1661
1661
|
fixedContentType?: string | undefined;
|
|
1662
1662
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1762,7 +1762,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1762
1762
|
layoutGridRowField?: string | undefined;
|
|
1763
1763
|
layoutGridColumnField?: string | undefined;
|
|
1764
1764
|
layoutGridMaxRows?: number | undefined;
|
|
1765
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1765
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1766
1766
|
contentTypeField?: string | undefined;
|
|
1767
1767
|
fixedContentType?: string | undefined;
|
|
1768
1768
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1884,7 +1884,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1884
1884
|
layoutGridRowField?: string | undefined;
|
|
1885
1885
|
layoutGridColumnField?: string | undefined;
|
|
1886
1886
|
layoutGridMaxRows?: number | undefined;
|
|
1887
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1887
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1888
1888
|
contentTypeField?: string | undefined;
|
|
1889
1889
|
fixedContentType?: string | undefined;
|
|
1890
1890
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1999,7 +1999,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
1999
1999
|
layoutGridRowField?: string | undefined;
|
|
2000
2000
|
layoutGridColumnField?: string | undefined;
|
|
2001
2001
|
layoutGridMaxRows?: number | undefined;
|
|
2002
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2002
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2003
2003
|
contentTypeField?: string | undefined;
|
|
2004
2004
|
fixedContentType?: string | undefined;
|
|
2005
2005
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2106,7 +2106,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2106
2106
|
layoutGridRowField?: string | undefined;
|
|
2107
2107
|
layoutGridColumnField?: string | undefined;
|
|
2108
2108
|
layoutGridMaxRows?: number | undefined;
|
|
2109
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2109
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2110
2110
|
contentTypeField?: string | undefined;
|
|
2111
2111
|
fixedContentType?: string | undefined;
|
|
2112
2112
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2213,7 +2213,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2213
2213
|
layoutGridRowField?: string | undefined;
|
|
2214
2214
|
layoutGridColumnField?: string | undefined;
|
|
2215
2215
|
layoutGridMaxRows?: number | undefined;
|
|
2216
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2216
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2217
2217
|
contentTypeField?: string | undefined;
|
|
2218
2218
|
fixedContentType?: string | undefined;
|
|
2219
2219
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2321,7 +2321,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2321
2321
|
layoutGridRowField?: string | undefined;
|
|
2322
2322
|
layoutGridColumnField?: string | undefined;
|
|
2323
2323
|
layoutGridMaxRows?: number | undefined;
|
|
2324
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2324
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2325
2325
|
contentTypeField?: string | undefined;
|
|
2326
2326
|
fixedContentType?: string | undefined;
|
|
2327
2327
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2427,7 +2427,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2427
2427
|
layoutGridRowField?: string | undefined;
|
|
2428
2428
|
layoutGridColumnField?: string | undefined;
|
|
2429
2429
|
layoutGridMaxRows?: number | undefined;
|
|
2430
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2430
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2431
2431
|
contentTypeField?: string | undefined;
|
|
2432
2432
|
fixedContentType?: string | undefined;
|
|
2433
2433
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2533,7 +2533,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2533
2533
|
layoutGridRowField?: string | undefined;
|
|
2534
2534
|
layoutGridColumnField?: string | undefined;
|
|
2535
2535
|
layoutGridMaxRows?: number | undefined;
|
|
2536
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2536
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2537
2537
|
contentTypeField?: string | undefined;
|
|
2538
2538
|
fixedContentType?: string | undefined;
|
|
2539
2539
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2639,7 +2639,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2639
2639
|
layoutGridRowField?: string | undefined;
|
|
2640
2640
|
layoutGridColumnField?: string | undefined;
|
|
2641
2641
|
layoutGridMaxRows?: number | undefined;
|
|
2642
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2642
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2643
2643
|
contentTypeField?: string | undefined;
|
|
2644
2644
|
fixedContentType?: string | undefined;
|
|
2645
2645
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2745,7 +2745,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2745
2745
|
layoutGridRowField?: string | undefined;
|
|
2746
2746
|
layoutGridColumnField?: string | undefined;
|
|
2747
2747
|
layoutGridMaxRows?: number | undefined;
|
|
2748
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2748
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2749
2749
|
contentTypeField?: string | undefined;
|
|
2750
2750
|
fixedContentType?: string | undefined;
|
|
2751
2751
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2851,7 +2851,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2851
2851
|
layoutGridRowField?: string | undefined;
|
|
2852
2852
|
layoutGridColumnField?: string | undefined;
|
|
2853
2853
|
layoutGridMaxRows?: number | undefined;
|
|
2854
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2854
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2855
2855
|
contentTypeField?: string | undefined;
|
|
2856
2856
|
fixedContentType?: string | undefined;
|
|
2857
2857
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2961,7 +2961,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
2961
2961
|
layoutGridRowField?: string | undefined;
|
|
2962
2962
|
layoutGridColumnField?: string | undefined;
|
|
2963
2963
|
layoutGridMaxRows?: number | undefined;
|
|
2964
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2964
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2965
2965
|
contentTypeField?: string | undefined;
|
|
2966
2966
|
fixedContentType?: string | undefined;
|
|
2967
2967
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3067,7 +3067,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3067
3067
|
layoutGridRowField?: string | undefined;
|
|
3068
3068
|
layoutGridColumnField?: string | undefined;
|
|
3069
3069
|
layoutGridMaxRows?: number | undefined;
|
|
3070
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3070
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3071
3071
|
contentTypeField?: string | undefined;
|
|
3072
3072
|
fixedContentType?: string | undefined;
|
|
3073
3073
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3175,7 +3175,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3175
3175
|
layoutGridRowField?: string | undefined;
|
|
3176
3176
|
layoutGridColumnField?: string | undefined;
|
|
3177
3177
|
layoutGridMaxRows?: number | undefined;
|
|
3178
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3178
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3179
3179
|
contentTypeField?: string | undefined;
|
|
3180
3180
|
fixedContentType?: string | undefined;
|
|
3181
3181
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3281,7 +3281,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3281
3281
|
layoutGridRowField?: string | undefined;
|
|
3282
3282
|
layoutGridColumnField?: string | undefined;
|
|
3283
3283
|
layoutGridMaxRows?: number | undefined;
|
|
3284
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3284
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3285
3285
|
contentTypeField?: string | undefined;
|
|
3286
3286
|
fixedContentType?: string | undefined;
|
|
3287
3287
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3405,7 +3405,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3405
3405
|
layoutGridRowField?: string | undefined;
|
|
3406
3406
|
layoutGridColumnField?: string | undefined;
|
|
3407
3407
|
layoutGridMaxRows?: number | undefined;
|
|
3408
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3408
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3409
3409
|
contentTypeField?: string | undefined;
|
|
3410
3410
|
fixedContentType?: string | undefined;
|
|
3411
3411
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3520,7 +3520,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3520
3520
|
layoutGridRowField?: string | undefined;
|
|
3521
3521
|
layoutGridColumnField?: string | undefined;
|
|
3522
3522
|
layoutGridMaxRows?: number | undefined;
|
|
3523
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3523
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3524
3524
|
contentTypeField?: string | undefined;
|
|
3525
3525
|
fixedContentType?: string | undefined;
|
|
3526
3526
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3627,7 +3627,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3627
3627
|
layoutGridRowField?: string | undefined;
|
|
3628
3628
|
layoutGridColumnField?: string | undefined;
|
|
3629
3629
|
layoutGridMaxRows?: number | undefined;
|
|
3630
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3630
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3631
3631
|
contentTypeField?: string | undefined;
|
|
3632
3632
|
fixedContentType?: string | undefined;
|
|
3633
3633
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3734,7 +3734,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3734
3734
|
layoutGridRowField?: string | undefined;
|
|
3735
3735
|
layoutGridColumnField?: string | undefined;
|
|
3736
3736
|
layoutGridMaxRows?: number | undefined;
|
|
3737
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3737
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3738
3738
|
contentTypeField?: string | undefined;
|
|
3739
3739
|
fixedContentType?: string | undefined;
|
|
3740
3740
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3842,7 +3842,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3842
3842
|
layoutGridRowField?: string | undefined;
|
|
3843
3843
|
layoutGridColumnField?: string | undefined;
|
|
3844
3844
|
layoutGridMaxRows?: number | undefined;
|
|
3845
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3845
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3846
3846
|
contentTypeField?: string | undefined;
|
|
3847
3847
|
fixedContentType?: string | undefined;
|
|
3848
3848
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3948,7 +3948,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
3948
3948
|
layoutGridRowField?: string | undefined;
|
|
3949
3949
|
layoutGridColumnField?: string | undefined;
|
|
3950
3950
|
layoutGridMaxRows?: number | undefined;
|
|
3951
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3951
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3952
3952
|
contentTypeField?: string | undefined;
|
|
3953
3953
|
fixedContentType?: string | undefined;
|
|
3954
3954
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4054,7 +4054,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4054
4054
|
layoutGridRowField?: string | undefined;
|
|
4055
4055
|
layoutGridColumnField?: string | undefined;
|
|
4056
4056
|
layoutGridMaxRows?: number | undefined;
|
|
4057
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4057
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4058
4058
|
contentTypeField?: string | undefined;
|
|
4059
4059
|
fixedContentType?: string | undefined;
|
|
4060
4060
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4160,7 +4160,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4160
4160
|
layoutGridRowField?: string | undefined;
|
|
4161
4161
|
layoutGridColumnField?: string | undefined;
|
|
4162
4162
|
layoutGridMaxRows?: number | undefined;
|
|
4163
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4163
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4164
4164
|
contentTypeField?: string | undefined;
|
|
4165
4165
|
fixedContentType?: string | undefined;
|
|
4166
4166
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4266,7 +4266,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4266
4266
|
layoutGridRowField?: string | undefined;
|
|
4267
4267
|
layoutGridColumnField?: string | undefined;
|
|
4268
4268
|
layoutGridMaxRows?: number | undefined;
|
|
4269
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4269
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4270
4270
|
contentTypeField?: string | undefined;
|
|
4271
4271
|
fixedContentType?: string | undefined;
|
|
4272
4272
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4372,7 +4372,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4372
4372
|
layoutGridRowField?: string | undefined;
|
|
4373
4373
|
layoutGridColumnField?: string | undefined;
|
|
4374
4374
|
layoutGridMaxRows?: number | undefined;
|
|
4375
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4375
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4376
4376
|
contentTypeField?: string | undefined;
|
|
4377
4377
|
fixedContentType?: string | undefined;
|
|
4378
4378
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4482,7 +4482,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4482
4482
|
layoutGridRowField?: string | undefined;
|
|
4483
4483
|
layoutGridColumnField?: string | undefined;
|
|
4484
4484
|
layoutGridMaxRows?: number | undefined;
|
|
4485
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4485
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4486
4486
|
contentTypeField?: string | undefined;
|
|
4487
4487
|
fixedContentType?: string | undefined;
|
|
4488
4488
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4588,7 +4588,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4588
4588
|
layoutGridRowField?: string | undefined;
|
|
4589
4589
|
layoutGridColumnField?: string | undefined;
|
|
4590
4590
|
layoutGridMaxRows?: number | undefined;
|
|
4591
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4591
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4592
4592
|
contentTypeField?: string | undefined;
|
|
4593
4593
|
fixedContentType?: string | undefined;
|
|
4594
4594
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4696,7 +4696,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4696
4696
|
layoutGridRowField?: string | undefined;
|
|
4697
4697
|
layoutGridColumnField?: string | undefined;
|
|
4698
4698
|
layoutGridMaxRows?: number | undefined;
|
|
4699
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4699
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4700
4700
|
contentTypeField?: string | undefined;
|
|
4701
4701
|
fixedContentType?: string | undefined;
|
|
4702
4702
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4802,7 +4802,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4802
4802
|
layoutGridRowField?: string | undefined;
|
|
4803
4803
|
layoutGridColumnField?: string | undefined;
|
|
4804
4804
|
layoutGridMaxRows?: number | undefined;
|
|
4805
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4805
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4806
4806
|
contentTypeField?: string | undefined;
|
|
4807
4807
|
fixedContentType?: string | undefined;
|
|
4808
4808
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4915,7 +4915,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
4915
4915
|
layoutGridRowField?: string | undefined;
|
|
4916
4916
|
layoutGridColumnField?: string | undefined;
|
|
4917
4917
|
layoutGridMaxRows?: number | undefined;
|
|
4918
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4918
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4919
4919
|
contentTypeField?: string | undefined;
|
|
4920
4920
|
fixedContentType?: string | undefined;
|
|
4921
4921
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5027,7 +5027,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5027
5027
|
layoutGridRowField?: string | undefined;
|
|
5028
5028
|
layoutGridColumnField?: string | undefined;
|
|
5029
5029
|
layoutGridMaxRows?: number | undefined;
|
|
5030
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5030
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5031
5031
|
contentTypeField?: string | undefined;
|
|
5032
5032
|
fixedContentType?: string | undefined;
|
|
5033
5033
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5133,7 +5133,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5133
5133
|
layoutGridRowField?: string | undefined;
|
|
5134
5134
|
layoutGridColumnField?: string | undefined;
|
|
5135
5135
|
layoutGridMaxRows?: number | undefined;
|
|
5136
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5136
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5137
5137
|
contentTypeField?: string | undefined;
|
|
5138
5138
|
fixedContentType?: string | undefined;
|
|
5139
5139
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5242,7 +5242,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5242
5242
|
layoutGridRowField?: string | undefined;
|
|
5243
5243
|
layoutGridColumnField?: string | undefined;
|
|
5244
5244
|
layoutGridMaxRows?: number | undefined;
|
|
5245
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5245
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5246
5246
|
contentTypeField?: string | undefined;
|
|
5247
5247
|
fixedContentType?: string | undefined;
|
|
5248
5248
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5353,7 +5353,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5353
5353
|
layoutGridRowField?: string | undefined;
|
|
5354
5354
|
layoutGridColumnField?: string | undefined;
|
|
5355
5355
|
layoutGridMaxRows?: number | undefined;
|
|
5356
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5356
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5357
5357
|
contentTypeField?: string | undefined;
|
|
5358
5358
|
fixedContentType?: string | undefined;
|
|
5359
5359
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5465,7 +5465,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5465
5465
|
layoutGridRowField?: string | undefined;
|
|
5466
5466
|
layoutGridColumnField?: string | undefined;
|
|
5467
5467
|
layoutGridMaxRows?: number | undefined;
|
|
5468
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5468
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5469
5469
|
contentTypeField?: string | undefined;
|
|
5470
5470
|
fixedContentType?: string | undefined;
|
|
5471
5471
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5571,7 +5571,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5571
5571
|
layoutGridRowField?: string | undefined;
|
|
5572
5572
|
layoutGridColumnField?: string | undefined;
|
|
5573
5573
|
layoutGridMaxRows?: number | undefined;
|
|
5574
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5574
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5575
5575
|
contentTypeField?: string | undefined;
|
|
5576
5576
|
fixedContentType?: string | undefined;
|
|
5577
5577
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5677,7 +5677,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5677
5677
|
layoutGridRowField?: string | undefined;
|
|
5678
5678
|
layoutGridColumnField?: string | undefined;
|
|
5679
5679
|
layoutGridMaxRows?: number | undefined;
|
|
5680
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5680
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5681
5681
|
contentTypeField?: string | undefined;
|
|
5682
5682
|
fixedContentType?: string | undefined;
|
|
5683
5683
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5798,7 +5798,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5798
5798
|
layoutGridRowField?: string | undefined;
|
|
5799
5799
|
layoutGridColumnField?: string | undefined;
|
|
5800
5800
|
layoutGridMaxRows?: number | undefined;
|
|
5801
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5801
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5802
5802
|
contentTypeField?: string | undefined;
|
|
5803
5803
|
fixedContentType?: string | undefined;
|
|
5804
5804
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5913,7 +5913,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
5913
5913
|
layoutGridRowField?: string | undefined;
|
|
5914
5914
|
layoutGridColumnField?: string | undefined;
|
|
5915
5915
|
layoutGridMaxRows?: number | undefined;
|
|
5916
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5916
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5917
5917
|
contentTypeField?: string | undefined;
|
|
5918
5918
|
fixedContentType?: string | undefined;
|
|
5919
5919
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6020,7 +6020,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6020
6020
|
layoutGridRowField?: string | undefined;
|
|
6021
6021
|
layoutGridColumnField?: string | undefined;
|
|
6022
6022
|
layoutGridMaxRows?: number | undefined;
|
|
6023
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6023
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6024
6024
|
contentTypeField?: string | undefined;
|
|
6025
6025
|
fixedContentType?: string | undefined;
|
|
6026
6026
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6127,7 +6127,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6127
6127
|
layoutGridRowField?: string | undefined;
|
|
6128
6128
|
layoutGridColumnField?: string | undefined;
|
|
6129
6129
|
layoutGridMaxRows?: number | undefined;
|
|
6130
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6130
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6131
6131
|
contentTypeField?: string | undefined;
|
|
6132
6132
|
fixedContentType?: string | undefined;
|
|
6133
6133
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6235,7 +6235,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6235
6235
|
layoutGridRowField?: string | undefined;
|
|
6236
6236
|
layoutGridColumnField?: string | undefined;
|
|
6237
6237
|
layoutGridMaxRows?: number | undefined;
|
|
6238
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6238
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6239
6239
|
contentTypeField?: string | undefined;
|
|
6240
6240
|
fixedContentType?: string | undefined;
|
|
6241
6241
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6341,7 +6341,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6341
6341
|
layoutGridRowField?: string | undefined;
|
|
6342
6342
|
layoutGridColumnField?: string | undefined;
|
|
6343
6343
|
layoutGridMaxRows?: number | undefined;
|
|
6344
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6344
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6345
6345
|
contentTypeField?: string | undefined;
|
|
6346
6346
|
fixedContentType?: string | undefined;
|
|
6347
6347
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6447,7 +6447,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6447
6447
|
layoutGridRowField?: string | undefined;
|
|
6448
6448
|
layoutGridColumnField?: string | undefined;
|
|
6449
6449
|
layoutGridMaxRows?: number | undefined;
|
|
6450
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6450
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6451
6451
|
contentTypeField?: string | undefined;
|
|
6452
6452
|
fixedContentType?: string | undefined;
|
|
6453
6453
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6553,7 +6553,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6553
6553
|
layoutGridRowField?: string | undefined;
|
|
6554
6554
|
layoutGridColumnField?: string | undefined;
|
|
6555
6555
|
layoutGridMaxRows?: number | undefined;
|
|
6556
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6556
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6557
6557
|
contentTypeField?: string | undefined;
|
|
6558
6558
|
fixedContentType?: string | undefined;
|
|
6559
6559
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6659,7 +6659,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6659
6659
|
layoutGridRowField?: string | undefined;
|
|
6660
6660
|
layoutGridColumnField?: string | undefined;
|
|
6661
6661
|
layoutGridMaxRows?: number | undefined;
|
|
6662
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6662
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6663
6663
|
contentTypeField?: string | undefined;
|
|
6664
6664
|
fixedContentType?: string | undefined;
|
|
6665
6665
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6765,7 +6765,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6765
6765
|
layoutGridRowField?: string | undefined;
|
|
6766
6766
|
layoutGridColumnField?: string | undefined;
|
|
6767
6767
|
layoutGridMaxRows?: number | undefined;
|
|
6768
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6768
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6769
6769
|
contentTypeField?: string | undefined;
|
|
6770
6770
|
fixedContentType?: string | undefined;
|
|
6771
6771
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6875,7 +6875,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6875
6875
|
layoutGridRowField?: string | undefined;
|
|
6876
6876
|
layoutGridColumnField?: string | undefined;
|
|
6877
6877
|
layoutGridMaxRows?: number | undefined;
|
|
6878
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6878
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6879
6879
|
contentTypeField?: string | undefined;
|
|
6880
6880
|
fixedContentType?: string | undefined;
|
|
6881
6881
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6981,7 +6981,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
6981
6981
|
layoutGridRowField?: string | undefined;
|
|
6982
6982
|
layoutGridColumnField?: string | undefined;
|
|
6983
6983
|
layoutGridMaxRows?: number | undefined;
|
|
6984
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6984
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6985
6985
|
contentTypeField?: string | undefined;
|
|
6986
6986
|
fixedContentType?: string | undefined;
|
|
6987
6987
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7089,7 +7089,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7089
7089
|
layoutGridRowField?: string | undefined;
|
|
7090
7090
|
layoutGridColumnField?: string | undefined;
|
|
7091
7091
|
layoutGridMaxRows?: number | undefined;
|
|
7092
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7092
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7093
7093
|
contentTypeField?: string | undefined;
|
|
7094
7094
|
fixedContentType?: string | undefined;
|
|
7095
7095
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7195,7 +7195,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7195
7195
|
layoutGridRowField?: string | undefined;
|
|
7196
7196
|
layoutGridColumnField?: string | undefined;
|
|
7197
7197
|
layoutGridMaxRows?: number | undefined;
|
|
7198
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7198
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7199
7199
|
contentTypeField?: string | undefined;
|
|
7200
7200
|
fixedContentType?: string | undefined;
|
|
7201
7201
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7317,7 +7317,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7317
7317
|
layoutGridRowField?: string | undefined;
|
|
7318
7318
|
layoutGridColumnField?: string | undefined;
|
|
7319
7319
|
layoutGridMaxRows?: number | undefined;
|
|
7320
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7320
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7321
7321
|
contentTypeField?: string | undefined;
|
|
7322
7322
|
fixedContentType?: string | undefined;
|
|
7323
7323
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7432,7 +7432,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7432
7432
|
layoutGridRowField?: string | undefined;
|
|
7433
7433
|
layoutGridColumnField?: string | undefined;
|
|
7434
7434
|
layoutGridMaxRows?: number | undefined;
|
|
7435
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7435
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7436
7436
|
contentTypeField?: string | undefined;
|
|
7437
7437
|
fixedContentType?: string | undefined;
|
|
7438
7438
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7539,7 +7539,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7539
7539
|
layoutGridRowField?: string | undefined;
|
|
7540
7540
|
layoutGridColumnField?: string | undefined;
|
|
7541
7541
|
layoutGridMaxRows?: number | undefined;
|
|
7542
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7542
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7543
7543
|
contentTypeField?: string | undefined;
|
|
7544
7544
|
fixedContentType?: string | undefined;
|
|
7545
7545
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7646,7 +7646,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7646
7646
|
layoutGridRowField?: string | undefined;
|
|
7647
7647
|
layoutGridColumnField?: string | undefined;
|
|
7648
7648
|
layoutGridMaxRows?: number | undefined;
|
|
7649
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7649
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7650
7650
|
contentTypeField?: string | undefined;
|
|
7651
7651
|
fixedContentType?: string | undefined;
|
|
7652
7652
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7754,7 +7754,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7754
7754
|
layoutGridRowField?: string | undefined;
|
|
7755
7755
|
layoutGridColumnField?: string | undefined;
|
|
7756
7756
|
layoutGridMaxRows?: number | undefined;
|
|
7757
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7757
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7758
7758
|
contentTypeField?: string | undefined;
|
|
7759
7759
|
fixedContentType?: string | undefined;
|
|
7760
7760
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7860,7 +7860,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7860
7860
|
layoutGridRowField?: string | undefined;
|
|
7861
7861
|
layoutGridColumnField?: string | undefined;
|
|
7862
7862
|
layoutGridMaxRows?: number | undefined;
|
|
7863
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7863
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7864
7864
|
contentTypeField?: string | undefined;
|
|
7865
7865
|
fixedContentType?: string | undefined;
|
|
7866
7866
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7966,7 +7966,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
7966
7966
|
layoutGridRowField?: string | undefined;
|
|
7967
7967
|
layoutGridColumnField?: string | undefined;
|
|
7968
7968
|
layoutGridMaxRows?: number | undefined;
|
|
7969
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7969
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7970
7970
|
contentTypeField?: string | undefined;
|
|
7971
7971
|
fixedContentType?: string | undefined;
|
|
7972
7972
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8072,7 +8072,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8072
8072
|
layoutGridRowField?: string | undefined;
|
|
8073
8073
|
layoutGridColumnField?: string | undefined;
|
|
8074
8074
|
layoutGridMaxRows?: number | undefined;
|
|
8075
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8075
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8076
8076
|
contentTypeField?: string | undefined;
|
|
8077
8077
|
fixedContentType?: string | undefined;
|
|
8078
8078
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8178,7 +8178,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8178
8178
|
layoutGridRowField?: string | undefined;
|
|
8179
8179
|
layoutGridColumnField?: string | undefined;
|
|
8180
8180
|
layoutGridMaxRows?: number | undefined;
|
|
8181
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8181
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8182
8182
|
contentTypeField?: string | undefined;
|
|
8183
8183
|
fixedContentType?: string | undefined;
|
|
8184
8184
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8284,7 +8284,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8284
8284
|
layoutGridRowField?: string | undefined;
|
|
8285
8285
|
layoutGridColumnField?: string | undefined;
|
|
8286
8286
|
layoutGridMaxRows?: number | undefined;
|
|
8287
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8287
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8288
8288
|
contentTypeField?: string | undefined;
|
|
8289
8289
|
fixedContentType?: string | undefined;
|
|
8290
8290
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8394,7 +8394,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8394
8394
|
layoutGridRowField?: string | undefined;
|
|
8395
8395
|
layoutGridColumnField?: string | undefined;
|
|
8396
8396
|
layoutGridMaxRows?: number | undefined;
|
|
8397
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8397
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8398
8398
|
contentTypeField?: string | undefined;
|
|
8399
8399
|
fixedContentType?: string | undefined;
|
|
8400
8400
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8500,7 +8500,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8500
8500
|
layoutGridRowField?: string | undefined;
|
|
8501
8501
|
layoutGridColumnField?: string | undefined;
|
|
8502
8502
|
layoutGridMaxRows?: number | undefined;
|
|
8503
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8503
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8504
8504
|
contentTypeField?: string | undefined;
|
|
8505
8505
|
fixedContentType?: string | undefined;
|
|
8506
8506
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8608,7 +8608,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8608
8608
|
layoutGridRowField?: string | undefined;
|
|
8609
8609
|
layoutGridColumnField?: string | undefined;
|
|
8610
8610
|
layoutGridMaxRows?: number | undefined;
|
|
8611
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8611
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8612
8612
|
contentTypeField?: string | undefined;
|
|
8613
8613
|
fixedContentType?: string | undefined;
|
|
8614
8614
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8714,7 +8714,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8714
8714
|
layoutGridRowField?: string | undefined;
|
|
8715
8715
|
layoutGridColumnField?: string | undefined;
|
|
8716
8716
|
layoutGridMaxRows?: number | undefined;
|
|
8717
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8717
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8718
8718
|
contentTypeField?: string | undefined;
|
|
8719
8719
|
fixedContentType?: string | undefined;
|
|
8720
8720
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8827,7 +8827,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8827
8827
|
layoutGridRowField?: string | undefined;
|
|
8828
8828
|
layoutGridColumnField?: string | undefined;
|
|
8829
8829
|
layoutGridMaxRows?: number | undefined;
|
|
8830
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8830
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8831
8831
|
contentTypeField?: string | undefined;
|
|
8832
8832
|
fixedContentType?: string | undefined;
|
|
8833
8833
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8939,7 +8939,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
8939
8939
|
layoutGridRowField?: string | undefined;
|
|
8940
8940
|
layoutGridColumnField?: string | undefined;
|
|
8941
8941
|
layoutGridMaxRows?: number | undefined;
|
|
8942
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8942
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8943
8943
|
contentTypeField?: string | undefined;
|
|
8944
8944
|
fixedContentType?: string | undefined;
|
|
8945
8945
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9045,7 +9045,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9045
9045
|
layoutGridRowField?: string | undefined;
|
|
9046
9046
|
layoutGridColumnField?: string | undefined;
|
|
9047
9047
|
layoutGridMaxRows?: number | undefined;
|
|
9048
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9048
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9049
9049
|
contentTypeField?: string | undefined;
|
|
9050
9050
|
fixedContentType?: string | undefined;
|
|
9051
9051
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9151,7 +9151,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9151
9151
|
layoutGridRowField?: string | undefined;
|
|
9152
9152
|
layoutGridColumnField?: string | undefined;
|
|
9153
9153
|
layoutGridMaxRows?: number | undefined;
|
|
9154
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9154
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9155
9155
|
contentTypeField?: string | undefined;
|
|
9156
9156
|
fixedContentType?: string | undefined;
|
|
9157
9157
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9261,7 +9261,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9261
9261
|
layoutGridRowField?: string | undefined;
|
|
9262
9262
|
layoutGridColumnField?: string | undefined;
|
|
9263
9263
|
layoutGridMaxRows?: number | undefined;
|
|
9264
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9264
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9265
9265
|
contentTypeField?: string | undefined;
|
|
9266
9266
|
fixedContentType?: string | undefined;
|
|
9267
9267
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9373,7 +9373,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9373
9373
|
layoutGridRowField?: string | undefined;
|
|
9374
9374
|
layoutGridColumnField?: string | undefined;
|
|
9375
9375
|
layoutGridMaxRows?: number | undefined;
|
|
9376
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9376
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9377
9377
|
contentTypeField?: string | undefined;
|
|
9378
9378
|
fixedContentType?: string | undefined;
|
|
9379
9379
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9479,7 +9479,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9479
9479
|
layoutGridRowField?: string | undefined;
|
|
9480
9480
|
layoutGridColumnField?: string | undefined;
|
|
9481
9481
|
layoutGridMaxRows?: number | undefined;
|
|
9482
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9482
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9483
9483
|
contentTypeField?: string | undefined;
|
|
9484
9484
|
fixedContentType?: string | undefined;
|
|
9485
9485
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9588,7 +9588,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9588
9588
|
layoutGridRowField?: string | undefined;
|
|
9589
9589
|
layoutGridColumnField?: string | undefined;
|
|
9590
9590
|
layoutGridMaxRows?: number | undefined;
|
|
9591
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9591
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9592
9592
|
contentTypeField?: string | undefined;
|
|
9593
9593
|
fixedContentType?: string | undefined;
|
|
9594
9594
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9699,7 +9699,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9699
9699
|
layoutGridRowField?: string | undefined;
|
|
9700
9700
|
layoutGridColumnField?: string | undefined;
|
|
9701
9701
|
layoutGridMaxRows?: number | undefined;
|
|
9702
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9702
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9703
9703
|
contentTypeField?: string | undefined;
|
|
9704
9704
|
fixedContentType?: string | undefined;
|
|
9705
9705
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9811,7 +9811,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9811
9811
|
layoutGridRowField?: string | undefined;
|
|
9812
9812
|
layoutGridColumnField?: string | undefined;
|
|
9813
9813
|
layoutGridMaxRows?: number | undefined;
|
|
9814
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9814
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9815
9815
|
contentTypeField?: string | undefined;
|
|
9816
9816
|
fixedContentType?: string | undefined;
|
|
9817
9817
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9917,7 +9917,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
9917
9917
|
layoutGridRowField?: string | undefined;
|
|
9918
9918
|
layoutGridColumnField?: string | undefined;
|
|
9919
9919
|
layoutGridMaxRows?: number | undefined;
|
|
9920
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9920
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9921
9921
|
contentTypeField?: string | undefined;
|
|
9922
9922
|
fixedContentType?: string | undefined;
|
|
9923
9923
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10030,7 +10030,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10030
10030
|
layoutGridRowField?: string | undefined;
|
|
10031
10031
|
layoutGridColumnField?: string | undefined;
|
|
10032
10032
|
layoutGridMaxRows?: number | undefined;
|
|
10033
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10033
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10034
10034
|
contentTypeField?: string | undefined;
|
|
10035
10035
|
fixedContentType?: string | undefined;
|
|
10036
10036
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10137,7 +10137,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10137
10137
|
layoutGridRowField?: string | undefined;
|
|
10138
10138
|
layoutGridColumnField?: string | undefined;
|
|
10139
10139
|
layoutGridMaxRows?: number | undefined;
|
|
10140
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10140
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10141
10141
|
contentTypeField?: string | undefined;
|
|
10142
10142
|
fixedContentType?: string | undefined;
|
|
10143
10143
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10244,7 +10244,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10244
10244
|
layoutGridRowField?: string | undefined;
|
|
10245
10245
|
layoutGridColumnField?: string | undefined;
|
|
10246
10246
|
layoutGridMaxRows?: number | undefined;
|
|
10247
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10247
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10248
10248
|
contentTypeField?: string | undefined;
|
|
10249
10249
|
fixedContentType?: string | undefined;
|
|
10250
10250
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10352,7 +10352,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10352
10352
|
layoutGridRowField?: string | undefined;
|
|
10353
10353
|
layoutGridColumnField?: string | undefined;
|
|
10354
10354
|
layoutGridMaxRows?: number | undefined;
|
|
10355
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10355
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10356
10356
|
contentTypeField?: string | undefined;
|
|
10357
10357
|
fixedContentType?: string | undefined;
|
|
10358
10358
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10458,7 +10458,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10458
10458
|
layoutGridRowField?: string | undefined;
|
|
10459
10459
|
layoutGridColumnField?: string | undefined;
|
|
10460
10460
|
layoutGridMaxRows?: number | undefined;
|
|
10461
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10461
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10462
10462
|
contentTypeField?: string | undefined;
|
|
10463
10463
|
fixedContentType?: string | undefined;
|
|
10464
10464
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10564,7 +10564,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10564
10564
|
layoutGridRowField?: string | undefined;
|
|
10565
10565
|
layoutGridColumnField?: string | undefined;
|
|
10566
10566
|
layoutGridMaxRows?: number | undefined;
|
|
10567
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10567
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10568
10568
|
contentTypeField?: string | undefined;
|
|
10569
10569
|
fixedContentType?: string | undefined;
|
|
10570
10570
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10670,7 +10670,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10670
10670
|
layoutGridRowField?: string | undefined;
|
|
10671
10671
|
layoutGridColumnField?: string | undefined;
|
|
10672
10672
|
layoutGridMaxRows?: number | undefined;
|
|
10673
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10673
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10674
10674
|
contentTypeField?: string | undefined;
|
|
10675
10675
|
fixedContentType?: string | undefined;
|
|
10676
10676
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10776,7 +10776,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10776
10776
|
layoutGridRowField?: string | undefined;
|
|
10777
10777
|
layoutGridColumnField?: string | undefined;
|
|
10778
10778
|
layoutGridMaxRows?: number | undefined;
|
|
10779
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10779
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10780
10780
|
contentTypeField?: string | undefined;
|
|
10781
10781
|
fixedContentType?: string | undefined;
|
|
10782
10782
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10882,7 +10882,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10882
10882
|
layoutGridRowField?: string | undefined;
|
|
10883
10883
|
layoutGridColumnField?: string | undefined;
|
|
10884
10884
|
layoutGridMaxRows?: number | undefined;
|
|
10885
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10885
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10886
10886
|
contentTypeField?: string | undefined;
|
|
10887
10887
|
fixedContentType?: string | undefined;
|
|
10888
10888
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10992,7 +10992,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
10992
10992
|
layoutGridRowField?: string | undefined;
|
|
10993
10993
|
layoutGridColumnField?: string | undefined;
|
|
10994
10994
|
layoutGridMaxRows?: number | undefined;
|
|
10995
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10995
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10996
10996
|
contentTypeField?: string | undefined;
|
|
10997
10997
|
fixedContentType?: string | undefined;
|
|
10998
10998
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11098,7 +11098,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11098
11098
|
layoutGridRowField?: string | undefined;
|
|
11099
11099
|
layoutGridColumnField?: string | undefined;
|
|
11100
11100
|
layoutGridMaxRows?: number | undefined;
|
|
11101
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11101
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11102
11102
|
contentTypeField?: string | undefined;
|
|
11103
11103
|
fixedContentType?: string | undefined;
|
|
11104
11104
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11206,7 +11206,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11206
11206
|
layoutGridRowField?: string | undefined;
|
|
11207
11207
|
layoutGridColumnField?: string | undefined;
|
|
11208
11208
|
layoutGridMaxRows?: number | undefined;
|
|
11209
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11209
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11210
11210
|
contentTypeField?: string | undefined;
|
|
11211
11211
|
fixedContentType?: string | undefined;
|
|
11212
11212
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11312,7 +11312,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11312
11312
|
layoutGridRowField?: string | undefined;
|
|
11313
11313
|
layoutGridColumnField?: string | undefined;
|
|
11314
11314
|
layoutGridMaxRows?: number | undefined;
|
|
11315
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11315
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11316
11316
|
contentTypeField?: string | undefined;
|
|
11317
11317
|
fixedContentType?: string | undefined;
|
|
11318
11318
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11434,7 +11434,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11434
11434
|
layoutGridRowField?: string | undefined;
|
|
11435
11435
|
layoutGridColumnField?: string | undefined;
|
|
11436
11436
|
layoutGridMaxRows?: number | undefined;
|
|
11437
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11437
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11438
11438
|
contentTypeField?: string | undefined;
|
|
11439
11439
|
fixedContentType?: string | undefined;
|
|
11440
11440
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11544,7 +11544,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11544
11544
|
layoutGridRowField?: string | undefined;
|
|
11545
11545
|
layoutGridColumnField?: string | undefined;
|
|
11546
11546
|
layoutGridMaxRows?: number | undefined;
|
|
11547
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11547
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11548
11548
|
contentTypeField?: string | undefined;
|
|
11549
11549
|
fixedContentType?: string | undefined;
|
|
11550
11550
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11666,7 +11666,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11666
11666
|
layoutGridRowField?: string | undefined;
|
|
11667
11667
|
layoutGridColumnField?: string | undefined;
|
|
11668
11668
|
layoutGridMaxRows?: number | undefined;
|
|
11669
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11669
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11670
11670
|
contentTypeField?: string | undefined;
|
|
11671
11671
|
fixedContentType?: string | undefined;
|
|
11672
11672
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11781,7 +11781,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11781
11781
|
layoutGridRowField?: string | undefined;
|
|
11782
11782
|
layoutGridColumnField?: string | undefined;
|
|
11783
11783
|
layoutGridMaxRows?: number | undefined;
|
|
11784
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11784
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11785
11785
|
contentTypeField?: string | undefined;
|
|
11786
11786
|
fixedContentType?: string | undefined;
|
|
11787
11787
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11888,7 +11888,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11888
11888
|
layoutGridRowField?: string | undefined;
|
|
11889
11889
|
layoutGridColumnField?: string | undefined;
|
|
11890
11890
|
layoutGridMaxRows?: number | undefined;
|
|
11891
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11891
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11892
11892
|
contentTypeField?: string | undefined;
|
|
11893
11893
|
fixedContentType?: string | undefined;
|
|
11894
11894
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11995,7 +11995,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
11995
11995
|
layoutGridRowField?: string | undefined;
|
|
11996
11996
|
layoutGridColumnField?: string | undefined;
|
|
11997
11997
|
layoutGridMaxRows?: number | undefined;
|
|
11998
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11998
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11999
11999
|
contentTypeField?: string | undefined;
|
|
12000
12000
|
fixedContentType?: string | undefined;
|
|
12001
12001
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12103,7 +12103,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12103
12103
|
layoutGridRowField?: string | undefined;
|
|
12104
12104
|
layoutGridColumnField?: string | undefined;
|
|
12105
12105
|
layoutGridMaxRows?: number | undefined;
|
|
12106
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12106
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12107
12107
|
contentTypeField?: string | undefined;
|
|
12108
12108
|
fixedContentType?: string | undefined;
|
|
12109
12109
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12209,7 +12209,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12209
12209
|
layoutGridRowField?: string | undefined;
|
|
12210
12210
|
layoutGridColumnField?: string | undefined;
|
|
12211
12211
|
layoutGridMaxRows?: number | undefined;
|
|
12212
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12212
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12213
12213
|
contentTypeField?: string | undefined;
|
|
12214
12214
|
fixedContentType?: string | undefined;
|
|
12215
12215
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12315,7 +12315,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12315
12315
|
layoutGridRowField?: string | undefined;
|
|
12316
12316
|
layoutGridColumnField?: string | undefined;
|
|
12317
12317
|
layoutGridMaxRows?: number | undefined;
|
|
12318
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12318
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12319
12319
|
contentTypeField?: string | undefined;
|
|
12320
12320
|
fixedContentType?: string | undefined;
|
|
12321
12321
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12421,7 +12421,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12421
12421
|
layoutGridRowField?: string | undefined;
|
|
12422
12422
|
layoutGridColumnField?: string | undefined;
|
|
12423
12423
|
layoutGridMaxRows?: number | undefined;
|
|
12424
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12424
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12425
12425
|
contentTypeField?: string | undefined;
|
|
12426
12426
|
fixedContentType?: string | undefined;
|
|
12427
12427
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12527,7 +12527,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12527
12527
|
layoutGridRowField?: string | undefined;
|
|
12528
12528
|
layoutGridColumnField?: string | undefined;
|
|
12529
12529
|
layoutGridMaxRows?: number | undefined;
|
|
12530
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12530
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12531
12531
|
contentTypeField?: string | undefined;
|
|
12532
12532
|
fixedContentType?: string | undefined;
|
|
12533
12533
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12633,7 +12633,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12633
12633
|
layoutGridRowField?: string | undefined;
|
|
12634
12634
|
layoutGridColumnField?: string | undefined;
|
|
12635
12635
|
layoutGridMaxRows?: number | undefined;
|
|
12636
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12636
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12637
12637
|
contentTypeField?: string | undefined;
|
|
12638
12638
|
fixedContentType?: string | undefined;
|
|
12639
12639
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12743,7 +12743,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12743
12743
|
layoutGridRowField?: string | undefined;
|
|
12744
12744
|
layoutGridColumnField?: string | undefined;
|
|
12745
12745
|
layoutGridMaxRows?: number | undefined;
|
|
12746
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12746
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12747
12747
|
contentTypeField?: string | undefined;
|
|
12748
12748
|
fixedContentType?: string | undefined;
|
|
12749
12749
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12849,7 +12849,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12849
12849
|
layoutGridRowField?: string | undefined;
|
|
12850
12850
|
layoutGridColumnField?: string | undefined;
|
|
12851
12851
|
layoutGridMaxRows?: number | undefined;
|
|
12852
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12852
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12853
12853
|
contentTypeField?: string | undefined;
|
|
12854
12854
|
fixedContentType?: string | undefined;
|
|
12855
12855
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12957,7 +12957,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
12957
12957
|
layoutGridRowField?: string | undefined;
|
|
12958
12958
|
layoutGridColumnField?: string | undefined;
|
|
12959
12959
|
layoutGridMaxRows?: number | undefined;
|
|
12960
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12960
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12961
12961
|
contentTypeField?: string | undefined;
|
|
12962
12962
|
fixedContentType?: string | undefined;
|
|
12963
12963
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13063,7 +13063,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13063
13063
|
layoutGridRowField?: string | undefined;
|
|
13064
13064
|
layoutGridColumnField?: string | undefined;
|
|
13065
13065
|
layoutGridMaxRows?: number | undefined;
|
|
13066
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13066
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13067
13067
|
contentTypeField?: string | undefined;
|
|
13068
13068
|
fixedContentType?: string | undefined;
|
|
13069
13069
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13187,7 +13187,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13187
13187
|
layoutGridRowField?: string | undefined;
|
|
13188
13188
|
layoutGridColumnField?: string | undefined;
|
|
13189
13189
|
layoutGridMaxRows?: number | undefined;
|
|
13190
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13190
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13191
13191
|
contentTypeField?: string | undefined;
|
|
13192
13192
|
fixedContentType?: string | undefined;
|
|
13193
13193
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13302,7 +13302,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13302
13302
|
layoutGridRowField?: string | undefined;
|
|
13303
13303
|
layoutGridColumnField?: string | undefined;
|
|
13304
13304
|
layoutGridMaxRows?: number | undefined;
|
|
13305
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13305
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13306
13306
|
contentTypeField?: string | undefined;
|
|
13307
13307
|
fixedContentType?: string | undefined;
|
|
13308
13308
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13409,7 +13409,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13409
13409
|
layoutGridRowField?: string | undefined;
|
|
13410
13410
|
layoutGridColumnField?: string | undefined;
|
|
13411
13411
|
layoutGridMaxRows?: number | undefined;
|
|
13412
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13412
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13413
13413
|
contentTypeField?: string | undefined;
|
|
13414
13414
|
fixedContentType?: string | undefined;
|
|
13415
13415
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13516,7 +13516,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13516
13516
|
layoutGridRowField?: string | undefined;
|
|
13517
13517
|
layoutGridColumnField?: string | undefined;
|
|
13518
13518
|
layoutGridMaxRows?: number | undefined;
|
|
13519
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13519
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13520
13520
|
contentTypeField?: string | undefined;
|
|
13521
13521
|
fixedContentType?: string | undefined;
|
|
13522
13522
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13624,7 +13624,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13624
13624
|
layoutGridRowField?: string | undefined;
|
|
13625
13625
|
layoutGridColumnField?: string | undefined;
|
|
13626
13626
|
layoutGridMaxRows?: number | undefined;
|
|
13627
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13627
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13628
13628
|
contentTypeField?: string | undefined;
|
|
13629
13629
|
fixedContentType?: string | undefined;
|
|
13630
13630
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13730,7 +13730,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13730
13730
|
layoutGridRowField?: string | undefined;
|
|
13731
13731
|
layoutGridColumnField?: string | undefined;
|
|
13732
13732
|
layoutGridMaxRows?: number | undefined;
|
|
13733
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13733
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13734
13734
|
contentTypeField?: string | undefined;
|
|
13735
13735
|
fixedContentType?: string | undefined;
|
|
13736
13736
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13836,7 +13836,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13836
13836
|
layoutGridRowField?: string | undefined;
|
|
13837
13837
|
layoutGridColumnField?: string | undefined;
|
|
13838
13838
|
layoutGridMaxRows?: number | undefined;
|
|
13839
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13839
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13840
13840
|
contentTypeField?: string | undefined;
|
|
13841
13841
|
fixedContentType?: string | undefined;
|
|
13842
13842
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13942,7 +13942,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
13942
13942
|
layoutGridRowField?: string | undefined;
|
|
13943
13943
|
layoutGridColumnField?: string | undefined;
|
|
13944
13944
|
layoutGridMaxRows?: number | undefined;
|
|
13945
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13945
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13946
13946
|
contentTypeField?: string | undefined;
|
|
13947
13947
|
fixedContentType?: string | undefined;
|
|
13948
13948
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14048,7 +14048,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14048
14048
|
layoutGridRowField?: string | undefined;
|
|
14049
14049
|
layoutGridColumnField?: string | undefined;
|
|
14050
14050
|
layoutGridMaxRows?: number | undefined;
|
|
14051
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14051
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14052
14052
|
contentTypeField?: string | undefined;
|
|
14053
14053
|
fixedContentType?: string | undefined;
|
|
14054
14054
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14154,7 +14154,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14154
14154
|
layoutGridRowField?: string | undefined;
|
|
14155
14155
|
layoutGridColumnField?: string | undefined;
|
|
14156
14156
|
layoutGridMaxRows?: number | undefined;
|
|
14157
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14157
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14158
14158
|
contentTypeField?: string | undefined;
|
|
14159
14159
|
fixedContentType?: string | undefined;
|
|
14160
14160
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14264,7 +14264,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14264
14264
|
layoutGridRowField?: string | undefined;
|
|
14265
14265
|
layoutGridColumnField?: string | undefined;
|
|
14266
14266
|
layoutGridMaxRows?: number | undefined;
|
|
14267
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14267
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14268
14268
|
contentTypeField?: string | undefined;
|
|
14269
14269
|
fixedContentType?: string | undefined;
|
|
14270
14270
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14370,7 +14370,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14370
14370
|
layoutGridRowField?: string | undefined;
|
|
14371
14371
|
layoutGridColumnField?: string | undefined;
|
|
14372
14372
|
layoutGridMaxRows?: number | undefined;
|
|
14373
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14373
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14374
14374
|
contentTypeField?: string | undefined;
|
|
14375
14375
|
fixedContentType?: string | undefined;
|
|
14376
14376
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14478,7 +14478,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14478
14478
|
layoutGridRowField?: string | undefined;
|
|
14479
14479
|
layoutGridColumnField?: string | undefined;
|
|
14480
14480
|
layoutGridMaxRows?: number | undefined;
|
|
14481
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14481
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14482
14482
|
contentTypeField?: string | undefined;
|
|
14483
14483
|
fixedContentType?: string | undefined;
|
|
14484
14484
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14584,7 +14584,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14584
14584
|
layoutGridRowField?: string | undefined;
|
|
14585
14585
|
layoutGridColumnField?: string | undefined;
|
|
14586
14586
|
layoutGridMaxRows?: number | undefined;
|
|
14587
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14587
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14588
14588
|
contentTypeField?: string | undefined;
|
|
14589
14589
|
fixedContentType?: string | undefined;
|
|
14590
14590
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14697,7 +14697,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14697
14697
|
layoutGridRowField?: string | undefined;
|
|
14698
14698
|
layoutGridColumnField?: string | undefined;
|
|
14699
14699
|
layoutGridMaxRows?: number | undefined;
|
|
14700
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14700
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14701
14701
|
contentTypeField?: string | undefined;
|
|
14702
14702
|
fixedContentType?: string | undefined;
|
|
14703
14703
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14809,7 +14809,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14809
14809
|
layoutGridRowField?: string | undefined;
|
|
14810
14810
|
layoutGridColumnField?: string | undefined;
|
|
14811
14811
|
layoutGridMaxRows?: number | undefined;
|
|
14812
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14812
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14813
14813
|
contentTypeField?: string | undefined;
|
|
14814
14814
|
fixedContentType?: string | undefined;
|
|
14815
14815
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14915,7 +14915,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
14915
14915
|
layoutGridRowField?: string | undefined;
|
|
14916
14916
|
layoutGridColumnField?: string | undefined;
|
|
14917
14917
|
layoutGridMaxRows?: number | undefined;
|
|
14918
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14918
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14919
14919
|
contentTypeField?: string | undefined;
|
|
14920
14920
|
fixedContentType?: string | undefined;
|
|
14921
14921
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15024,7 +15024,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15024
15024
|
layoutGridRowField?: string | undefined;
|
|
15025
15025
|
layoutGridColumnField?: string | undefined;
|
|
15026
15026
|
layoutGridMaxRows?: number | undefined;
|
|
15027
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15027
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15028
15028
|
contentTypeField?: string | undefined;
|
|
15029
15029
|
fixedContentType?: string | undefined;
|
|
15030
15030
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15135,7 +15135,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15135
15135
|
layoutGridRowField?: string | undefined;
|
|
15136
15136
|
layoutGridColumnField?: string | undefined;
|
|
15137
15137
|
layoutGridMaxRows?: number | undefined;
|
|
15138
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15138
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15139
15139
|
contentTypeField?: string | undefined;
|
|
15140
15140
|
fixedContentType?: string | undefined;
|
|
15141
15141
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15247,7 +15247,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15247
15247
|
layoutGridRowField?: string | undefined;
|
|
15248
15248
|
layoutGridColumnField?: string | undefined;
|
|
15249
15249
|
layoutGridMaxRows?: number | undefined;
|
|
15250
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15250
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15251
15251
|
contentTypeField?: string | undefined;
|
|
15252
15252
|
fixedContentType?: string | undefined;
|
|
15253
15253
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15353,7 +15353,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15353
15353
|
layoutGridRowField?: string | undefined;
|
|
15354
15354
|
layoutGridColumnField?: string | undefined;
|
|
15355
15355
|
layoutGridMaxRows?: number | undefined;
|
|
15356
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15356
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15357
15357
|
contentTypeField?: string | undefined;
|
|
15358
15358
|
fixedContentType?: string | undefined;
|
|
15359
15359
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15466,7 +15466,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15466
15466
|
layoutGridRowField?: string | undefined;
|
|
15467
15467
|
layoutGridColumnField?: string | undefined;
|
|
15468
15468
|
layoutGridMaxRows?: number | undefined;
|
|
15469
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15469
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15470
15470
|
contentTypeField?: string | undefined;
|
|
15471
15471
|
fixedContentType?: string | undefined;
|
|
15472
15472
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15573,7 +15573,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15573
15573
|
layoutGridRowField?: string | undefined;
|
|
15574
15574
|
layoutGridColumnField?: string | undefined;
|
|
15575
15575
|
layoutGridMaxRows?: number | undefined;
|
|
15576
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15576
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15577
15577
|
contentTypeField?: string | undefined;
|
|
15578
15578
|
fixedContentType?: string | undefined;
|
|
15579
15579
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15680,7 +15680,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15680
15680
|
layoutGridRowField?: string | undefined;
|
|
15681
15681
|
layoutGridColumnField?: string | undefined;
|
|
15682
15682
|
layoutGridMaxRows?: number | undefined;
|
|
15683
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15683
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15684
15684
|
contentTypeField?: string | undefined;
|
|
15685
15685
|
fixedContentType?: string | undefined;
|
|
15686
15686
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15788,7 +15788,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15788
15788
|
layoutGridRowField?: string | undefined;
|
|
15789
15789
|
layoutGridColumnField?: string | undefined;
|
|
15790
15790
|
layoutGridMaxRows?: number | undefined;
|
|
15791
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15791
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15792
15792
|
contentTypeField?: string | undefined;
|
|
15793
15793
|
fixedContentType?: string | undefined;
|
|
15794
15794
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15894,7 +15894,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
15894
15894
|
layoutGridRowField?: string | undefined;
|
|
15895
15895
|
layoutGridColumnField?: string | undefined;
|
|
15896
15896
|
layoutGridMaxRows?: number | undefined;
|
|
15897
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15897
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15898
15898
|
contentTypeField?: string | undefined;
|
|
15899
15899
|
fixedContentType?: string | undefined;
|
|
15900
15900
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16000,7 +16000,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16000
16000
|
layoutGridRowField?: string | undefined;
|
|
16001
16001
|
layoutGridColumnField?: string | undefined;
|
|
16002
16002
|
layoutGridMaxRows?: number | undefined;
|
|
16003
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16003
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16004
16004
|
contentTypeField?: string | undefined;
|
|
16005
16005
|
fixedContentType?: string | undefined;
|
|
16006
16006
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16106,7 +16106,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16106
16106
|
layoutGridRowField?: string | undefined;
|
|
16107
16107
|
layoutGridColumnField?: string | undefined;
|
|
16108
16108
|
layoutGridMaxRows?: number | undefined;
|
|
16109
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16109
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16110
16110
|
contentTypeField?: string | undefined;
|
|
16111
16111
|
fixedContentType?: string | undefined;
|
|
16112
16112
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16212,7 +16212,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16212
16212
|
layoutGridRowField?: string | undefined;
|
|
16213
16213
|
layoutGridColumnField?: string | undefined;
|
|
16214
16214
|
layoutGridMaxRows?: number | undefined;
|
|
16215
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16215
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16216
16216
|
contentTypeField?: string | undefined;
|
|
16217
16217
|
fixedContentType?: string | undefined;
|
|
16218
16218
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16318,7 +16318,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16318
16318
|
layoutGridRowField?: string | undefined;
|
|
16319
16319
|
layoutGridColumnField?: string | undefined;
|
|
16320
16320
|
layoutGridMaxRows?: number | undefined;
|
|
16321
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16321
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16322
16322
|
contentTypeField?: string | undefined;
|
|
16323
16323
|
fixedContentType?: string | undefined;
|
|
16324
16324
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16428,7 +16428,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16428
16428
|
layoutGridRowField?: string | undefined;
|
|
16429
16429
|
layoutGridColumnField?: string | undefined;
|
|
16430
16430
|
layoutGridMaxRows?: number | undefined;
|
|
16431
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16431
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16432
16432
|
contentTypeField?: string | undefined;
|
|
16433
16433
|
fixedContentType?: string | undefined;
|
|
16434
16434
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16534,7 +16534,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16534
16534
|
layoutGridRowField?: string | undefined;
|
|
16535
16535
|
layoutGridColumnField?: string | undefined;
|
|
16536
16536
|
layoutGridMaxRows?: number | undefined;
|
|
16537
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16537
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16538
16538
|
contentTypeField?: string | undefined;
|
|
16539
16539
|
fixedContentType?: string | undefined;
|
|
16540
16540
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16642,7 +16642,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16642
16642
|
layoutGridRowField?: string | undefined;
|
|
16643
16643
|
layoutGridColumnField?: string | undefined;
|
|
16644
16644
|
layoutGridMaxRows?: number | undefined;
|
|
16645
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16645
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16646
16646
|
contentTypeField?: string | undefined;
|
|
16647
16647
|
fixedContentType?: string | undefined;
|
|
16648
16648
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16748,7 +16748,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16748
16748
|
layoutGridRowField?: string | undefined;
|
|
16749
16749
|
layoutGridColumnField?: string | undefined;
|
|
16750
16750
|
layoutGridMaxRows?: number | undefined;
|
|
16751
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16751
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16752
16752
|
contentTypeField?: string | undefined;
|
|
16753
16753
|
fixedContentType?: string | undefined;
|
|
16754
16754
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16872,7 +16872,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16872
16872
|
layoutGridRowField?: string | undefined;
|
|
16873
16873
|
layoutGridColumnField?: string | undefined;
|
|
16874
16874
|
layoutGridMaxRows?: number | undefined;
|
|
16875
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16875
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16876
16876
|
contentTypeField?: string | undefined;
|
|
16877
16877
|
fixedContentType?: string | undefined;
|
|
16878
16878
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16982,7 +16982,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
16982
16982
|
layoutGridRowField?: string | undefined;
|
|
16983
16983
|
layoutGridColumnField?: string | undefined;
|
|
16984
16984
|
layoutGridMaxRows?: number | undefined;
|
|
16985
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16985
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16986
16986
|
contentTypeField?: string | undefined;
|
|
16987
16987
|
fixedContentType?: string | undefined;
|
|
16988
16988
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17104,7 +17104,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17104
17104
|
layoutGridRowField?: string | undefined;
|
|
17105
17105
|
layoutGridColumnField?: string | undefined;
|
|
17106
17106
|
layoutGridMaxRows?: number | undefined;
|
|
17107
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17107
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17108
17108
|
contentTypeField?: string | undefined;
|
|
17109
17109
|
fixedContentType?: string | undefined;
|
|
17110
17110
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17219,7 +17219,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17219
17219
|
layoutGridRowField?: string | undefined;
|
|
17220
17220
|
layoutGridColumnField?: string | undefined;
|
|
17221
17221
|
layoutGridMaxRows?: number | undefined;
|
|
17222
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17222
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17223
17223
|
contentTypeField?: string | undefined;
|
|
17224
17224
|
fixedContentType?: string | undefined;
|
|
17225
17225
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17326,7 +17326,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17326
17326
|
layoutGridRowField?: string | undefined;
|
|
17327
17327
|
layoutGridColumnField?: string | undefined;
|
|
17328
17328
|
layoutGridMaxRows?: number | undefined;
|
|
17329
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17329
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17330
17330
|
contentTypeField?: string | undefined;
|
|
17331
17331
|
fixedContentType?: string | undefined;
|
|
17332
17332
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17433,7 +17433,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17433
17433
|
layoutGridRowField?: string | undefined;
|
|
17434
17434
|
layoutGridColumnField?: string | undefined;
|
|
17435
17435
|
layoutGridMaxRows?: number | undefined;
|
|
17436
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17436
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17437
17437
|
contentTypeField?: string | undefined;
|
|
17438
17438
|
fixedContentType?: string | undefined;
|
|
17439
17439
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17541,7 +17541,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17541
17541
|
layoutGridRowField?: string | undefined;
|
|
17542
17542
|
layoutGridColumnField?: string | undefined;
|
|
17543
17543
|
layoutGridMaxRows?: number | undefined;
|
|
17544
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17544
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17545
17545
|
contentTypeField?: string | undefined;
|
|
17546
17546
|
fixedContentType?: string | undefined;
|
|
17547
17547
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17647,7 +17647,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17647
17647
|
layoutGridRowField?: string | undefined;
|
|
17648
17648
|
layoutGridColumnField?: string | undefined;
|
|
17649
17649
|
layoutGridMaxRows?: number | undefined;
|
|
17650
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17650
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17651
17651
|
contentTypeField?: string | undefined;
|
|
17652
17652
|
fixedContentType?: string | undefined;
|
|
17653
17653
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17753,7 +17753,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17753
17753
|
layoutGridRowField?: string | undefined;
|
|
17754
17754
|
layoutGridColumnField?: string | undefined;
|
|
17755
17755
|
layoutGridMaxRows?: number | undefined;
|
|
17756
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17756
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17757
17757
|
contentTypeField?: string | undefined;
|
|
17758
17758
|
fixedContentType?: string | undefined;
|
|
17759
17759
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17859,7 +17859,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17859
17859
|
layoutGridRowField?: string | undefined;
|
|
17860
17860
|
layoutGridColumnField?: string | undefined;
|
|
17861
17861
|
layoutGridMaxRows?: number | undefined;
|
|
17862
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17862
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17863
17863
|
contentTypeField?: string | undefined;
|
|
17864
17864
|
fixedContentType?: string | undefined;
|
|
17865
17865
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17965,7 +17965,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
17965
17965
|
layoutGridRowField?: string | undefined;
|
|
17966
17966
|
layoutGridColumnField?: string | undefined;
|
|
17967
17967
|
layoutGridMaxRows?: number | undefined;
|
|
17968
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17968
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17969
17969
|
contentTypeField?: string | undefined;
|
|
17970
17970
|
fixedContentType?: string | undefined;
|
|
17971
17971
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18071,7 +18071,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18071
18071
|
layoutGridRowField?: string | undefined;
|
|
18072
18072
|
layoutGridColumnField?: string | undefined;
|
|
18073
18073
|
layoutGridMaxRows?: number | undefined;
|
|
18074
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18074
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18075
18075
|
contentTypeField?: string | undefined;
|
|
18076
18076
|
fixedContentType?: string | undefined;
|
|
18077
18077
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18181,7 +18181,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18181
18181
|
layoutGridRowField?: string | undefined;
|
|
18182
18182
|
layoutGridColumnField?: string | undefined;
|
|
18183
18183
|
layoutGridMaxRows?: number | undefined;
|
|
18184
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18184
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18185
18185
|
contentTypeField?: string | undefined;
|
|
18186
18186
|
fixedContentType?: string | undefined;
|
|
18187
18187
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18287,7 +18287,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18287
18287
|
layoutGridRowField?: string | undefined;
|
|
18288
18288
|
layoutGridColumnField?: string | undefined;
|
|
18289
18289
|
layoutGridMaxRows?: number | undefined;
|
|
18290
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18290
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18291
18291
|
contentTypeField?: string | undefined;
|
|
18292
18292
|
fixedContentType?: string | undefined;
|
|
18293
18293
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18395,7 +18395,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18395
18395
|
layoutGridRowField?: string | undefined;
|
|
18396
18396
|
layoutGridColumnField?: string | undefined;
|
|
18397
18397
|
layoutGridMaxRows?: number | undefined;
|
|
18398
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18398
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18399
18399
|
contentTypeField?: string | undefined;
|
|
18400
18400
|
fixedContentType?: string | undefined;
|
|
18401
18401
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18501,7 +18501,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18501
18501
|
layoutGridRowField?: string | undefined;
|
|
18502
18502
|
layoutGridColumnField?: string | undefined;
|
|
18503
18503
|
layoutGridMaxRows?: number | undefined;
|
|
18504
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18504
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18505
18505
|
contentTypeField?: string | undefined;
|
|
18506
18506
|
fixedContentType?: string | undefined;
|
|
18507
18507
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18614,7 +18614,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18614
18614
|
layoutGridRowField?: string | undefined;
|
|
18615
18615
|
layoutGridColumnField?: string | undefined;
|
|
18616
18616
|
layoutGridMaxRows?: number | undefined;
|
|
18617
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18617
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18618
18618
|
contentTypeField?: string | undefined;
|
|
18619
18619
|
fixedContentType?: string | undefined;
|
|
18620
18620
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18726,7 +18726,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18726
18726
|
layoutGridRowField?: string | undefined;
|
|
18727
18727
|
layoutGridColumnField?: string | undefined;
|
|
18728
18728
|
layoutGridMaxRows?: number | undefined;
|
|
18729
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18729
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18730
18730
|
contentTypeField?: string | undefined;
|
|
18731
18731
|
fixedContentType?: string | undefined;
|
|
18732
18732
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18832,7 +18832,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18832
18832
|
layoutGridRowField?: string | undefined;
|
|
18833
18833
|
layoutGridColumnField?: string | undefined;
|
|
18834
18834
|
layoutGridMaxRows?: number | undefined;
|
|
18835
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18835
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18836
18836
|
contentTypeField?: string | undefined;
|
|
18837
18837
|
fixedContentType?: string | undefined;
|
|
18838
18838
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18945,7 +18945,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
18945
18945
|
layoutGridRowField?: string | undefined;
|
|
18946
18946
|
layoutGridColumnField?: string | undefined;
|
|
18947
18947
|
layoutGridMaxRows?: number | undefined;
|
|
18948
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18948
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18949
18949
|
contentTypeField?: string | undefined;
|
|
18950
18950
|
fixedContentType?: string | undefined;
|
|
18951
18951
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19052,7 +19052,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19052
19052
|
layoutGridRowField?: string | undefined;
|
|
19053
19053
|
layoutGridColumnField?: string | undefined;
|
|
19054
19054
|
layoutGridMaxRows?: number | undefined;
|
|
19055
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19055
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19056
19056
|
contentTypeField?: string | undefined;
|
|
19057
19057
|
fixedContentType?: string | undefined;
|
|
19058
19058
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19159,7 +19159,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19159
19159
|
layoutGridRowField?: string | undefined;
|
|
19160
19160
|
layoutGridColumnField?: string | undefined;
|
|
19161
19161
|
layoutGridMaxRows?: number | undefined;
|
|
19162
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19162
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19163
19163
|
contentTypeField?: string | undefined;
|
|
19164
19164
|
fixedContentType?: string | undefined;
|
|
19165
19165
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19267,7 +19267,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19267
19267
|
layoutGridRowField?: string | undefined;
|
|
19268
19268
|
layoutGridColumnField?: string | undefined;
|
|
19269
19269
|
layoutGridMaxRows?: number | undefined;
|
|
19270
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19270
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19271
19271
|
contentTypeField?: string | undefined;
|
|
19272
19272
|
fixedContentType?: string | undefined;
|
|
19273
19273
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19373,7 +19373,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19373
19373
|
layoutGridRowField?: string | undefined;
|
|
19374
19374
|
layoutGridColumnField?: string | undefined;
|
|
19375
19375
|
layoutGridMaxRows?: number | undefined;
|
|
19376
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19376
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19377
19377
|
contentTypeField?: string | undefined;
|
|
19378
19378
|
fixedContentType?: string | undefined;
|
|
19379
19379
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19479,7 +19479,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19479
19479
|
layoutGridRowField?: string | undefined;
|
|
19480
19480
|
layoutGridColumnField?: string | undefined;
|
|
19481
19481
|
layoutGridMaxRows?: number | undefined;
|
|
19482
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19482
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19483
19483
|
contentTypeField?: string | undefined;
|
|
19484
19484
|
fixedContentType?: string | undefined;
|
|
19485
19485
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19585,7 +19585,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19585
19585
|
layoutGridRowField?: string | undefined;
|
|
19586
19586
|
layoutGridColumnField?: string | undefined;
|
|
19587
19587
|
layoutGridMaxRows?: number | undefined;
|
|
19588
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19588
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19589
19589
|
contentTypeField?: string | undefined;
|
|
19590
19590
|
fixedContentType?: string | undefined;
|
|
19591
19591
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19691,7 +19691,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19691
19691
|
layoutGridRowField?: string | undefined;
|
|
19692
19692
|
layoutGridColumnField?: string | undefined;
|
|
19693
19693
|
layoutGridMaxRows?: number | undefined;
|
|
19694
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19694
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19695
19695
|
contentTypeField?: string | undefined;
|
|
19696
19696
|
fixedContentType?: string | undefined;
|
|
19697
19697
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19797,7 +19797,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19797
19797
|
layoutGridRowField?: string | undefined;
|
|
19798
19798
|
layoutGridColumnField?: string | undefined;
|
|
19799
19799
|
layoutGridMaxRows?: number | undefined;
|
|
19800
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19800
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19801
19801
|
contentTypeField?: string | undefined;
|
|
19802
19802
|
fixedContentType?: string | undefined;
|
|
19803
19803
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19907,7 +19907,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
19907
19907
|
layoutGridRowField?: string | undefined;
|
|
19908
19908
|
layoutGridColumnField?: string | undefined;
|
|
19909
19909
|
layoutGridMaxRows?: number | undefined;
|
|
19910
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19910
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19911
19911
|
contentTypeField?: string | undefined;
|
|
19912
19912
|
fixedContentType?: string | undefined;
|
|
19913
19913
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20013,7 +20013,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20013
20013
|
layoutGridRowField?: string | undefined;
|
|
20014
20014
|
layoutGridColumnField?: string | undefined;
|
|
20015
20015
|
layoutGridMaxRows?: number | undefined;
|
|
20016
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20016
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20017
20017
|
contentTypeField?: string | undefined;
|
|
20018
20018
|
fixedContentType?: string | undefined;
|
|
20019
20019
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20121,7 +20121,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20121
20121
|
layoutGridRowField?: string | undefined;
|
|
20122
20122
|
layoutGridColumnField?: string | undefined;
|
|
20123
20123
|
layoutGridMaxRows?: number | undefined;
|
|
20124
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20124
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20125
20125
|
contentTypeField?: string | undefined;
|
|
20126
20126
|
fixedContentType?: string | undefined;
|
|
20127
20127
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20227,7 +20227,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20227
20227
|
layoutGridRowField?: string | undefined;
|
|
20228
20228
|
layoutGridColumnField?: string | undefined;
|
|
20229
20229
|
layoutGridMaxRows?: number | undefined;
|
|
20230
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20230
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20231
20231
|
contentTypeField?: string | undefined;
|
|
20232
20232
|
fixedContentType?: string | undefined;
|
|
20233
20233
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20340,7 +20340,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20340
20340
|
layoutGridRowField?: string | undefined;
|
|
20341
20341
|
layoutGridColumnField?: string | undefined;
|
|
20342
20342
|
layoutGridMaxRows?: number | undefined;
|
|
20343
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20343
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20344
20344
|
contentTypeField?: string | undefined;
|
|
20345
20345
|
fixedContentType?: string | undefined;
|
|
20346
20346
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20452,7 +20452,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20452
20452
|
layoutGridRowField?: string | undefined;
|
|
20453
20453
|
layoutGridColumnField?: string | undefined;
|
|
20454
20454
|
layoutGridMaxRows?: number | undefined;
|
|
20455
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20455
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20456
20456
|
contentTypeField?: string | undefined;
|
|
20457
20457
|
fixedContentType?: string | undefined;
|
|
20458
20458
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20558,7 +20558,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20558
20558
|
layoutGridRowField?: string | undefined;
|
|
20559
20559
|
layoutGridColumnField?: string | undefined;
|
|
20560
20560
|
layoutGridMaxRows?: number | undefined;
|
|
20561
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20561
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20562
20562
|
contentTypeField?: string | undefined;
|
|
20563
20563
|
fixedContentType?: string | undefined;
|
|
20564
20564
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20667,7 +20667,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20667
20667
|
layoutGridRowField?: string | undefined;
|
|
20668
20668
|
layoutGridColumnField?: string | undefined;
|
|
20669
20669
|
layoutGridMaxRows?: number | undefined;
|
|
20670
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20670
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20671
20671
|
contentTypeField?: string | undefined;
|
|
20672
20672
|
fixedContentType?: string | undefined;
|
|
20673
20673
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20778,7 +20778,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20778
20778
|
layoutGridRowField?: string | undefined;
|
|
20779
20779
|
layoutGridColumnField?: string | undefined;
|
|
20780
20780
|
layoutGridMaxRows?: number | undefined;
|
|
20781
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20781
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20782
20782
|
contentTypeField?: string | undefined;
|
|
20783
20783
|
fixedContentType?: string | undefined;
|
|
20784
20784
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20890,7 +20890,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20890
20890
|
layoutGridRowField?: string | undefined;
|
|
20891
20891
|
layoutGridColumnField?: string | undefined;
|
|
20892
20892
|
layoutGridMaxRows?: number | undefined;
|
|
20893
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20893
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20894
20894
|
contentTypeField?: string | undefined;
|
|
20895
20895
|
fixedContentType?: string | undefined;
|
|
20896
20896
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20996,7 +20996,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
20996
20996
|
layoutGridRowField?: string | undefined;
|
|
20997
20997
|
layoutGridColumnField?: string | undefined;
|
|
20998
20998
|
layoutGridMaxRows?: number | undefined;
|
|
20999
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20999
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21000
21000
|
contentTypeField?: string | undefined;
|
|
21001
21001
|
fixedContentType?: string | undefined;
|
|
21002
21002
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21102,7 +21102,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21102
21102
|
layoutGridRowField?: string | undefined;
|
|
21103
21103
|
layoutGridColumnField?: string | undefined;
|
|
21104
21104
|
layoutGridMaxRows?: number | undefined;
|
|
21105
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21105
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21106
21106
|
contentTypeField?: string | undefined;
|
|
21107
21107
|
fixedContentType?: string | undefined;
|
|
21108
21108
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21223,7 +21223,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21223
21223
|
layoutGridRowField?: string | undefined;
|
|
21224
21224
|
layoutGridColumnField?: string | undefined;
|
|
21225
21225
|
layoutGridMaxRows?: number | undefined;
|
|
21226
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21226
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21227
21227
|
contentTypeField?: string | undefined;
|
|
21228
21228
|
fixedContentType?: string | undefined;
|
|
21229
21229
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21333,7 +21333,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21333
21333
|
layoutGridRowField?: string | undefined;
|
|
21334
21334
|
layoutGridColumnField?: string | undefined;
|
|
21335
21335
|
layoutGridMaxRows?: number | undefined;
|
|
21336
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21336
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21337
21337
|
contentTypeField?: string | undefined;
|
|
21338
21338
|
fixedContentType?: string | undefined;
|
|
21339
21339
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21455,7 +21455,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21455
21455
|
layoutGridRowField?: string | undefined;
|
|
21456
21456
|
layoutGridColumnField?: string | undefined;
|
|
21457
21457
|
layoutGridMaxRows?: number | undefined;
|
|
21458
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21458
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21459
21459
|
contentTypeField?: string | undefined;
|
|
21460
21460
|
fixedContentType?: string | undefined;
|
|
21461
21461
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21570,7 +21570,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21570
21570
|
layoutGridRowField?: string | undefined;
|
|
21571
21571
|
layoutGridColumnField?: string | undefined;
|
|
21572
21572
|
layoutGridMaxRows?: number | undefined;
|
|
21573
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21573
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21574
21574
|
contentTypeField?: string | undefined;
|
|
21575
21575
|
fixedContentType?: string | undefined;
|
|
21576
21576
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21677,7 +21677,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21677
21677
|
layoutGridRowField?: string | undefined;
|
|
21678
21678
|
layoutGridColumnField?: string | undefined;
|
|
21679
21679
|
layoutGridMaxRows?: number | undefined;
|
|
21680
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21680
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21681
21681
|
contentTypeField?: string | undefined;
|
|
21682
21682
|
fixedContentType?: string | undefined;
|
|
21683
21683
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21784,7 +21784,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21784
21784
|
layoutGridRowField?: string | undefined;
|
|
21785
21785
|
layoutGridColumnField?: string | undefined;
|
|
21786
21786
|
layoutGridMaxRows?: number | undefined;
|
|
21787
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21787
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21788
21788
|
contentTypeField?: string | undefined;
|
|
21789
21789
|
fixedContentType?: string | undefined;
|
|
21790
21790
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21892,7 +21892,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21892
21892
|
layoutGridRowField?: string | undefined;
|
|
21893
21893
|
layoutGridColumnField?: string | undefined;
|
|
21894
21894
|
layoutGridMaxRows?: number | undefined;
|
|
21895
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21895
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21896
21896
|
contentTypeField?: string | undefined;
|
|
21897
21897
|
fixedContentType?: string | undefined;
|
|
21898
21898
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21998,7 +21998,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
21998
21998
|
layoutGridRowField?: string | undefined;
|
|
21999
21999
|
layoutGridColumnField?: string | undefined;
|
|
22000
22000
|
layoutGridMaxRows?: number | undefined;
|
|
22001
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22001
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22002
22002
|
contentTypeField?: string | undefined;
|
|
22003
22003
|
fixedContentType?: string | undefined;
|
|
22004
22004
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22104,7 +22104,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22104
22104
|
layoutGridRowField?: string | undefined;
|
|
22105
22105
|
layoutGridColumnField?: string | undefined;
|
|
22106
22106
|
layoutGridMaxRows?: number | undefined;
|
|
22107
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22107
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22108
22108
|
contentTypeField?: string | undefined;
|
|
22109
22109
|
fixedContentType?: string | undefined;
|
|
22110
22110
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22210,7 +22210,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22210
22210
|
layoutGridRowField?: string | undefined;
|
|
22211
22211
|
layoutGridColumnField?: string | undefined;
|
|
22212
22212
|
layoutGridMaxRows?: number | undefined;
|
|
22213
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22213
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22214
22214
|
contentTypeField?: string | undefined;
|
|
22215
22215
|
fixedContentType?: string | undefined;
|
|
22216
22216
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22316,7 +22316,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22316
22316
|
layoutGridRowField?: string | undefined;
|
|
22317
22317
|
layoutGridColumnField?: string | undefined;
|
|
22318
22318
|
layoutGridMaxRows?: number | undefined;
|
|
22319
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22319
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22320
22320
|
contentTypeField?: string | undefined;
|
|
22321
22321
|
fixedContentType?: string | undefined;
|
|
22322
22322
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22422,7 +22422,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22422
22422
|
layoutGridRowField?: string | undefined;
|
|
22423
22423
|
layoutGridColumnField?: string | undefined;
|
|
22424
22424
|
layoutGridMaxRows?: number | undefined;
|
|
22425
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22425
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22426
22426
|
contentTypeField?: string | undefined;
|
|
22427
22427
|
fixedContentType?: string | undefined;
|
|
22428
22428
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22532,7 +22532,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22532
22532
|
layoutGridRowField?: string | undefined;
|
|
22533
22533
|
layoutGridColumnField?: string | undefined;
|
|
22534
22534
|
layoutGridMaxRows?: number | undefined;
|
|
22535
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22535
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22536
22536
|
contentTypeField?: string | undefined;
|
|
22537
22537
|
fixedContentType?: string | undefined;
|
|
22538
22538
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22638,7 +22638,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22638
22638
|
layoutGridRowField?: string | undefined;
|
|
22639
22639
|
layoutGridColumnField?: string | undefined;
|
|
22640
22640
|
layoutGridMaxRows?: number | undefined;
|
|
22641
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22641
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22642
22642
|
contentTypeField?: string | undefined;
|
|
22643
22643
|
fixedContentType?: string | undefined;
|
|
22644
22644
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22746,7 +22746,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22746
22746
|
layoutGridRowField?: string | undefined;
|
|
22747
22747
|
layoutGridColumnField?: string | undefined;
|
|
22748
22748
|
layoutGridMaxRows?: number | undefined;
|
|
22749
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22749
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22750
22750
|
contentTypeField?: string | undefined;
|
|
22751
22751
|
fixedContentType?: string | undefined;
|
|
22752
22752
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22852,7 +22852,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22852
22852
|
layoutGridRowField?: string | undefined;
|
|
22853
22853
|
layoutGridColumnField?: string | undefined;
|
|
22854
22854
|
layoutGridMaxRows?: number | undefined;
|
|
22855
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22855
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22856
22856
|
contentTypeField?: string | undefined;
|
|
22857
22857
|
fixedContentType?: string | undefined;
|
|
22858
22858
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22974,7 +22974,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
22974
22974
|
layoutGridRowField?: string | undefined;
|
|
22975
22975
|
layoutGridColumnField?: string | undefined;
|
|
22976
22976
|
layoutGridMaxRows?: number | undefined;
|
|
22977
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22977
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22978
22978
|
contentTypeField?: string | undefined;
|
|
22979
22979
|
fixedContentType?: string | undefined;
|
|
22980
22980
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23089,7 +23089,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23089
23089
|
layoutGridRowField?: string | undefined;
|
|
23090
23090
|
layoutGridColumnField?: string | undefined;
|
|
23091
23091
|
layoutGridMaxRows?: number | undefined;
|
|
23092
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23092
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23093
23093
|
contentTypeField?: string | undefined;
|
|
23094
23094
|
fixedContentType?: string | undefined;
|
|
23095
23095
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23196,7 +23196,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23196
23196
|
layoutGridRowField?: string | undefined;
|
|
23197
23197
|
layoutGridColumnField?: string | undefined;
|
|
23198
23198
|
layoutGridMaxRows?: number | undefined;
|
|
23199
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23199
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23200
23200
|
contentTypeField?: string | undefined;
|
|
23201
23201
|
fixedContentType?: string | undefined;
|
|
23202
23202
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23303,7 +23303,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23303
23303
|
layoutGridRowField?: string | undefined;
|
|
23304
23304
|
layoutGridColumnField?: string | undefined;
|
|
23305
23305
|
layoutGridMaxRows?: number | undefined;
|
|
23306
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23306
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23307
23307
|
contentTypeField?: string | undefined;
|
|
23308
23308
|
fixedContentType?: string | undefined;
|
|
23309
23309
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23411,7 +23411,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23411
23411
|
layoutGridRowField?: string | undefined;
|
|
23412
23412
|
layoutGridColumnField?: string | undefined;
|
|
23413
23413
|
layoutGridMaxRows?: number | undefined;
|
|
23414
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23414
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23415
23415
|
contentTypeField?: string | undefined;
|
|
23416
23416
|
fixedContentType?: string | undefined;
|
|
23417
23417
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23517,7 +23517,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23517
23517
|
layoutGridRowField?: string | undefined;
|
|
23518
23518
|
layoutGridColumnField?: string | undefined;
|
|
23519
23519
|
layoutGridMaxRows?: number | undefined;
|
|
23520
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23520
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23521
23521
|
contentTypeField?: string | undefined;
|
|
23522
23522
|
fixedContentType?: string | undefined;
|
|
23523
23523
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23623,7 +23623,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23623
23623
|
layoutGridRowField?: string | undefined;
|
|
23624
23624
|
layoutGridColumnField?: string | undefined;
|
|
23625
23625
|
layoutGridMaxRows?: number | undefined;
|
|
23626
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23626
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23627
23627
|
contentTypeField?: string | undefined;
|
|
23628
23628
|
fixedContentType?: string | undefined;
|
|
23629
23629
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23729,7 +23729,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23729
23729
|
layoutGridRowField?: string | undefined;
|
|
23730
23730
|
layoutGridColumnField?: string | undefined;
|
|
23731
23731
|
layoutGridMaxRows?: number | undefined;
|
|
23732
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23732
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23733
23733
|
contentTypeField?: string | undefined;
|
|
23734
23734
|
fixedContentType?: string | undefined;
|
|
23735
23735
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23835,7 +23835,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23835
23835
|
layoutGridRowField?: string | undefined;
|
|
23836
23836
|
layoutGridColumnField?: string | undefined;
|
|
23837
23837
|
layoutGridMaxRows?: number | undefined;
|
|
23838
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23838
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23839
23839
|
contentTypeField?: string | undefined;
|
|
23840
23840
|
fixedContentType?: string | undefined;
|
|
23841
23841
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23941,7 +23941,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
23941
23941
|
layoutGridRowField?: string | undefined;
|
|
23942
23942
|
layoutGridColumnField?: string | undefined;
|
|
23943
23943
|
layoutGridMaxRows?: number | undefined;
|
|
23944
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23944
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23945
23945
|
contentTypeField?: string | undefined;
|
|
23946
23946
|
fixedContentType?: string | undefined;
|
|
23947
23947
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24051,7 +24051,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24051
24051
|
layoutGridRowField?: string | undefined;
|
|
24052
24052
|
layoutGridColumnField?: string | undefined;
|
|
24053
24053
|
layoutGridMaxRows?: number | undefined;
|
|
24054
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24054
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24055
24055
|
contentTypeField?: string | undefined;
|
|
24056
24056
|
fixedContentType?: string | undefined;
|
|
24057
24057
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24157,7 +24157,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24157
24157
|
layoutGridRowField?: string | undefined;
|
|
24158
24158
|
layoutGridColumnField?: string | undefined;
|
|
24159
24159
|
layoutGridMaxRows?: number | undefined;
|
|
24160
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24160
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24161
24161
|
contentTypeField?: string | undefined;
|
|
24162
24162
|
fixedContentType?: string | undefined;
|
|
24163
24163
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24265,7 +24265,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24265
24265
|
layoutGridRowField?: string | undefined;
|
|
24266
24266
|
layoutGridColumnField?: string | undefined;
|
|
24267
24267
|
layoutGridMaxRows?: number | undefined;
|
|
24268
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24268
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24269
24269
|
contentTypeField?: string | undefined;
|
|
24270
24270
|
fixedContentType?: string | undefined;
|
|
24271
24271
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24371,7 +24371,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24371
24371
|
layoutGridRowField?: string | undefined;
|
|
24372
24372
|
layoutGridColumnField?: string | undefined;
|
|
24373
24373
|
layoutGridMaxRows?: number | undefined;
|
|
24374
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24374
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24375
24375
|
contentTypeField?: string | undefined;
|
|
24376
24376
|
fixedContentType?: string | undefined;
|
|
24377
24377
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24484,7 +24484,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24484
24484
|
layoutGridRowField?: string | undefined;
|
|
24485
24485
|
layoutGridColumnField?: string | undefined;
|
|
24486
24486
|
layoutGridMaxRows?: number | undefined;
|
|
24487
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24487
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24488
24488
|
contentTypeField?: string | undefined;
|
|
24489
24489
|
fixedContentType?: string | undefined;
|
|
24490
24490
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24596,7 +24596,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24596
24596
|
layoutGridRowField?: string | undefined;
|
|
24597
24597
|
layoutGridColumnField?: string | undefined;
|
|
24598
24598
|
layoutGridMaxRows?: number | undefined;
|
|
24599
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24599
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24600
24600
|
contentTypeField?: string | undefined;
|
|
24601
24601
|
fixedContentType?: string | undefined;
|
|
24602
24602
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24702,7 +24702,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24702
24702
|
layoutGridRowField?: string | undefined;
|
|
24703
24703
|
layoutGridColumnField?: string | undefined;
|
|
24704
24704
|
layoutGridMaxRows?: number | undefined;
|
|
24705
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24705
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24706
24706
|
contentTypeField?: string | undefined;
|
|
24707
24707
|
fixedContentType?: string | undefined;
|
|
24708
24708
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24808,7 +24808,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24808
24808
|
layoutGridRowField?: string | undefined;
|
|
24809
24809
|
layoutGridColumnField?: string | undefined;
|
|
24810
24810
|
layoutGridMaxRows?: number | undefined;
|
|
24811
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24811
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24812
24812
|
contentTypeField?: string | undefined;
|
|
24813
24813
|
fixedContentType?: string | undefined;
|
|
24814
24814
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24918,7 +24918,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
24918
24918
|
layoutGridRowField?: string | undefined;
|
|
24919
24919
|
layoutGridColumnField?: string | undefined;
|
|
24920
24920
|
layoutGridMaxRows?: number | undefined;
|
|
24921
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24921
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24922
24922
|
contentTypeField?: string | undefined;
|
|
24923
24923
|
fixedContentType?: string | undefined;
|
|
24924
24924
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25030,7 +25030,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25030
25030
|
layoutGridRowField?: string | undefined;
|
|
25031
25031
|
layoutGridColumnField?: string | undefined;
|
|
25032
25032
|
layoutGridMaxRows?: number | undefined;
|
|
25033
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25033
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25034
25034
|
contentTypeField?: string | undefined;
|
|
25035
25035
|
fixedContentType?: string | undefined;
|
|
25036
25036
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25136,7 +25136,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25136
25136
|
layoutGridRowField?: string | undefined;
|
|
25137
25137
|
layoutGridColumnField?: string | undefined;
|
|
25138
25138
|
layoutGridMaxRows?: number | undefined;
|
|
25139
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25139
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25140
25140
|
contentTypeField?: string | undefined;
|
|
25141
25141
|
fixedContentType?: string | undefined;
|
|
25142
25142
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25249,7 +25249,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25249
25249
|
layoutGridRowField?: string | undefined;
|
|
25250
25250
|
layoutGridColumnField?: string | undefined;
|
|
25251
25251
|
layoutGridMaxRows?: number | undefined;
|
|
25252
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25252
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25253
25253
|
contentTypeField?: string | undefined;
|
|
25254
25254
|
fixedContentType?: string | undefined;
|
|
25255
25255
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25356,7 +25356,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25356
25356
|
layoutGridRowField?: string | undefined;
|
|
25357
25357
|
layoutGridColumnField?: string | undefined;
|
|
25358
25358
|
layoutGridMaxRows?: number | undefined;
|
|
25359
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25359
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25360
25360
|
contentTypeField?: string | undefined;
|
|
25361
25361
|
fixedContentType?: string | undefined;
|
|
25362
25362
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25463,7 +25463,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25463
25463
|
layoutGridRowField?: string | undefined;
|
|
25464
25464
|
layoutGridColumnField?: string | undefined;
|
|
25465
25465
|
layoutGridMaxRows?: number | undefined;
|
|
25466
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25466
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25467
25467
|
contentTypeField?: string | undefined;
|
|
25468
25468
|
fixedContentType?: string | undefined;
|
|
25469
25469
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25571,7 +25571,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25571
25571
|
layoutGridRowField?: string | undefined;
|
|
25572
25572
|
layoutGridColumnField?: string | undefined;
|
|
25573
25573
|
layoutGridMaxRows?: number | undefined;
|
|
25574
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25574
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25575
25575
|
contentTypeField?: string | undefined;
|
|
25576
25576
|
fixedContentType?: string | undefined;
|
|
25577
25577
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25677,7 +25677,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25677
25677
|
layoutGridRowField?: string | undefined;
|
|
25678
25678
|
layoutGridColumnField?: string | undefined;
|
|
25679
25679
|
layoutGridMaxRows?: number | undefined;
|
|
25680
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25680
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25681
25681
|
contentTypeField?: string | undefined;
|
|
25682
25682
|
fixedContentType?: string | undefined;
|
|
25683
25683
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25783,7 +25783,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25783
25783
|
layoutGridRowField?: string | undefined;
|
|
25784
25784
|
layoutGridColumnField?: string | undefined;
|
|
25785
25785
|
layoutGridMaxRows?: number | undefined;
|
|
25786
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25786
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25787
25787
|
contentTypeField?: string | undefined;
|
|
25788
25788
|
fixedContentType?: string | undefined;
|
|
25789
25789
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25889,7 +25889,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25889
25889
|
layoutGridRowField?: string | undefined;
|
|
25890
25890
|
layoutGridColumnField?: string | undefined;
|
|
25891
25891
|
layoutGridMaxRows?: number | undefined;
|
|
25892
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25892
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25893
25893
|
contentTypeField?: string | undefined;
|
|
25894
25894
|
fixedContentType?: string | undefined;
|
|
25895
25895
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25995,7 +25995,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
25995
25995
|
layoutGridRowField?: string | undefined;
|
|
25996
25996
|
layoutGridColumnField?: string | undefined;
|
|
25997
25997
|
layoutGridMaxRows?: number | undefined;
|
|
25998
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25998
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25999
25999
|
contentTypeField?: string | undefined;
|
|
26000
26000
|
fixedContentType?: string | undefined;
|
|
26001
26001
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26101,7 +26101,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26101
26101
|
layoutGridRowField?: string | undefined;
|
|
26102
26102
|
layoutGridColumnField?: string | undefined;
|
|
26103
26103
|
layoutGridMaxRows?: number | undefined;
|
|
26104
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26104
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26105
26105
|
contentTypeField?: string | undefined;
|
|
26106
26106
|
fixedContentType?: string | undefined;
|
|
26107
26107
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26211,7 +26211,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26211
26211
|
layoutGridRowField?: string | undefined;
|
|
26212
26212
|
layoutGridColumnField?: string | undefined;
|
|
26213
26213
|
layoutGridMaxRows?: number | undefined;
|
|
26214
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26214
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26215
26215
|
contentTypeField?: string | undefined;
|
|
26216
26216
|
fixedContentType?: string | undefined;
|
|
26217
26217
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26317,7 +26317,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26317
26317
|
layoutGridRowField?: string | undefined;
|
|
26318
26318
|
layoutGridColumnField?: string | undefined;
|
|
26319
26319
|
layoutGridMaxRows?: number | undefined;
|
|
26320
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26320
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26321
26321
|
contentTypeField?: string | undefined;
|
|
26322
26322
|
fixedContentType?: string | undefined;
|
|
26323
26323
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26425,7 +26425,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26425
26425
|
layoutGridRowField?: string | undefined;
|
|
26426
26426
|
layoutGridColumnField?: string | undefined;
|
|
26427
26427
|
layoutGridMaxRows?: number | undefined;
|
|
26428
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26428
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26429
26429
|
contentTypeField?: string | undefined;
|
|
26430
26430
|
fixedContentType?: string | undefined;
|
|
26431
26431
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26531,7 +26531,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26531
26531
|
layoutGridRowField?: string | undefined;
|
|
26532
26532
|
layoutGridColumnField?: string | undefined;
|
|
26533
26533
|
layoutGridMaxRows?: number | undefined;
|
|
26534
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26534
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26535
26535
|
contentTypeField?: string | undefined;
|
|
26536
26536
|
fixedContentType?: string | undefined;
|
|
26537
26537
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26653,7 +26653,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26653
26653
|
layoutGridRowField?: string | undefined;
|
|
26654
26654
|
layoutGridColumnField?: string | undefined;
|
|
26655
26655
|
layoutGridMaxRows?: number | undefined;
|
|
26656
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26656
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26657
26657
|
contentTypeField?: string | undefined;
|
|
26658
26658
|
fixedContentType?: string | undefined;
|
|
26659
26659
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26763,7 +26763,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26763
26763
|
layoutGridRowField?: string | undefined;
|
|
26764
26764
|
layoutGridColumnField?: string | undefined;
|
|
26765
26765
|
layoutGridMaxRows?: number | undefined;
|
|
26766
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26766
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26767
26767
|
contentTypeField?: string | undefined;
|
|
26768
26768
|
fixedContentType?: string | undefined;
|
|
26769
26769
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26885,7 +26885,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
26885
26885
|
layoutGridRowField?: string | undefined;
|
|
26886
26886
|
layoutGridColumnField?: string | undefined;
|
|
26887
26887
|
layoutGridMaxRows?: number | undefined;
|
|
26888
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26888
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26889
26889
|
contentTypeField?: string | undefined;
|
|
26890
26890
|
fixedContentType?: string | undefined;
|
|
26891
26891
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27000,7 +27000,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27000
27000
|
layoutGridRowField?: string | undefined;
|
|
27001
27001
|
layoutGridColumnField?: string | undefined;
|
|
27002
27002
|
layoutGridMaxRows?: number | undefined;
|
|
27003
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27003
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27004
27004
|
contentTypeField?: string | undefined;
|
|
27005
27005
|
fixedContentType?: string | undefined;
|
|
27006
27006
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27107,7 +27107,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27107
27107
|
layoutGridRowField?: string | undefined;
|
|
27108
27108
|
layoutGridColumnField?: string | undefined;
|
|
27109
27109
|
layoutGridMaxRows?: number | undefined;
|
|
27110
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27110
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27111
27111
|
contentTypeField?: string | undefined;
|
|
27112
27112
|
fixedContentType?: string | undefined;
|
|
27113
27113
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27214,7 +27214,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27214
27214
|
layoutGridRowField?: string | undefined;
|
|
27215
27215
|
layoutGridColumnField?: string | undefined;
|
|
27216
27216
|
layoutGridMaxRows?: number | undefined;
|
|
27217
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27217
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27218
27218
|
contentTypeField?: string | undefined;
|
|
27219
27219
|
fixedContentType?: string | undefined;
|
|
27220
27220
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27322,7 +27322,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27322
27322
|
layoutGridRowField?: string | undefined;
|
|
27323
27323
|
layoutGridColumnField?: string | undefined;
|
|
27324
27324
|
layoutGridMaxRows?: number | undefined;
|
|
27325
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27325
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27326
27326
|
contentTypeField?: string | undefined;
|
|
27327
27327
|
fixedContentType?: string | undefined;
|
|
27328
27328
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27428,7 +27428,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27428
27428
|
layoutGridRowField?: string | undefined;
|
|
27429
27429
|
layoutGridColumnField?: string | undefined;
|
|
27430
27430
|
layoutGridMaxRows?: number | undefined;
|
|
27431
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27431
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27432
27432
|
contentTypeField?: string | undefined;
|
|
27433
27433
|
fixedContentType?: string | undefined;
|
|
27434
27434
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27534,7 +27534,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27534
27534
|
layoutGridRowField?: string | undefined;
|
|
27535
27535
|
layoutGridColumnField?: string | undefined;
|
|
27536
27536
|
layoutGridMaxRows?: number | undefined;
|
|
27537
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27537
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27538
27538
|
contentTypeField?: string | undefined;
|
|
27539
27539
|
fixedContentType?: string | undefined;
|
|
27540
27540
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27640,7 +27640,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27640
27640
|
layoutGridRowField?: string | undefined;
|
|
27641
27641
|
layoutGridColumnField?: string | undefined;
|
|
27642
27642
|
layoutGridMaxRows?: number | undefined;
|
|
27643
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27643
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27644
27644
|
contentTypeField?: string | undefined;
|
|
27645
27645
|
fixedContentType?: string | undefined;
|
|
27646
27646
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27746,7 +27746,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27746
27746
|
layoutGridRowField?: string | undefined;
|
|
27747
27747
|
layoutGridColumnField?: string | undefined;
|
|
27748
27748
|
layoutGridMaxRows?: number | undefined;
|
|
27749
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27749
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27750
27750
|
contentTypeField?: string | undefined;
|
|
27751
27751
|
fixedContentType?: string | undefined;
|
|
27752
27752
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27852,7 +27852,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27852
27852
|
layoutGridRowField?: string | undefined;
|
|
27853
27853
|
layoutGridColumnField?: string | undefined;
|
|
27854
27854
|
layoutGridMaxRows?: number | undefined;
|
|
27855
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27855
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27856
27856
|
contentTypeField?: string | undefined;
|
|
27857
27857
|
fixedContentType?: string | undefined;
|
|
27858
27858
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27962,7 +27962,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
27962
27962
|
layoutGridRowField?: string | undefined;
|
|
27963
27963
|
layoutGridColumnField?: string | undefined;
|
|
27964
27964
|
layoutGridMaxRows?: number | undefined;
|
|
27965
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27965
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27966
27966
|
contentTypeField?: string | undefined;
|
|
27967
27967
|
fixedContentType?: string | undefined;
|
|
27968
27968
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28068,7 +28068,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28068
28068
|
layoutGridRowField?: string | undefined;
|
|
28069
28069
|
layoutGridColumnField?: string | undefined;
|
|
28070
28070
|
layoutGridMaxRows?: number | undefined;
|
|
28071
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28071
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28072
28072
|
contentTypeField?: string | undefined;
|
|
28073
28073
|
fixedContentType?: string | undefined;
|
|
28074
28074
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28176,7 +28176,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28176
28176
|
layoutGridRowField?: string | undefined;
|
|
28177
28177
|
layoutGridColumnField?: string | undefined;
|
|
28178
28178
|
layoutGridMaxRows?: number | undefined;
|
|
28179
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28179
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28180
28180
|
contentTypeField?: string | undefined;
|
|
28181
28181
|
fixedContentType?: string | undefined;
|
|
28182
28182
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28282,7 +28282,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28282
28282
|
layoutGridRowField?: string | undefined;
|
|
28283
28283
|
layoutGridColumnField?: string | undefined;
|
|
28284
28284
|
layoutGridMaxRows?: number | undefined;
|
|
28285
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28285
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28286
28286
|
contentTypeField?: string | undefined;
|
|
28287
28287
|
fixedContentType?: string | undefined;
|
|
28288
28288
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28395,7 +28395,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28395
28395
|
layoutGridRowField?: string | undefined;
|
|
28396
28396
|
layoutGridColumnField?: string | undefined;
|
|
28397
28397
|
layoutGridMaxRows?: number | undefined;
|
|
28398
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28398
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28399
28399
|
contentTypeField?: string | undefined;
|
|
28400
28400
|
fixedContentType?: string | undefined;
|
|
28401
28401
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28507,7 +28507,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28507
28507
|
layoutGridRowField?: string | undefined;
|
|
28508
28508
|
layoutGridColumnField?: string | undefined;
|
|
28509
28509
|
layoutGridMaxRows?: number | undefined;
|
|
28510
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28510
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28511
28511
|
contentTypeField?: string | undefined;
|
|
28512
28512
|
fixedContentType?: string | undefined;
|
|
28513
28513
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28613,7 +28613,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28613
28613
|
layoutGridRowField?: string | undefined;
|
|
28614
28614
|
layoutGridColumnField?: string | undefined;
|
|
28615
28615
|
layoutGridMaxRows?: number | undefined;
|
|
28616
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28616
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28617
28617
|
contentTypeField?: string | undefined;
|
|
28618
28618
|
fixedContentType?: string | undefined;
|
|
28619
28619
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28726,7 +28726,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28726
28726
|
layoutGridRowField?: string | undefined;
|
|
28727
28727
|
layoutGridColumnField?: string | undefined;
|
|
28728
28728
|
layoutGridMaxRows?: number | undefined;
|
|
28729
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28729
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28730
28730
|
contentTypeField?: string | undefined;
|
|
28731
28731
|
fixedContentType?: string | undefined;
|
|
28732
28732
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28833,7 +28833,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28833
28833
|
layoutGridRowField?: string | undefined;
|
|
28834
28834
|
layoutGridColumnField?: string | undefined;
|
|
28835
28835
|
layoutGridMaxRows?: number | undefined;
|
|
28836
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28836
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28837
28837
|
contentTypeField?: string | undefined;
|
|
28838
28838
|
fixedContentType?: string | undefined;
|
|
28839
28839
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28940,7 +28940,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
28940
28940
|
layoutGridRowField?: string | undefined;
|
|
28941
28941
|
layoutGridColumnField?: string | undefined;
|
|
28942
28942
|
layoutGridMaxRows?: number | undefined;
|
|
28943
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28943
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28944
28944
|
contentTypeField?: string | undefined;
|
|
28945
28945
|
fixedContentType?: string | undefined;
|
|
28946
28946
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29048,7 +29048,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29048
29048
|
layoutGridRowField?: string | undefined;
|
|
29049
29049
|
layoutGridColumnField?: string | undefined;
|
|
29050
29050
|
layoutGridMaxRows?: number | undefined;
|
|
29051
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29051
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29052
29052
|
contentTypeField?: string | undefined;
|
|
29053
29053
|
fixedContentType?: string | undefined;
|
|
29054
29054
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29154,7 +29154,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29154
29154
|
layoutGridRowField?: string | undefined;
|
|
29155
29155
|
layoutGridColumnField?: string | undefined;
|
|
29156
29156
|
layoutGridMaxRows?: number | undefined;
|
|
29157
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29157
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29158
29158
|
contentTypeField?: string | undefined;
|
|
29159
29159
|
fixedContentType?: string | undefined;
|
|
29160
29160
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29260,7 +29260,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29260
29260
|
layoutGridRowField?: string | undefined;
|
|
29261
29261
|
layoutGridColumnField?: string | undefined;
|
|
29262
29262
|
layoutGridMaxRows?: number | undefined;
|
|
29263
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29263
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29264
29264
|
contentTypeField?: string | undefined;
|
|
29265
29265
|
fixedContentType?: string | undefined;
|
|
29266
29266
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29366,7 +29366,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29366
29366
|
layoutGridRowField?: string | undefined;
|
|
29367
29367
|
layoutGridColumnField?: string | undefined;
|
|
29368
29368
|
layoutGridMaxRows?: number | undefined;
|
|
29369
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29369
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29370
29370
|
contentTypeField?: string | undefined;
|
|
29371
29371
|
fixedContentType?: string | undefined;
|
|
29372
29372
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29472,7 +29472,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29472
29472
|
layoutGridRowField?: string | undefined;
|
|
29473
29473
|
layoutGridColumnField?: string | undefined;
|
|
29474
29474
|
layoutGridMaxRows?: number | undefined;
|
|
29475
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29475
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29476
29476
|
contentTypeField?: string | undefined;
|
|
29477
29477
|
fixedContentType?: string | undefined;
|
|
29478
29478
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29578,7 +29578,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29578
29578
|
layoutGridRowField?: string | undefined;
|
|
29579
29579
|
layoutGridColumnField?: string | undefined;
|
|
29580
29580
|
layoutGridMaxRows?: number | undefined;
|
|
29581
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29581
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29582
29582
|
contentTypeField?: string | undefined;
|
|
29583
29583
|
fixedContentType?: string | undefined;
|
|
29584
29584
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29688,7 +29688,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29688
29688
|
layoutGridRowField?: string | undefined;
|
|
29689
29689
|
layoutGridColumnField?: string | undefined;
|
|
29690
29690
|
layoutGridMaxRows?: number | undefined;
|
|
29691
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29691
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29692
29692
|
contentTypeField?: string | undefined;
|
|
29693
29693
|
fixedContentType?: string | undefined;
|
|
29694
29694
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29794,7 +29794,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29794
29794
|
layoutGridRowField?: string | undefined;
|
|
29795
29795
|
layoutGridColumnField?: string | undefined;
|
|
29796
29796
|
layoutGridMaxRows?: number | undefined;
|
|
29797
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29797
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29798
29798
|
contentTypeField?: string | undefined;
|
|
29799
29799
|
fixedContentType?: string | undefined;
|
|
29800
29800
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29902,7 +29902,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
29902
29902
|
layoutGridRowField?: string | undefined;
|
|
29903
29903
|
layoutGridColumnField?: string | undefined;
|
|
29904
29904
|
layoutGridMaxRows?: number | undefined;
|
|
29905
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29905
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29906
29906
|
contentTypeField?: string | undefined;
|
|
29907
29907
|
fixedContentType?: string | undefined;
|
|
29908
29908
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30008,7 +30008,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30008
30008
|
layoutGridRowField?: string | undefined;
|
|
30009
30009
|
layoutGridColumnField?: string | undefined;
|
|
30010
30010
|
layoutGridMaxRows?: number | undefined;
|
|
30011
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30011
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30012
30012
|
contentTypeField?: string | undefined;
|
|
30013
30013
|
fixedContentType?: string | undefined;
|
|
30014
30014
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30121,7 +30121,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30121
30121
|
layoutGridRowField?: string | undefined;
|
|
30122
30122
|
layoutGridColumnField?: string | undefined;
|
|
30123
30123
|
layoutGridMaxRows?: number | undefined;
|
|
30124
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30124
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30125
30125
|
contentTypeField?: string | undefined;
|
|
30126
30126
|
fixedContentType?: string | undefined;
|
|
30127
30127
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30233,7 +30233,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30233
30233
|
layoutGridRowField?: string | undefined;
|
|
30234
30234
|
layoutGridColumnField?: string | undefined;
|
|
30235
30235
|
layoutGridMaxRows?: number | undefined;
|
|
30236
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30236
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30237
30237
|
contentTypeField?: string | undefined;
|
|
30238
30238
|
fixedContentType?: string | undefined;
|
|
30239
30239
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30339,7 +30339,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30339
30339
|
layoutGridRowField?: string | undefined;
|
|
30340
30340
|
layoutGridColumnField?: string | undefined;
|
|
30341
30341
|
layoutGridMaxRows?: number | undefined;
|
|
30342
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30342
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30343
30343
|
contentTypeField?: string | undefined;
|
|
30344
30344
|
fixedContentType?: string | undefined;
|
|
30345
30345
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30445,7 +30445,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30445
30445
|
layoutGridRowField?: string | undefined;
|
|
30446
30446
|
layoutGridColumnField?: string | undefined;
|
|
30447
30447
|
layoutGridMaxRows?: number | undefined;
|
|
30448
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30448
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30449
30449
|
contentTypeField?: string | undefined;
|
|
30450
30450
|
fixedContentType?: string | undefined;
|
|
30451
30451
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30555,7 +30555,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30555
30555
|
layoutGridRowField?: string | undefined;
|
|
30556
30556
|
layoutGridColumnField?: string | undefined;
|
|
30557
30557
|
layoutGridMaxRows?: number | undefined;
|
|
30558
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30558
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30559
30559
|
contentTypeField?: string | undefined;
|
|
30560
30560
|
fixedContentType?: string | undefined;
|
|
30561
30561
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30667,7 +30667,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30667
30667
|
layoutGridRowField?: string | undefined;
|
|
30668
30668
|
layoutGridColumnField?: string | undefined;
|
|
30669
30669
|
layoutGridMaxRows?: number | undefined;
|
|
30670
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30670
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30671
30671
|
contentTypeField?: string | undefined;
|
|
30672
30672
|
fixedContentType?: string | undefined;
|
|
30673
30673
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30773,7 +30773,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30773
30773
|
layoutGridRowField?: string | undefined;
|
|
30774
30774
|
layoutGridColumnField?: string | undefined;
|
|
30775
30775
|
layoutGridMaxRows?: number | undefined;
|
|
30776
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30776
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30777
30777
|
contentTypeField?: string | undefined;
|
|
30778
30778
|
fixedContentType?: string | undefined;
|
|
30779
30779
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30882,7 +30882,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30882
30882
|
layoutGridRowField?: string | undefined;
|
|
30883
30883
|
layoutGridColumnField?: string | undefined;
|
|
30884
30884
|
layoutGridMaxRows?: number | undefined;
|
|
30885
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30885
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30886
30886
|
contentTypeField?: string | undefined;
|
|
30887
30887
|
fixedContentType?: string | undefined;
|
|
30888
30888
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30993,7 +30993,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
30993
30993
|
layoutGridRowField?: string | undefined;
|
|
30994
30994
|
layoutGridColumnField?: string | undefined;
|
|
30995
30995
|
layoutGridMaxRows?: number | undefined;
|
|
30996
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30996
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30997
30997
|
contentTypeField?: string | undefined;
|
|
30998
30998
|
fixedContentType?: string | undefined;
|
|
30999
30999
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31105,7 +31105,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
31105
31105
|
layoutGridRowField?: string | undefined;
|
|
31106
31106
|
layoutGridColumnField?: string | undefined;
|
|
31107
31107
|
layoutGridMaxRows?: number | undefined;
|
|
31108
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31108
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31109
31109
|
contentTypeField?: string | undefined;
|
|
31110
31110
|
fixedContentType?: string | undefined;
|
|
31111
31111
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31211,7 +31211,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
31211
31211
|
layoutGridRowField?: string | undefined;
|
|
31212
31212
|
layoutGridColumnField?: string | undefined;
|
|
31213
31213
|
layoutGridMaxRows?: number | undefined;
|
|
31214
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31214
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31215
31215
|
contentTypeField?: string | undefined;
|
|
31216
31216
|
fixedContentType?: string | undefined;
|
|
31217
31217
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31317,7 +31317,7 @@ export declare const blogListingManifest: import("..").DefinedBlockManifest<impo
|
|
|
31317
31317
|
layoutGridRowField?: string | undefined;
|
|
31318
31318
|
layoutGridColumnField?: string | undefined;
|
|
31319
31319
|
layoutGridMaxRows?: number | undefined;
|
|
31320
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31320
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31321
31321
|
contentTypeField?: string | undefined;
|
|
31322
31322
|
fixedContentType?: string | undefined;
|
|
31323
31323
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|