@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
|
@@ -112,7 +112,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
112
112
|
layoutGridRowField?: string | undefined;
|
|
113
113
|
layoutGridColumnField?: string | undefined;
|
|
114
114
|
layoutGridMaxRows?: number | undefined;
|
|
115
|
-
iconPickerPreset?: "cta" | undefined;
|
|
115
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
116
116
|
contentTypeField?: string | undefined;
|
|
117
117
|
fixedContentType?: string | undefined;
|
|
118
118
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -222,7 +222,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
222
222
|
layoutGridRowField?: string | undefined;
|
|
223
223
|
layoutGridColumnField?: string | undefined;
|
|
224
224
|
layoutGridMaxRows?: number | undefined;
|
|
225
|
-
iconPickerPreset?: "cta" | undefined;
|
|
225
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
226
226
|
contentTypeField?: string | undefined;
|
|
227
227
|
fixedContentType?: string | undefined;
|
|
228
228
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -344,7 +344,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
344
344
|
layoutGridRowField?: string | undefined;
|
|
345
345
|
layoutGridColumnField?: string | undefined;
|
|
346
346
|
layoutGridMaxRows?: number | undefined;
|
|
347
|
-
iconPickerPreset?: "cta" | undefined;
|
|
347
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
348
348
|
contentTypeField?: string | undefined;
|
|
349
349
|
fixedContentType?: string | undefined;
|
|
350
350
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -459,7 +459,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
459
459
|
layoutGridRowField?: string | undefined;
|
|
460
460
|
layoutGridColumnField?: string | undefined;
|
|
461
461
|
layoutGridMaxRows?: number | undefined;
|
|
462
|
-
iconPickerPreset?: "cta" | undefined;
|
|
462
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
463
463
|
contentTypeField?: string | undefined;
|
|
464
464
|
fixedContentType?: string | undefined;
|
|
465
465
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -566,7 +566,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
566
566
|
layoutGridRowField?: string | undefined;
|
|
567
567
|
layoutGridColumnField?: string | undefined;
|
|
568
568
|
layoutGridMaxRows?: number | undefined;
|
|
569
|
-
iconPickerPreset?: "cta" | undefined;
|
|
569
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
570
570
|
contentTypeField?: string | undefined;
|
|
571
571
|
fixedContentType?: string | undefined;
|
|
572
572
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -673,7 +673,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
673
673
|
layoutGridRowField?: string | undefined;
|
|
674
674
|
layoutGridColumnField?: string | undefined;
|
|
675
675
|
layoutGridMaxRows?: number | undefined;
|
|
676
|
-
iconPickerPreset?: "cta" | undefined;
|
|
676
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
677
677
|
contentTypeField?: string | undefined;
|
|
678
678
|
fixedContentType?: string | undefined;
|
|
679
679
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -781,7 +781,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
781
781
|
layoutGridRowField?: string | undefined;
|
|
782
782
|
layoutGridColumnField?: string | undefined;
|
|
783
783
|
layoutGridMaxRows?: number | undefined;
|
|
784
|
-
iconPickerPreset?: "cta" | undefined;
|
|
784
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
785
785
|
contentTypeField?: string | undefined;
|
|
786
786
|
fixedContentType?: string | undefined;
|
|
787
787
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -887,7 +887,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
887
887
|
layoutGridRowField?: string | undefined;
|
|
888
888
|
layoutGridColumnField?: string | undefined;
|
|
889
889
|
layoutGridMaxRows?: number | undefined;
|
|
890
|
-
iconPickerPreset?: "cta" | undefined;
|
|
890
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
891
891
|
contentTypeField?: string | undefined;
|
|
892
892
|
fixedContentType?: string | undefined;
|
|
893
893
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -993,7 +993,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
993
993
|
layoutGridRowField?: string | undefined;
|
|
994
994
|
layoutGridColumnField?: string | undefined;
|
|
995
995
|
layoutGridMaxRows?: number | undefined;
|
|
996
|
-
iconPickerPreset?: "cta" | undefined;
|
|
996
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
997
997
|
contentTypeField?: string | undefined;
|
|
998
998
|
fixedContentType?: string | undefined;
|
|
999
999
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1099,7 +1099,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1099
1099
|
layoutGridRowField?: string | undefined;
|
|
1100
1100
|
layoutGridColumnField?: string | undefined;
|
|
1101
1101
|
layoutGridMaxRows?: number | undefined;
|
|
1102
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1102
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1103
1103
|
contentTypeField?: string | undefined;
|
|
1104
1104
|
fixedContentType?: string | undefined;
|
|
1105
1105
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1205,7 +1205,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1205
1205
|
layoutGridRowField?: string | undefined;
|
|
1206
1206
|
layoutGridColumnField?: string | undefined;
|
|
1207
1207
|
layoutGridMaxRows?: number | undefined;
|
|
1208
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1208
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1209
1209
|
contentTypeField?: string | undefined;
|
|
1210
1210
|
fixedContentType?: string | undefined;
|
|
1211
1211
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1311,7 +1311,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1311
1311
|
layoutGridRowField?: string | undefined;
|
|
1312
1312
|
layoutGridColumnField?: string | undefined;
|
|
1313
1313
|
layoutGridMaxRows?: number | undefined;
|
|
1314
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1314
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1315
1315
|
contentTypeField?: string | undefined;
|
|
1316
1316
|
fixedContentType?: string | undefined;
|
|
1317
1317
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1421,7 +1421,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1421
1421
|
layoutGridRowField?: string | undefined;
|
|
1422
1422
|
layoutGridColumnField?: string | undefined;
|
|
1423
1423
|
layoutGridMaxRows?: number | undefined;
|
|
1424
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1424
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1425
1425
|
contentTypeField?: string | undefined;
|
|
1426
1426
|
fixedContentType?: string | undefined;
|
|
1427
1427
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1527,7 +1527,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1527
1527
|
layoutGridRowField?: string | undefined;
|
|
1528
1528
|
layoutGridColumnField?: string | undefined;
|
|
1529
1529
|
layoutGridMaxRows?: number | undefined;
|
|
1530
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1530
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1531
1531
|
contentTypeField?: string | undefined;
|
|
1532
1532
|
fixedContentType?: string | undefined;
|
|
1533
1533
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1635,7 +1635,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1635
1635
|
layoutGridRowField?: string | undefined;
|
|
1636
1636
|
layoutGridColumnField?: string | undefined;
|
|
1637
1637
|
layoutGridMaxRows?: number | undefined;
|
|
1638
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1638
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1639
1639
|
contentTypeField?: string | undefined;
|
|
1640
1640
|
fixedContentType?: string | undefined;
|
|
1641
1641
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1741,7 +1741,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1741
1741
|
layoutGridRowField?: string | undefined;
|
|
1742
1742
|
layoutGridColumnField?: string | undefined;
|
|
1743
1743
|
layoutGridMaxRows?: number | undefined;
|
|
1744
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1744
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1745
1745
|
contentTypeField?: string | undefined;
|
|
1746
1746
|
fixedContentType?: string | undefined;
|
|
1747
1747
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1863,7 +1863,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1863
1863
|
layoutGridRowField?: string | undefined;
|
|
1864
1864
|
layoutGridColumnField?: string | undefined;
|
|
1865
1865
|
layoutGridMaxRows?: number | undefined;
|
|
1866
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1866
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1867
1867
|
contentTypeField?: string | undefined;
|
|
1868
1868
|
fixedContentType?: string | undefined;
|
|
1869
1869
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1978,7 +1978,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
1978
1978
|
layoutGridRowField?: string | undefined;
|
|
1979
1979
|
layoutGridColumnField?: string | undefined;
|
|
1980
1980
|
layoutGridMaxRows?: number | undefined;
|
|
1981
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1981
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1982
1982
|
contentTypeField?: string | undefined;
|
|
1983
1983
|
fixedContentType?: string | undefined;
|
|
1984
1984
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2085,7 +2085,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2085
2085
|
layoutGridRowField?: string | undefined;
|
|
2086
2086
|
layoutGridColumnField?: string | undefined;
|
|
2087
2087
|
layoutGridMaxRows?: number | undefined;
|
|
2088
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2088
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2089
2089
|
contentTypeField?: string | undefined;
|
|
2090
2090
|
fixedContentType?: string | undefined;
|
|
2091
2091
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2192,7 +2192,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2192
2192
|
layoutGridRowField?: string | undefined;
|
|
2193
2193
|
layoutGridColumnField?: string | undefined;
|
|
2194
2194
|
layoutGridMaxRows?: number | undefined;
|
|
2195
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2195
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2196
2196
|
contentTypeField?: string | undefined;
|
|
2197
2197
|
fixedContentType?: string | undefined;
|
|
2198
2198
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2300,7 +2300,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2300
2300
|
layoutGridRowField?: string | undefined;
|
|
2301
2301
|
layoutGridColumnField?: string | undefined;
|
|
2302
2302
|
layoutGridMaxRows?: number | undefined;
|
|
2303
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2303
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2304
2304
|
contentTypeField?: string | undefined;
|
|
2305
2305
|
fixedContentType?: string | undefined;
|
|
2306
2306
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2406,7 +2406,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2406
2406
|
layoutGridRowField?: string | undefined;
|
|
2407
2407
|
layoutGridColumnField?: string | undefined;
|
|
2408
2408
|
layoutGridMaxRows?: number | undefined;
|
|
2409
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2409
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2410
2410
|
contentTypeField?: string | undefined;
|
|
2411
2411
|
fixedContentType?: string | undefined;
|
|
2412
2412
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2512,7 +2512,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2512
2512
|
layoutGridRowField?: string | undefined;
|
|
2513
2513
|
layoutGridColumnField?: string | undefined;
|
|
2514
2514
|
layoutGridMaxRows?: number | undefined;
|
|
2515
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2515
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2516
2516
|
contentTypeField?: string | undefined;
|
|
2517
2517
|
fixedContentType?: string | undefined;
|
|
2518
2518
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2618,7 +2618,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2618
2618
|
layoutGridRowField?: string | undefined;
|
|
2619
2619
|
layoutGridColumnField?: string | undefined;
|
|
2620
2620
|
layoutGridMaxRows?: number | undefined;
|
|
2621
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2621
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2622
2622
|
contentTypeField?: string | undefined;
|
|
2623
2623
|
fixedContentType?: string | undefined;
|
|
2624
2624
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2724,7 +2724,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2724
2724
|
layoutGridRowField?: string | undefined;
|
|
2725
2725
|
layoutGridColumnField?: string | undefined;
|
|
2726
2726
|
layoutGridMaxRows?: number | undefined;
|
|
2727
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2727
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2728
2728
|
contentTypeField?: string | undefined;
|
|
2729
2729
|
fixedContentType?: string | undefined;
|
|
2730
2730
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2830,7 +2830,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2830
2830
|
layoutGridRowField?: string | undefined;
|
|
2831
2831
|
layoutGridColumnField?: string | undefined;
|
|
2832
2832
|
layoutGridMaxRows?: number | undefined;
|
|
2833
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2833
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2834
2834
|
contentTypeField?: string | undefined;
|
|
2835
2835
|
fixedContentType?: string | undefined;
|
|
2836
2836
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2940,7 +2940,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
2940
2940
|
layoutGridRowField?: string | undefined;
|
|
2941
2941
|
layoutGridColumnField?: string | undefined;
|
|
2942
2942
|
layoutGridMaxRows?: number | undefined;
|
|
2943
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2943
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2944
2944
|
contentTypeField?: string | undefined;
|
|
2945
2945
|
fixedContentType?: string | undefined;
|
|
2946
2946
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3046,7 +3046,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3046
3046
|
layoutGridRowField?: string | undefined;
|
|
3047
3047
|
layoutGridColumnField?: string | undefined;
|
|
3048
3048
|
layoutGridMaxRows?: number | undefined;
|
|
3049
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3049
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3050
3050
|
contentTypeField?: string | undefined;
|
|
3051
3051
|
fixedContentType?: string | undefined;
|
|
3052
3052
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3154,7 +3154,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3154
3154
|
layoutGridRowField?: string | undefined;
|
|
3155
3155
|
layoutGridColumnField?: string | undefined;
|
|
3156
3156
|
layoutGridMaxRows?: number | undefined;
|
|
3157
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3157
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3158
3158
|
contentTypeField?: string | undefined;
|
|
3159
3159
|
fixedContentType?: string | undefined;
|
|
3160
3160
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3260,7 +3260,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3260
3260
|
layoutGridRowField?: string | undefined;
|
|
3261
3261
|
layoutGridColumnField?: string | undefined;
|
|
3262
3262
|
layoutGridMaxRows?: number | undefined;
|
|
3263
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3263
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3264
3264
|
contentTypeField?: string | undefined;
|
|
3265
3265
|
fixedContentType?: string | undefined;
|
|
3266
3266
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3384,7 +3384,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3384
3384
|
layoutGridRowField?: string | undefined;
|
|
3385
3385
|
layoutGridColumnField?: string | undefined;
|
|
3386
3386
|
layoutGridMaxRows?: number | undefined;
|
|
3387
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3387
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3388
3388
|
contentTypeField?: string | undefined;
|
|
3389
3389
|
fixedContentType?: string | undefined;
|
|
3390
3390
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3499,7 +3499,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3499
3499
|
layoutGridRowField?: string | undefined;
|
|
3500
3500
|
layoutGridColumnField?: string | undefined;
|
|
3501
3501
|
layoutGridMaxRows?: number | undefined;
|
|
3502
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3502
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3503
3503
|
contentTypeField?: string | undefined;
|
|
3504
3504
|
fixedContentType?: string | undefined;
|
|
3505
3505
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3606,7 +3606,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3606
3606
|
layoutGridRowField?: string | undefined;
|
|
3607
3607
|
layoutGridColumnField?: string | undefined;
|
|
3608
3608
|
layoutGridMaxRows?: number | undefined;
|
|
3609
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3609
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3610
3610
|
contentTypeField?: string | undefined;
|
|
3611
3611
|
fixedContentType?: string | undefined;
|
|
3612
3612
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3713,7 +3713,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3713
3713
|
layoutGridRowField?: string | undefined;
|
|
3714
3714
|
layoutGridColumnField?: string | undefined;
|
|
3715
3715
|
layoutGridMaxRows?: number | undefined;
|
|
3716
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3716
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3717
3717
|
contentTypeField?: string | undefined;
|
|
3718
3718
|
fixedContentType?: string | undefined;
|
|
3719
3719
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3821,7 +3821,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3821
3821
|
layoutGridRowField?: string | undefined;
|
|
3822
3822
|
layoutGridColumnField?: string | undefined;
|
|
3823
3823
|
layoutGridMaxRows?: number | undefined;
|
|
3824
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3824
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3825
3825
|
contentTypeField?: string | undefined;
|
|
3826
3826
|
fixedContentType?: string | undefined;
|
|
3827
3827
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3927,7 +3927,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
3927
3927
|
layoutGridRowField?: string | undefined;
|
|
3928
3928
|
layoutGridColumnField?: string | undefined;
|
|
3929
3929
|
layoutGridMaxRows?: number | undefined;
|
|
3930
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3930
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3931
3931
|
contentTypeField?: string | undefined;
|
|
3932
3932
|
fixedContentType?: string | undefined;
|
|
3933
3933
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4033,7 +4033,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4033
4033
|
layoutGridRowField?: string | undefined;
|
|
4034
4034
|
layoutGridColumnField?: string | undefined;
|
|
4035
4035
|
layoutGridMaxRows?: number | undefined;
|
|
4036
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4036
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4037
4037
|
contentTypeField?: string | undefined;
|
|
4038
4038
|
fixedContentType?: string | undefined;
|
|
4039
4039
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4139,7 +4139,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4139
4139
|
layoutGridRowField?: string | undefined;
|
|
4140
4140
|
layoutGridColumnField?: string | undefined;
|
|
4141
4141
|
layoutGridMaxRows?: number | undefined;
|
|
4142
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4142
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4143
4143
|
contentTypeField?: string | undefined;
|
|
4144
4144
|
fixedContentType?: string | undefined;
|
|
4145
4145
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4245,7 +4245,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4245
4245
|
layoutGridRowField?: string | undefined;
|
|
4246
4246
|
layoutGridColumnField?: string | undefined;
|
|
4247
4247
|
layoutGridMaxRows?: number | undefined;
|
|
4248
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4248
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4249
4249
|
contentTypeField?: string | undefined;
|
|
4250
4250
|
fixedContentType?: string | undefined;
|
|
4251
4251
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4351,7 +4351,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4351
4351
|
layoutGridRowField?: string | undefined;
|
|
4352
4352
|
layoutGridColumnField?: string | undefined;
|
|
4353
4353
|
layoutGridMaxRows?: number | undefined;
|
|
4354
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4354
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4355
4355
|
contentTypeField?: string | undefined;
|
|
4356
4356
|
fixedContentType?: string | undefined;
|
|
4357
4357
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4461,7 +4461,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4461
4461
|
layoutGridRowField?: string | undefined;
|
|
4462
4462
|
layoutGridColumnField?: string | undefined;
|
|
4463
4463
|
layoutGridMaxRows?: number | undefined;
|
|
4464
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4464
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4465
4465
|
contentTypeField?: string | undefined;
|
|
4466
4466
|
fixedContentType?: string | undefined;
|
|
4467
4467
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4567,7 +4567,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4567
4567
|
layoutGridRowField?: string | undefined;
|
|
4568
4568
|
layoutGridColumnField?: string | undefined;
|
|
4569
4569
|
layoutGridMaxRows?: number | undefined;
|
|
4570
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4570
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4571
4571
|
contentTypeField?: string | undefined;
|
|
4572
4572
|
fixedContentType?: string | undefined;
|
|
4573
4573
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4675,7 +4675,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4675
4675
|
layoutGridRowField?: string | undefined;
|
|
4676
4676
|
layoutGridColumnField?: string | undefined;
|
|
4677
4677
|
layoutGridMaxRows?: number | undefined;
|
|
4678
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4678
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4679
4679
|
contentTypeField?: string | undefined;
|
|
4680
4680
|
fixedContentType?: string | undefined;
|
|
4681
4681
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4781,7 +4781,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4781
4781
|
layoutGridRowField?: string | undefined;
|
|
4782
4782
|
layoutGridColumnField?: string | undefined;
|
|
4783
4783
|
layoutGridMaxRows?: number | undefined;
|
|
4784
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4784
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4785
4785
|
contentTypeField?: string | undefined;
|
|
4786
4786
|
fixedContentType?: string | undefined;
|
|
4787
4787
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4894,7 +4894,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
4894
4894
|
layoutGridRowField?: string | undefined;
|
|
4895
4895
|
layoutGridColumnField?: string | undefined;
|
|
4896
4896
|
layoutGridMaxRows?: number | undefined;
|
|
4897
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4897
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4898
4898
|
contentTypeField?: string | undefined;
|
|
4899
4899
|
fixedContentType?: string | undefined;
|
|
4900
4900
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5006,7 +5006,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5006
5006
|
layoutGridRowField?: string | undefined;
|
|
5007
5007
|
layoutGridColumnField?: string | undefined;
|
|
5008
5008
|
layoutGridMaxRows?: number | undefined;
|
|
5009
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5009
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5010
5010
|
contentTypeField?: string | undefined;
|
|
5011
5011
|
fixedContentType?: string | undefined;
|
|
5012
5012
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5112,7 +5112,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5112
5112
|
layoutGridRowField?: string | undefined;
|
|
5113
5113
|
layoutGridColumnField?: string | undefined;
|
|
5114
5114
|
layoutGridMaxRows?: number | undefined;
|
|
5115
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5115
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5116
5116
|
contentTypeField?: string | undefined;
|
|
5117
5117
|
fixedContentType?: string | undefined;
|
|
5118
5118
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5221,7 +5221,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5221
5221
|
layoutGridRowField?: string | undefined;
|
|
5222
5222
|
layoutGridColumnField?: string | undefined;
|
|
5223
5223
|
layoutGridMaxRows?: number | undefined;
|
|
5224
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5224
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5225
5225
|
contentTypeField?: string | undefined;
|
|
5226
5226
|
fixedContentType?: string | undefined;
|
|
5227
5227
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5332,7 +5332,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5332
5332
|
layoutGridRowField?: string | undefined;
|
|
5333
5333
|
layoutGridColumnField?: string | undefined;
|
|
5334
5334
|
layoutGridMaxRows?: number | undefined;
|
|
5335
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5335
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5336
5336
|
contentTypeField?: string | undefined;
|
|
5337
5337
|
fixedContentType?: string | undefined;
|
|
5338
5338
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5444,7 +5444,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5444
5444
|
layoutGridRowField?: string | undefined;
|
|
5445
5445
|
layoutGridColumnField?: string | undefined;
|
|
5446
5446
|
layoutGridMaxRows?: number | undefined;
|
|
5447
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5447
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5448
5448
|
contentTypeField?: string | undefined;
|
|
5449
5449
|
fixedContentType?: string | undefined;
|
|
5450
5450
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5550,7 +5550,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5550
5550
|
layoutGridRowField?: string | undefined;
|
|
5551
5551
|
layoutGridColumnField?: string | undefined;
|
|
5552
5552
|
layoutGridMaxRows?: number | undefined;
|
|
5553
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5553
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5554
5554
|
contentTypeField?: string | undefined;
|
|
5555
5555
|
fixedContentType?: string | undefined;
|
|
5556
5556
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5656,7 +5656,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5656
5656
|
layoutGridRowField?: string | undefined;
|
|
5657
5657
|
layoutGridColumnField?: string | undefined;
|
|
5658
5658
|
layoutGridMaxRows?: number | undefined;
|
|
5659
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5659
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5660
5660
|
contentTypeField?: string | undefined;
|
|
5661
5661
|
fixedContentType?: string | undefined;
|
|
5662
5662
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5777,7 +5777,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5777
5777
|
layoutGridRowField?: string | undefined;
|
|
5778
5778
|
layoutGridColumnField?: string | undefined;
|
|
5779
5779
|
layoutGridMaxRows?: number | undefined;
|
|
5780
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5780
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5781
5781
|
contentTypeField?: string | undefined;
|
|
5782
5782
|
fixedContentType?: string | undefined;
|
|
5783
5783
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5892,7 +5892,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5892
5892
|
layoutGridRowField?: string | undefined;
|
|
5893
5893
|
layoutGridColumnField?: string | undefined;
|
|
5894
5894
|
layoutGridMaxRows?: number | undefined;
|
|
5895
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5895
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5896
5896
|
contentTypeField?: string | undefined;
|
|
5897
5897
|
fixedContentType?: string | undefined;
|
|
5898
5898
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5999,7 +5999,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
5999
5999
|
layoutGridRowField?: string | undefined;
|
|
6000
6000
|
layoutGridColumnField?: string | undefined;
|
|
6001
6001
|
layoutGridMaxRows?: number | undefined;
|
|
6002
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6002
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6003
6003
|
contentTypeField?: string | undefined;
|
|
6004
6004
|
fixedContentType?: string | undefined;
|
|
6005
6005
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6106,7 +6106,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6106
6106
|
layoutGridRowField?: string | undefined;
|
|
6107
6107
|
layoutGridColumnField?: string | undefined;
|
|
6108
6108
|
layoutGridMaxRows?: number | undefined;
|
|
6109
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6109
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6110
6110
|
contentTypeField?: string | undefined;
|
|
6111
6111
|
fixedContentType?: string | undefined;
|
|
6112
6112
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6214,7 +6214,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6214
6214
|
layoutGridRowField?: string | undefined;
|
|
6215
6215
|
layoutGridColumnField?: string | undefined;
|
|
6216
6216
|
layoutGridMaxRows?: number | undefined;
|
|
6217
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6217
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6218
6218
|
contentTypeField?: string | undefined;
|
|
6219
6219
|
fixedContentType?: string | undefined;
|
|
6220
6220
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6320,7 +6320,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6320
6320
|
layoutGridRowField?: string | undefined;
|
|
6321
6321
|
layoutGridColumnField?: string | undefined;
|
|
6322
6322
|
layoutGridMaxRows?: number | undefined;
|
|
6323
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6323
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6324
6324
|
contentTypeField?: string | undefined;
|
|
6325
6325
|
fixedContentType?: string | undefined;
|
|
6326
6326
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6426,7 +6426,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6426
6426
|
layoutGridRowField?: string | undefined;
|
|
6427
6427
|
layoutGridColumnField?: string | undefined;
|
|
6428
6428
|
layoutGridMaxRows?: number | undefined;
|
|
6429
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6429
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6430
6430
|
contentTypeField?: string | undefined;
|
|
6431
6431
|
fixedContentType?: string | undefined;
|
|
6432
6432
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6532,7 +6532,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6532
6532
|
layoutGridRowField?: string | undefined;
|
|
6533
6533
|
layoutGridColumnField?: string | undefined;
|
|
6534
6534
|
layoutGridMaxRows?: number | undefined;
|
|
6535
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6535
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6536
6536
|
contentTypeField?: string | undefined;
|
|
6537
6537
|
fixedContentType?: string | undefined;
|
|
6538
6538
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6638,7 +6638,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6638
6638
|
layoutGridRowField?: string | undefined;
|
|
6639
6639
|
layoutGridColumnField?: string | undefined;
|
|
6640
6640
|
layoutGridMaxRows?: number | undefined;
|
|
6641
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6641
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6642
6642
|
contentTypeField?: string | undefined;
|
|
6643
6643
|
fixedContentType?: string | undefined;
|
|
6644
6644
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6744,7 +6744,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6744
6744
|
layoutGridRowField?: string | undefined;
|
|
6745
6745
|
layoutGridColumnField?: string | undefined;
|
|
6746
6746
|
layoutGridMaxRows?: number | undefined;
|
|
6747
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6747
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6748
6748
|
contentTypeField?: string | undefined;
|
|
6749
6749
|
fixedContentType?: string | undefined;
|
|
6750
6750
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6854,7 +6854,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6854
6854
|
layoutGridRowField?: string | undefined;
|
|
6855
6855
|
layoutGridColumnField?: string | undefined;
|
|
6856
6856
|
layoutGridMaxRows?: number | undefined;
|
|
6857
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6857
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6858
6858
|
contentTypeField?: string | undefined;
|
|
6859
6859
|
fixedContentType?: string | undefined;
|
|
6860
6860
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6960,7 +6960,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
6960
6960
|
layoutGridRowField?: string | undefined;
|
|
6961
6961
|
layoutGridColumnField?: string | undefined;
|
|
6962
6962
|
layoutGridMaxRows?: number | undefined;
|
|
6963
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6963
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6964
6964
|
contentTypeField?: string | undefined;
|
|
6965
6965
|
fixedContentType?: string | undefined;
|
|
6966
6966
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7068,7 +7068,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7068
7068
|
layoutGridRowField?: string | undefined;
|
|
7069
7069
|
layoutGridColumnField?: string | undefined;
|
|
7070
7070
|
layoutGridMaxRows?: number | undefined;
|
|
7071
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7071
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7072
7072
|
contentTypeField?: string | undefined;
|
|
7073
7073
|
fixedContentType?: string | undefined;
|
|
7074
7074
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7174,7 +7174,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7174
7174
|
layoutGridRowField?: string | undefined;
|
|
7175
7175
|
layoutGridColumnField?: string | undefined;
|
|
7176
7176
|
layoutGridMaxRows?: number | undefined;
|
|
7177
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7177
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7178
7178
|
contentTypeField?: string | undefined;
|
|
7179
7179
|
fixedContentType?: string | undefined;
|
|
7180
7180
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7296,7 +7296,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7296
7296
|
layoutGridRowField?: string | undefined;
|
|
7297
7297
|
layoutGridColumnField?: string | undefined;
|
|
7298
7298
|
layoutGridMaxRows?: number | undefined;
|
|
7299
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7299
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7300
7300
|
contentTypeField?: string | undefined;
|
|
7301
7301
|
fixedContentType?: string | undefined;
|
|
7302
7302
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7411,7 +7411,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7411
7411
|
layoutGridRowField?: string | undefined;
|
|
7412
7412
|
layoutGridColumnField?: string | undefined;
|
|
7413
7413
|
layoutGridMaxRows?: number | undefined;
|
|
7414
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7414
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7415
7415
|
contentTypeField?: string | undefined;
|
|
7416
7416
|
fixedContentType?: string | undefined;
|
|
7417
7417
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7518,7 +7518,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7518
7518
|
layoutGridRowField?: string | undefined;
|
|
7519
7519
|
layoutGridColumnField?: string | undefined;
|
|
7520
7520
|
layoutGridMaxRows?: number | undefined;
|
|
7521
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7521
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7522
7522
|
contentTypeField?: string | undefined;
|
|
7523
7523
|
fixedContentType?: string | undefined;
|
|
7524
7524
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7625,7 +7625,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7625
7625
|
layoutGridRowField?: string | undefined;
|
|
7626
7626
|
layoutGridColumnField?: string | undefined;
|
|
7627
7627
|
layoutGridMaxRows?: number | undefined;
|
|
7628
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7628
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7629
7629
|
contentTypeField?: string | undefined;
|
|
7630
7630
|
fixedContentType?: string | undefined;
|
|
7631
7631
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7733,7 +7733,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7733
7733
|
layoutGridRowField?: string | undefined;
|
|
7734
7734
|
layoutGridColumnField?: string | undefined;
|
|
7735
7735
|
layoutGridMaxRows?: number | undefined;
|
|
7736
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7736
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7737
7737
|
contentTypeField?: string | undefined;
|
|
7738
7738
|
fixedContentType?: string | undefined;
|
|
7739
7739
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7839,7 +7839,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7839
7839
|
layoutGridRowField?: string | undefined;
|
|
7840
7840
|
layoutGridColumnField?: string | undefined;
|
|
7841
7841
|
layoutGridMaxRows?: number | undefined;
|
|
7842
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7842
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7843
7843
|
contentTypeField?: string | undefined;
|
|
7844
7844
|
fixedContentType?: string | undefined;
|
|
7845
7845
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7945,7 +7945,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
7945
7945
|
layoutGridRowField?: string | undefined;
|
|
7946
7946
|
layoutGridColumnField?: string | undefined;
|
|
7947
7947
|
layoutGridMaxRows?: number | undefined;
|
|
7948
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7948
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7949
7949
|
contentTypeField?: string | undefined;
|
|
7950
7950
|
fixedContentType?: string | undefined;
|
|
7951
7951
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8051,7 +8051,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8051
8051
|
layoutGridRowField?: string | undefined;
|
|
8052
8052
|
layoutGridColumnField?: string | undefined;
|
|
8053
8053
|
layoutGridMaxRows?: number | undefined;
|
|
8054
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8054
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8055
8055
|
contentTypeField?: string | undefined;
|
|
8056
8056
|
fixedContentType?: string | undefined;
|
|
8057
8057
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8157,7 +8157,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8157
8157
|
layoutGridRowField?: string | undefined;
|
|
8158
8158
|
layoutGridColumnField?: string | undefined;
|
|
8159
8159
|
layoutGridMaxRows?: number | undefined;
|
|
8160
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8160
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8161
8161
|
contentTypeField?: string | undefined;
|
|
8162
8162
|
fixedContentType?: string | undefined;
|
|
8163
8163
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8263,7 +8263,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8263
8263
|
layoutGridRowField?: string | undefined;
|
|
8264
8264
|
layoutGridColumnField?: string | undefined;
|
|
8265
8265
|
layoutGridMaxRows?: number | undefined;
|
|
8266
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8266
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8267
8267
|
contentTypeField?: string | undefined;
|
|
8268
8268
|
fixedContentType?: string | undefined;
|
|
8269
8269
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8373,7 +8373,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8373
8373
|
layoutGridRowField?: string | undefined;
|
|
8374
8374
|
layoutGridColumnField?: string | undefined;
|
|
8375
8375
|
layoutGridMaxRows?: number | undefined;
|
|
8376
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8376
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8377
8377
|
contentTypeField?: string | undefined;
|
|
8378
8378
|
fixedContentType?: string | undefined;
|
|
8379
8379
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8479,7 +8479,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8479
8479
|
layoutGridRowField?: string | undefined;
|
|
8480
8480
|
layoutGridColumnField?: string | undefined;
|
|
8481
8481
|
layoutGridMaxRows?: number | undefined;
|
|
8482
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8482
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8483
8483
|
contentTypeField?: string | undefined;
|
|
8484
8484
|
fixedContentType?: string | undefined;
|
|
8485
8485
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8587,7 +8587,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8587
8587
|
layoutGridRowField?: string | undefined;
|
|
8588
8588
|
layoutGridColumnField?: string | undefined;
|
|
8589
8589
|
layoutGridMaxRows?: number | undefined;
|
|
8590
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8590
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8591
8591
|
contentTypeField?: string | undefined;
|
|
8592
8592
|
fixedContentType?: string | undefined;
|
|
8593
8593
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8693,7 +8693,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8693
8693
|
layoutGridRowField?: string | undefined;
|
|
8694
8694
|
layoutGridColumnField?: string | undefined;
|
|
8695
8695
|
layoutGridMaxRows?: number | undefined;
|
|
8696
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8696
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8697
8697
|
contentTypeField?: string | undefined;
|
|
8698
8698
|
fixedContentType?: string | undefined;
|
|
8699
8699
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8806,7 +8806,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8806
8806
|
layoutGridRowField?: string | undefined;
|
|
8807
8807
|
layoutGridColumnField?: string | undefined;
|
|
8808
8808
|
layoutGridMaxRows?: number | undefined;
|
|
8809
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8809
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8810
8810
|
contentTypeField?: string | undefined;
|
|
8811
8811
|
fixedContentType?: string | undefined;
|
|
8812
8812
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8918,7 +8918,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
8918
8918
|
layoutGridRowField?: string | undefined;
|
|
8919
8919
|
layoutGridColumnField?: string | undefined;
|
|
8920
8920
|
layoutGridMaxRows?: number | undefined;
|
|
8921
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8921
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8922
8922
|
contentTypeField?: string | undefined;
|
|
8923
8923
|
fixedContentType?: string | undefined;
|
|
8924
8924
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9024,7 +9024,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9024
9024
|
layoutGridRowField?: string | undefined;
|
|
9025
9025
|
layoutGridColumnField?: string | undefined;
|
|
9026
9026
|
layoutGridMaxRows?: number | undefined;
|
|
9027
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9027
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9028
9028
|
contentTypeField?: string | undefined;
|
|
9029
9029
|
fixedContentType?: string | undefined;
|
|
9030
9030
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9130,7 +9130,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9130
9130
|
layoutGridRowField?: string | undefined;
|
|
9131
9131
|
layoutGridColumnField?: string | undefined;
|
|
9132
9132
|
layoutGridMaxRows?: number | undefined;
|
|
9133
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9133
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9134
9134
|
contentTypeField?: string | undefined;
|
|
9135
9135
|
fixedContentType?: string | undefined;
|
|
9136
9136
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9240,7 +9240,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9240
9240
|
layoutGridRowField?: string | undefined;
|
|
9241
9241
|
layoutGridColumnField?: string | undefined;
|
|
9242
9242
|
layoutGridMaxRows?: number | undefined;
|
|
9243
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9243
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9244
9244
|
contentTypeField?: string | undefined;
|
|
9245
9245
|
fixedContentType?: string | undefined;
|
|
9246
9246
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9352,7 +9352,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9352
9352
|
layoutGridRowField?: string | undefined;
|
|
9353
9353
|
layoutGridColumnField?: string | undefined;
|
|
9354
9354
|
layoutGridMaxRows?: number | undefined;
|
|
9355
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9355
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9356
9356
|
contentTypeField?: string | undefined;
|
|
9357
9357
|
fixedContentType?: string | undefined;
|
|
9358
9358
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9458,7 +9458,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9458
9458
|
layoutGridRowField?: string | undefined;
|
|
9459
9459
|
layoutGridColumnField?: string | undefined;
|
|
9460
9460
|
layoutGridMaxRows?: number | undefined;
|
|
9461
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9461
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9462
9462
|
contentTypeField?: string | undefined;
|
|
9463
9463
|
fixedContentType?: string | undefined;
|
|
9464
9464
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9567,7 +9567,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9567
9567
|
layoutGridRowField?: string | undefined;
|
|
9568
9568
|
layoutGridColumnField?: string | undefined;
|
|
9569
9569
|
layoutGridMaxRows?: number | undefined;
|
|
9570
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9570
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9571
9571
|
contentTypeField?: string | undefined;
|
|
9572
9572
|
fixedContentType?: string | undefined;
|
|
9573
9573
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9678,7 +9678,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9678
9678
|
layoutGridRowField?: string | undefined;
|
|
9679
9679
|
layoutGridColumnField?: string | undefined;
|
|
9680
9680
|
layoutGridMaxRows?: number | undefined;
|
|
9681
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9681
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9682
9682
|
contentTypeField?: string | undefined;
|
|
9683
9683
|
fixedContentType?: string | undefined;
|
|
9684
9684
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9790,7 +9790,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9790
9790
|
layoutGridRowField?: string | undefined;
|
|
9791
9791
|
layoutGridColumnField?: string | undefined;
|
|
9792
9792
|
layoutGridMaxRows?: number | undefined;
|
|
9793
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9793
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9794
9794
|
contentTypeField?: string | undefined;
|
|
9795
9795
|
fixedContentType?: string | undefined;
|
|
9796
9796
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9896,7 +9896,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
9896
9896
|
layoutGridRowField?: string | undefined;
|
|
9897
9897
|
layoutGridColumnField?: string | undefined;
|
|
9898
9898
|
layoutGridMaxRows?: number | undefined;
|
|
9899
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9899
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9900
9900
|
contentTypeField?: string | undefined;
|
|
9901
9901
|
fixedContentType?: string | undefined;
|
|
9902
9902
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10009,7 +10009,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10009
10009
|
layoutGridRowField?: string | undefined;
|
|
10010
10010
|
layoutGridColumnField?: string | undefined;
|
|
10011
10011
|
layoutGridMaxRows?: number | undefined;
|
|
10012
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10012
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10013
10013
|
contentTypeField?: string | undefined;
|
|
10014
10014
|
fixedContentType?: string | undefined;
|
|
10015
10015
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10116,7 +10116,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10116
10116
|
layoutGridRowField?: string | undefined;
|
|
10117
10117
|
layoutGridColumnField?: string | undefined;
|
|
10118
10118
|
layoutGridMaxRows?: number | undefined;
|
|
10119
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10119
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10120
10120
|
contentTypeField?: string | undefined;
|
|
10121
10121
|
fixedContentType?: string | undefined;
|
|
10122
10122
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10223,7 +10223,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10223
10223
|
layoutGridRowField?: string | undefined;
|
|
10224
10224
|
layoutGridColumnField?: string | undefined;
|
|
10225
10225
|
layoutGridMaxRows?: number | undefined;
|
|
10226
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10226
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10227
10227
|
contentTypeField?: string | undefined;
|
|
10228
10228
|
fixedContentType?: string | undefined;
|
|
10229
10229
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10331,7 +10331,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10331
10331
|
layoutGridRowField?: string | undefined;
|
|
10332
10332
|
layoutGridColumnField?: string | undefined;
|
|
10333
10333
|
layoutGridMaxRows?: number | undefined;
|
|
10334
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10334
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10335
10335
|
contentTypeField?: string | undefined;
|
|
10336
10336
|
fixedContentType?: string | undefined;
|
|
10337
10337
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10437,7 +10437,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10437
10437
|
layoutGridRowField?: string | undefined;
|
|
10438
10438
|
layoutGridColumnField?: string | undefined;
|
|
10439
10439
|
layoutGridMaxRows?: number | undefined;
|
|
10440
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10440
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10441
10441
|
contentTypeField?: string | undefined;
|
|
10442
10442
|
fixedContentType?: string | undefined;
|
|
10443
10443
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10543,7 +10543,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10543
10543
|
layoutGridRowField?: string | undefined;
|
|
10544
10544
|
layoutGridColumnField?: string | undefined;
|
|
10545
10545
|
layoutGridMaxRows?: number | undefined;
|
|
10546
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10546
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10547
10547
|
contentTypeField?: string | undefined;
|
|
10548
10548
|
fixedContentType?: string | undefined;
|
|
10549
10549
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10649,7 +10649,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10649
10649
|
layoutGridRowField?: string | undefined;
|
|
10650
10650
|
layoutGridColumnField?: string | undefined;
|
|
10651
10651
|
layoutGridMaxRows?: number | undefined;
|
|
10652
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10652
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10653
10653
|
contentTypeField?: string | undefined;
|
|
10654
10654
|
fixedContentType?: string | undefined;
|
|
10655
10655
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10755,7 +10755,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10755
10755
|
layoutGridRowField?: string | undefined;
|
|
10756
10756
|
layoutGridColumnField?: string | undefined;
|
|
10757
10757
|
layoutGridMaxRows?: number | undefined;
|
|
10758
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10758
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10759
10759
|
contentTypeField?: string | undefined;
|
|
10760
10760
|
fixedContentType?: string | undefined;
|
|
10761
10761
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10861,7 +10861,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10861
10861
|
layoutGridRowField?: string | undefined;
|
|
10862
10862
|
layoutGridColumnField?: string | undefined;
|
|
10863
10863
|
layoutGridMaxRows?: number | undefined;
|
|
10864
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10864
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10865
10865
|
contentTypeField?: string | undefined;
|
|
10866
10866
|
fixedContentType?: string | undefined;
|
|
10867
10867
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10971,7 +10971,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
10971
10971
|
layoutGridRowField?: string | undefined;
|
|
10972
10972
|
layoutGridColumnField?: string | undefined;
|
|
10973
10973
|
layoutGridMaxRows?: number | undefined;
|
|
10974
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10974
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10975
10975
|
contentTypeField?: string | undefined;
|
|
10976
10976
|
fixedContentType?: string | undefined;
|
|
10977
10977
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11077,7 +11077,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11077
11077
|
layoutGridRowField?: string | undefined;
|
|
11078
11078
|
layoutGridColumnField?: string | undefined;
|
|
11079
11079
|
layoutGridMaxRows?: number | undefined;
|
|
11080
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11080
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11081
11081
|
contentTypeField?: string | undefined;
|
|
11082
11082
|
fixedContentType?: string | undefined;
|
|
11083
11083
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11185,7 +11185,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11185
11185
|
layoutGridRowField?: string | undefined;
|
|
11186
11186
|
layoutGridColumnField?: string | undefined;
|
|
11187
11187
|
layoutGridMaxRows?: number | undefined;
|
|
11188
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11188
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11189
11189
|
contentTypeField?: string | undefined;
|
|
11190
11190
|
fixedContentType?: string | undefined;
|
|
11191
11191
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11291,7 +11291,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11291
11291
|
layoutGridRowField?: string | undefined;
|
|
11292
11292
|
layoutGridColumnField?: string | undefined;
|
|
11293
11293
|
layoutGridMaxRows?: number | undefined;
|
|
11294
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11294
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11295
11295
|
contentTypeField?: string | undefined;
|
|
11296
11296
|
fixedContentType?: string | undefined;
|
|
11297
11297
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11413,7 +11413,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11413
11413
|
layoutGridRowField?: string | undefined;
|
|
11414
11414
|
layoutGridColumnField?: string | undefined;
|
|
11415
11415
|
layoutGridMaxRows?: number | undefined;
|
|
11416
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11416
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11417
11417
|
contentTypeField?: string | undefined;
|
|
11418
11418
|
fixedContentType?: string | undefined;
|
|
11419
11419
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11523,7 +11523,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11523
11523
|
layoutGridRowField?: string | undefined;
|
|
11524
11524
|
layoutGridColumnField?: string | undefined;
|
|
11525
11525
|
layoutGridMaxRows?: number | undefined;
|
|
11526
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11526
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11527
11527
|
contentTypeField?: string | undefined;
|
|
11528
11528
|
fixedContentType?: string | undefined;
|
|
11529
11529
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11645,7 +11645,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11645
11645
|
layoutGridRowField?: string | undefined;
|
|
11646
11646
|
layoutGridColumnField?: string | undefined;
|
|
11647
11647
|
layoutGridMaxRows?: number | undefined;
|
|
11648
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11648
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11649
11649
|
contentTypeField?: string | undefined;
|
|
11650
11650
|
fixedContentType?: string | undefined;
|
|
11651
11651
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11760,7 +11760,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11760
11760
|
layoutGridRowField?: string | undefined;
|
|
11761
11761
|
layoutGridColumnField?: string | undefined;
|
|
11762
11762
|
layoutGridMaxRows?: number | undefined;
|
|
11763
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11763
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11764
11764
|
contentTypeField?: string | undefined;
|
|
11765
11765
|
fixedContentType?: string | undefined;
|
|
11766
11766
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11867,7 +11867,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11867
11867
|
layoutGridRowField?: string | undefined;
|
|
11868
11868
|
layoutGridColumnField?: string | undefined;
|
|
11869
11869
|
layoutGridMaxRows?: number | undefined;
|
|
11870
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11870
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11871
11871
|
contentTypeField?: string | undefined;
|
|
11872
11872
|
fixedContentType?: string | undefined;
|
|
11873
11873
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11974,7 +11974,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
11974
11974
|
layoutGridRowField?: string | undefined;
|
|
11975
11975
|
layoutGridColumnField?: string | undefined;
|
|
11976
11976
|
layoutGridMaxRows?: number | undefined;
|
|
11977
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11977
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11978
11978
|
contentTypeField?: string | undefined;
|
|
11979
11979
|
fixedContentType?: string | undefined;
|
|
11980
11980
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12082,7 +12082,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12082
12082
|
layoutGridRowField?: string | undefined;
|
|
12083
12083
|
layoutGridColumnField?: string | undefined;
|
|
12084
12084
|
layoutGridMaxRows?: number | undefined;
|
|
12085
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12085
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12086
12086
|
contentTypeField?: string | undefined;
|
|
12087
12087
|
fixedContentType?: string | undefined;
|
|
12088
12088
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12188,7 +12188,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12188
12188
|
layoutGridRowField?: string | undefined;
|
|
12189
12189
|
layoutGridColumnField?: string | undefined;
|
|
12190
12190
|
layoutGridMaxRows?: number | undefined;
|
|
12191
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12191
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12192
12192
|
contentTypeField?: string | undefined;
|
|
12193
12193
|
fixedContentType?: string | undefined;
|
|
12194
12194
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12294,7 +12294,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12294
12294
|
layoutGridRowField?: string | undefined;
|
|
12295
12295
|
layoutGridColumnField?: string | undefined;
|
|
12296
12296
|
layoutGridMaxRows?: number | undefined;
|
|
12297
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12297
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12298
12298
|
contentTypeField?: string | undefined;
|
|
12299
12299
|
fixedContentType?: string | undefined;
|
|
12300
12300
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12400,7 +12400,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12400
12400
|
layoutGridRowField?: string | undefined;
|
|
12401
12401
|
layoutGridColumnField?: string | undefined;
|
|
12402
12402
|
layoutGridMaxRows?: number | undefined;
|
|
12403
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12403
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12404
12404
|
contentTypeField?: string | undefined;
|
|
12405
12405
|
fixedContentType?: string | undefined;
|
|
12406
12406
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12506,7 +12506,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12506
12506
|
layoutGridRowField?: string | undefined;
|
|
12507
12507
|
layoutGridColumnField?: string | undefined;
|
|
12508
12508
|
layoutGridMaxRows?: number | undefined;
|
|
12509
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12509
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12510
12510
|
contentTypeField?: string | undefined;
|
|
12511
12511
|
fixedContentType?: string | undefined;
|
|
12512
12512
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12612,7 +12612,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12612
12612
|
layoutGridRowField?: string | undefined;
|
|
12613
12613
|
layoutGridColumnField?: string | undefined;
|
|
12614
12614
|
layoutGridMaxRows?: number | undefined;
|
|
12615
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12615
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12616
12616
|
contentTypeField?: string | undefined;
|
|
12617
12617
|
fixedContentType?: string | undefined;
|
|
12618
12618
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12722,7 +12722,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12722
12722
|
layoutGridRowField?: string | undefined;
|
|
12723
12723
|
layoutGridColumnField?: string | undefined;
|
|
12724
12724
|
layoutGridMaxRows?: number | undefined;
|
|
12725
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12725
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12726
12726
|
contentTypeField?: string | undefined;
|
|
12727
12727
|
fixedContentType?: string | undefined;
|
|
12728
12728
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12828,7 +12828,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12828
12828
|
layoutGridRowField?: string | undefined;
|
|
12829
12829
|
layoutGridColumnField?: string | undefined;
|
|
12830
12830
|
layoutGridMaxRows?: number | undefined;
|
|
12831
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12831
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12832
12832
|
contentTypeField?: string | undefined;
|
|
12833
12833
|
fixedContentType?: string | undefined;
|
|
12834
12834
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12936,7 +12936,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
12936
12936
|
layoutGridRowField?: string | undefined;
|
|
12937
12937
|
layoutGridColumnField?: string | undefined;
|
|
12938
12938
|
layoutGridMaxRows?: number | undefined;
|
|
12939
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12939
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12940
12940
|
contentTypeField?: string | undefined;
|
|
12941
12941
|
fixedContentType?: string | undefined;
|
|
12942
12942
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13042,7 +13042,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13042
13042
|
layoutGridRowField?: string | undefined;
|
|
13043
13043
|
layoutGridColumnField?: string | undefined;
|
|
13044
13044
|
layoutGridMaxRows?: number | undefined;
|
|
13045
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13045
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13046
13046
|
contentTypeField?: string | undefined;
|
|
13047
13047
|
fixedContentType?: string | undefined;
|
|
13048
13048
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13166,7 +13166,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13166
13166
|
layoutGridRowField?: string | undefined;
|
|
13167
13167
|
layoutGridColumnField?: string | undefined;
|
|
13168
13168
|
layoutGridMaxRows?: number | undefined;
|
|
13169
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13169
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13170
13170
|
contentTypeField?: string | undefined;
|
|
13171
13171
|
fixedContentType?: string | undefined;
|
|
13172
13172
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13281,7 +13281,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13281
13281
|
layoutGridRowField?: string | undefined;
|
|
13282
13282
|
layoutGridColumnField?: string | undefined;
|
|
13283
13283
|
layoutGridMaxRows?: number | undefined;
|
|
13284
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13284
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13285
13285
|
contentTypeField?: string | undefined;
|
|
13286
13286
|
fixedContentType?: string | undefined;
|
|
13287
13287
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13388,7 +13388,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13388
13388
|
layoutGridRowField?: string | undefined;
|
|
13389
13389
|
layoutGridColumnField?: string | undefined;
|
|
13390
13390
|
layoutGridMaxRows?: number | undefined;
|
|
13391
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13391
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13392
13392
|
contentTypeField?: string | undefined;
|
|
13393
13393
|
fixedContentType?: string | undefined;
|
|
13394
13394
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13495,7 +13495,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13495
13495
|
layoutGridRowField?: string | undefined;
|
|
13496
13496
|
layoutGridColumnField?: string | undefined;
|
|
13497
13497
|
layoutGridMaxRows?: number | undefined;
|
|
13498
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13498
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13499
13499
|
contentTypeField?: string | undefined;
|
|
13500
13500
|
fixedContentType?: string | undefined;
|
|
13501
13501
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13603,7 +13603,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13603
13603
|
layoutGridRowField?: string | undefined;
|
|
13604
13604
|
layoutGridColumnField?: string | undefined;
|
|
13605
13605
|
layoutGridMaxRows?: number | undefined;
|
|
13606
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13606
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13607
13607
|
contentTypeField?: string | undefined;
|
|
13608
13608
|
fixedContentType?: string | undefined;
|
|
13609
13609
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13709,7 +13709,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13709
13709
|
layoutGridRowField?: string | undefined;
|
|
13710
13710
|
layoutGridColumnField?: string | undefined;
|
|
13711
13711
|
layoutGridMaxRows?: number | undefined;
|
|
13712
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13712
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13713
13713
|
contentTypeField?: string | undefined;
|
|
13714
13714
|
fixedContentType?: string | undefined;
|
|
13715
13715
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13815,7 +13815,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13815
13815
|
layoutGridRowField?: string | undefined;
|
|
13816
13816
|
layoutGridColumnField?: string | undefined;
|
|
13817
13817
|
layoutGridMaxRows?: number | undefined;
|
|
13818
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13818
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13819
13819
|
contentTypeField?: string | undefined;
|
|
13820
13820
|
fixedContentType?: string | undefined;
|
|
13821
13821
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13921,7 +13921,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
13921
13921
|
layoutGridRowField?: string | undefined;
|
|
13922
13922
|
layoutGridColumnField?: string | undefined;
|
|
13923
13923
|
layoutGridMaxRows?: number | undefined;
|
|
13924
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13924
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13925
13925
|
contentTypeField?: string | undefined;
|
|
13926
13926
|
fixedContentType?: string | undefined;
|
|
13927
13927
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14027,7 +14027,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14027
14027
|
layoutGridRowField?: string | undefined;
|
|
14028
14028
|
layoutGridColumnField?: string | undefined;
|
|
14029
14029
|
layoutGridMaxRows?: number | undefined;
|
|
14030
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14030
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14031
14031
|
contentTypeField?: string | undefined;
|
|
14032
14032
|
fixedContentType?: string | undefined;
|
|
14033
14033
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14133,7 +14133,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14133
14133
|
layoutGridRowField?: string | undefined;
|
|
14134
14134
|
layoutGridColumnField?: string | undefined;
|
|
14135
14135
|
layoutGridMaxRows?: number | undefined;
|
|
14136
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14136
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14137
14137
|
contentTypeField?: string | undefined;
|
|
14138
14138
|
fixedContentType?: string | undefined;
|
|
14139
14139
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14243,7 +14243,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14243
14243
|
layoutGridRowField?: string | undefined;
|
|
14244
14244
|
layoutGridColumnField?: string | undefined;
|
|
14245
14245
|
layoutGridMaxRows?: number | undefined;
|
|
14246
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14246
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14247
14247
|
contentTypeField?: string | undefined;
|
|
14248
14248
|
fixedContentType?: string | undefined;
|
|
14249
14249
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14349,7 +14349,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14349
14349
|
layoutGridRowField?: string | undefined;
|
|
14350
14350
|
layoutGridColumnField?: string | undefined;
|
|
14351
14351
|
layoutGridMaxRows?: number | undefined;
|
|
14352
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14352
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14353
14353
|
contentTypeField?: string | undefined;
|
|
14354
14354
|
fixedContentType?: string | undefined;
|
|
14355
14355
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14457,7 +14457,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14457
14457
|
layoutGridRowField?: string | undefined;
|
|
14458
14458
|
layoutGridColumnField?: string | undefined;
|
|
14459
14459
|
layoutGridMaxRows?: number | undefined;
|
|
14460
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14460
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14461
14461
|
contentTypeField?: string | undefined;
|
|
14462
14462
|
fixedContentType?: string | undefined;
|
|
14463
14463
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14563,7 +14563,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14563
14563
|
layoutGridRowField?: string | undefined;
|
|
14564
14564
|
layoutGridColumnField?: string | undefined;
|
|
14565
14565
|
layoutGridMaxRows?: number | undefined;
|
|
14566
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14566
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14567
14567
|
contentTypeField?: string | undefined;
|
|
14568
14568
|
fixedContentType?: string | undefined;
|
|
14569
14569
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14676,7 +14676,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14676
14676
|
layoutGridRowField?: string | undefined;
|
|
14677
14677
|
layoutGridColumnField?: string | undefined;
|
|
14678
14678
|
layoutGridMaxRows?: number | undefined;
|
|
14679
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14679
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14680
14680
|
contentTypeField?: string | undefined;
|
|
14681
14681
|
fixedContentType?: string | undefined;
|
|
14682
14682
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14788,7 +14788,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14788
14788
|
layoutGridRowField?: string | undefined;
|
|
14789
14789
|
layoutGridColumnField?: string | undefined;
|
|
14790
14790
|
layoutGridMaxRows?: number | undefined;
|
|
14791
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14791
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14792
14792
|
contentTypeField?: string | undefined;
|
|
14793
14793
|
fixedContentType?: string | undefined;
|
|
14794
14794
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14894,7 +14894,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
14894
14894
|
layoutGridRowField?: string | undefined;
|
|
14895
14895
|
layoutGridColumnField?: string | undefined;
|
|
14896
14896
|
layoutGridMaxRows?: number | undefined;
|
|
14897
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14897
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14898
14898
|
contentTypeField?: string | undefined;
|
|
14899
14899
|
fixedContentType?: string | undefined;
|
|
14900
14900
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15003,7 +15003,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15003
15003
|
layoutGridRowField?: string | undefined;
|
|
15004
15004
|
layoutGridColumnField?: string | undefined;
|
|
15005
15005
|
layoutGridMaxRows?: number | undefined;
|
|
15006
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15006
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15007
15007
|
contentTypeField?: string | undefined;
|
|
15008
15008
|
fixedContentType?: string | undefined;
|
|
15009
15009
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15114,7 +15114,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15114
15114
|
layoutGridRowField?: string | undefined;
|
|
15115
15115
|
layoutGridColumnField?: string | undefined;
|
|
15116
15116
|
layoutGridMaxRows?: number | undefined;
|
|
15117
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15117
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15118
15118
|
contentTypeField?: string | undefined;
|
|
15119
15119
|
fixedContentType?: string | undefined;
|
|
15120
15120
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15226,7 +15226,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15226
15226
|
layoutGridRowField?: string | undefined;
|
|
15227
15227
|
layoutGridColumnField?: string | undefined;
|
|
15228
15228
|
layoutGridMaxRows?: number | undefined;
|
|
15229
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15229
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15230
15230
|
contentTypeField?: string | undefined;
|
|
15231
15231
|
fixedContentType?: string | undefined;
|
|
15232
15232
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15332,7 +15332,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15332
15332
|
layoutGridRowField?: string | undefined;
|
|
15333
15333
|
layoutGridColumnField?: string | undefined;
|
|
15334
15334
|
layoutGridMaxRows?: number | undefined;
|
|
15335
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15335
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15336
15336
|
contentTypeField?: string | undefined;
|
|
15337
15337
|
fixedContentType?: string | undefined;
|
|
15338
15338
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15445,7 +15445,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15445
15445
|
layoutGridRowField?: string | undefined;
|
|
15446
15446
|
layoutGridColumnField?: string | undefined;
|
|
15447
15447
|
layoutGridMaxRows?: number | undefined;
|
|
15448
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15448
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15449
15449
|
contentTypeField?: string | undefined;
|
|
15450
15450
|
fixedContentType?: string | undefined;
|
|
15451
15451
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15552,7 +15552,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15552
15552
|
layoutGridRowField?: string | undefined;
|
|
15553
15553
|
layoutGridColumnField?: string | undefined;
|
|
15554
15554
|
layoutGridMaxRows?: number | undefined;
|
|
15555
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15555
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15556
15556
|
contentTypeField?: string | undefined;
|
|
15557
15557
|
fixedContentType?: string | undefined;
|
|
15558
15558
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15659,7 +15659,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15659
15659
|
layoutGridRowField?: string | undefined;
|
|
15660
15660
|
layoutGridColumnField?: string | undefined;
|
|
15661
15661
|
layoutGridMaxRows?: number | undefined;
|
|
15662
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15662
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15663
15663
|
contentTypeField?: string | undefined;
|
|
15664
15664
|
fixedContentType?: string | undefined;
|
|
15665
15665
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15767,7 +15767,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15767
15767
|
layoutGridRowField?: string | undefined;
|
|
15768
15768
|
layoutGridColumnField?: string | undefined;
|
|
15769
15769
|
layoutGridMaxRows?: number | undefined;
|
|
15770
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15770
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15771
15771
|
contentTypeField?: string | undefined;
|
|
15772
15772
|
fixedContentType?: string | undefined;
|
|
15773
15773
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15873,7 +15873,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15873
15873
|
layoutGridRowField?: string | undefined;
|
|
15874
15874
|
layoutGridColumnField?: string | undefined;
|
|
15875
15875
|
layoutGridMaxRows?: number | undefined;
|
|
15876
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15876
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15877
15877
|
contentTypeField?: string | undefined;
|
|
15878
15878
|
fixedContentType?: string | undefined;
|
|
15879
15879
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15979,7 +15979,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
15979
15979
|
layoutGridRowField?: string | undefined;
|
|
15980
15980
|
layoutGridColumnField?: string | undefined;
|
|
15981
15981
|
layoutGridMaxRows?: number | undefined;
|
|
15982
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15982
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15983
15983
|
contentTypeField?: string | undefined;
|
|
15984
15984
|
fixedContentType?: string | undefined;
|
|
15985
15985
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16085,7 +16085,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16085
16085
|
layoutGridRowField?: string | undefined;
|
|
16086
16086
|
layoutGridColumnField?: string | undefined;
|
|
16087
16087
|
layoutGridMaxRows?: number | undefined;
|
|
16088
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16088
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16089
16089
|
contentTypeField?: string | undefined;
|
|
16090
16090
|
fixedContentType?: string | undefined;
|
|
16091
16091
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16191,7 +16191,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16191
16191
|
layoutGridRowField?: string | undefined;
|
|
16192
16192
|
layoutGridColumnField?: string | undefined;
|
|
16193
16193
|
layoutGridMaxRows?: number | undefined;
|
|
16194
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16194
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16195
16195
|
contentTypeField?: string | undefined;
|
|
16196
16196
|
fixedContentType?: string | undefined;
|
|
16197
16197
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16297,7 +16297,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16297
16297
|
layoutGridRowField?: string | undefined;
|
|
16298
16298
|
layoutGridColumnField?: string | undefined;
|
|
16299
16299
|
layoutGridMaxRows?: number | undefined;
|
|
16300
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16300
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16301
16301
|
contentTypeField?: string | undefined;
|
|
16302
16302
|
fixedContentType?: string | undefined;
|
|
16303
16303
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16407,7 +16407,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16407
16407
|
layoutGridRowField?: string | undefined;
|
|
16408
16408
|
layoutGridColumnField?: string | undefined;
|
|
16409
16409
|
layoutGridMaxRows?: number | undefined;
|
|
16410
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16410
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16411
16411
|
contentTypeField?: string | undefined;
|
|
16412
16412
|
fixedContentType?: string | undefined;
|
|
16413
16413
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16513,7 +16513,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16513
16513
|
layoutGridRowField?: string | undefined;
|
|
16514
16514
|
layoutGridColumnField?: string | undefined;
|
|
16515
16515
|
layoutGridMaxRows?: number | undefined;
|
|
16516
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16516
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16517
16517
|
contentTypeField?: string | undefined;
|
|
16518
16518
|
fixedContentType?: string | undefined;
|
|
16519
16519
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16621,7 +16621,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16621
16621
|
layoutGridRowField?: string | undefined;
|
|
16622
16622
|
layoutGridColumnField?: string | undefined;
|
|
16623
16623
|
layoutGridMaxRows?: number | undefined;
|
|
16624
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16624
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16625
16625
|
contentTypeField?: string | undefined;
|
|
16626
16626
|
fixedContentType?: string | undefined;
|
|
16627
16627
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16727,7 +16727,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16727
16727
|
layoutGridRowField?: string | undefined;
|
|
16728
16728
|
layoutGridColumnField?: string | undefined;
|
|
16729
16729
|
layoutGridMaxRows?: number | undefined;
|
|
16730
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16730
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16731
16731
|
contentTypeField?: string | undefined;
|
|
16732
16732
|
fixedContentType?: string | undefined;
|
|
16733
16733
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16851,7 +16851,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16851
16851
|
layoutGridRowField?: string | undefined;
|
|
16852
16852
|
layoutGridColumnField?: string | undefined;
|
|
16853
16853
|
layoutGridMaxRows?: number | undefined;
|
|
16854
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16854
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16855
16855
|
contentTypeField?: string | undefined;
|
|
16856
16856
|
fixedContentType?: string | undefined;
|
|
16857
16857
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16961,7 +16961,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
16961
16961
|
layoutGridRowField?: string | undefined;
|
|
16962
16962
|
layoutGridColumnField?: string | undefined;
|
|
16963
16963
|
layoutGridMaxRows?: number | undefined;
|
|
16964
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16964
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16965
16965
|
contentTypeField?: string | undefined;
|
|
16966
16966
|
fixedContentType?: string | undefined;
|
|
16967
16967
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17083,7 +17083,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17083
17083
|
layoutGridRowField?: string | undefined;
|
|
17084
17084
|
layoutGridColumnField?: string | undefined;
|
|
17085
17085
|
layoutGridMaxRows?: number | undefined;
|
|
17086
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17086
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17087
17087
|
contentTypeField?: string | undefined;
|
|
17088
17088
|
fixedContentType?: string | undefined;
|
|
17089
17089
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17198,7 +17198,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17198
17198
|
layoutGridRowField?: string | undefined;
|
|
17199
17199
|
layoutGridColumnField?: string | undefined;
|
|
17200
17200
|
layoutGridMaxRows?: number | undefined;
|
|
17201
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17201
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17202
17202
|
contentTypeField?: string | undefined;
|
|
17203
17203
|
fixedContentType?: string | undefined;
|
|
17204
17204
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17305,7 +17305,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17305
17305
|
layoutGridRowField?: string | undefined;
|
|
17306
17306
|
layoutGridColumnField?: string | undefined;
|
|
17307
17307
|
layoutGridMaxRows?: number | undefined;
|
|
17308
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17308
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17309
17309
|
contentTypeField?: string | undefined;
|
|
17310
17310
|
fixedContentType?: string | undefined;
|
|
17311
17311
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17412,7 +17412,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17412
17412
|
layoutGridRowField?: string | undefined;
|
|
17413
17413
|
layoutGridColumnField?: string | undefined;
|
|
17414
17414
|
layoutGridMaxRows?: number | undefined;
|
|
17415
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17415
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17416
17416
|
contentTypeField?: string | undefined;
|
|
17417
17417
|
fixedContentType?: string | undefined;
|
|
17418
17418
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17520,7 +17520,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17520
17520
|
layoutGridRowField?: string | undefined;
|
|
17521
17521
|
layoutGridColumnField?: string | undefined;
|
|
17522
17522
|
layoutGridMaxRows?: number | undefined;
|
|
17523
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17523
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17524
17524
|
contentTypeField?: string | undefined;
|
|
17525
17525
|
fixedContentType?: string | undefined;
|
|
17526
17526
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17626,7 +17626,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17626
17626
|
layoutGridRowField?: string | undefined;
|
|
17627
17627
|
layoutGridColumnField?: string | undefined;
|
|
17628
17628
|
layoutGridMaxRows?: number | undefined;
|
|
17629
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17629
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17630
17630
|
contentTypeField?: string | undefined;
|
|
17631
17631
|
fixedContentType?: string | undefined;
|
|
17632
17632
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17732,7 +17732,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17732
17732
|
layoutGridRowField?: string | undefined;
|
|
17733
17733
|
layoutGridColumnField?: string | undefined;
|
|
17734
17734
|
layoutGridMaxRows?: number | undefined;
|
|
17735
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17735
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17736
17736
|
contentTypeField?: string | undefined;
|
|
17737
17737
|
fixedContentType?: string | undefined;
|
|
17738
17738
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17838,7 +17838,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17838
17838
|
layoutGridRowField?: string | undefined;
|
|
17839
17839
|
layoutGridColumnField?: string | undefined;
|
|
17840
17840
|
layoutGridMaxRows?: number | undefined;
|
|
17841
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17841
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17842
17842
|
contentTypeField?: string | undefined;
|
|
17843
17843
|
fixedContentType?: string | undefined;
|
|
17844
17844
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17944,7 +17944,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
17944
17944
|
layoutGridRowField?: string | undefined;
|
|
17945
17945
|
layoutGridColumnField?: string | undefined;
|
|
17946
17946
|
layoutGridMaxRows?: number | undefined;
|
|
17947
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17947
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17948
17948
|
contentTypeField?: string | undefined;
|
|
17949
17949
|
fixedContentType?: string | undefined;
|
|
17950
17950
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18050,7 +18050,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18050
18050
|
layoutGridRowField?: string | undefined;
|
|
18051
18051
|
layoutGridColumnField?: string | undefined;
|
|
18052
18052
|
layoutGridMaxRows?: number | undefined;
|
|
18053
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18053
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18054
18054
|
contentTypeField?: string | undefined;
|
|
18055
18055
|
fixedContentType?: string | undefined;
|
|
18056
18056
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18160,7 +18160,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18160
18160
|
layoutGridRowField?: string | undefined;
|
|
18161
18161
|
layoutGridColumnField?: string | undefined;
|
|
18162
18162
|
layoutGridMaxRows?: number | undefined;
|
|
18163
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18163
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18164
18164
|
contentTypeField?: string | undefined;
|
|
18165
18165
|
fixedContentType?: string | undefined;
|
|
18166
18166
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18266,7 +18266,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18266
18266
|
layoutGridRowField?: string | undefined;
|
|
18267
18267
|
layoutGridColumnField?: string | undefined;
|
|
18268
18268
|
layoutGridMaxRows?: number | undefined;
|
|
18269
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18269
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18270
18270
|
contentTypeField?: string | undefined;
|
|
18271
18271
|
fixedContentType?: string | undefined;
|
|
18272
18272
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18374,7 +18374,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18374
18374
|
layoutGridRowField?: string | undefined;
|
|
18375
18375
|
layoutGridColumnField?: string | undefined;
|
|
18376
18376
|
layoutGridMaxRows?: number | undefined;
|
|
18377
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18377
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18378
18378
|
contentTypeField?: string | undefined;
|
|
18379
18379
|
fixedContentType?: string | undefined;
|
|
18380
18380
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18480,7 +18480,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18480
18480
|
layoutGridRowField?: string | undefined;
|
|
18481
18481
|
layoutGridColumnField?: string | undefined;
|
|
18482
18482
|
layoutGridMaxRows?: number | undefined;
|
|
18483
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18483
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18484
18484
|
contentTypeField?: string | undefined;
|
|
18485
18485
|
fixedContentType?: string | undefined;
|
|
18486
18486
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18593,7 +18593,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18593
18593
|
layoutGridRowField?: string | undefined;
|
|
18594
18594
|
layoutGridColumnField?: string | undefined;
|
|
18595
18595
|
layoutGridMaxRows?: number | undefined;
|
|
18596
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18596
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18597
18597
|
contentTypeField?: string | undefined;
|
|
18598
18598
|
fixedContentType?: string | undefined;
|
|
18599
18599
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18705,7 +18705,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18705
18705
|
layoutGridRowField?: string | undefined;
|
|
18706
18706
|
layoutGridColumnField?: string | undefined;
|
|
18707
18707
|
layoutGridMaxRows?: number | undefined;
|
|
18708
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18708
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18709
18709
|
contentTypeField?: string | undefined;
|
|
18710
18710
|
fixedContentType?: string | undefined;
|
|
18711
18711
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18811,7 +18811,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18811
18811
|
layoutGridRowField?: string | undefined;
|
|
18812
18812
|
layoutGridColumnField?: string | undefined;
|
|
18813
18813
|
layoutGridMaxRows?: number | undefined;
|
|
18814
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18814
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18815
18815
|
contentTypeField?: string | undefined;
|
|
18816
18816
|
fixedContentType?: string | undefined;
|
|
18817
18817
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18924,7 +18924,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
18924
18924
|
layoutGridRowField?: string | undefined;
|
|
18925
18925
|
layoutGridColumnField?: string | undefined;
|
|
18926
18926
|
layoutGridMaxRows?: number | undefined;
|
|
18927
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18927
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18928
18928
|
contentTypeField?: string | undefined;
|
|
18929
18929
|
fixedContentType?: string | undefined;
|
|
18930
18930
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19031,7 +19031,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19031
19031
|
layoutGridRowField?: string | undefined;
|
|
19032
19032
|
layoutGridColumnField?: string | undefined;
|
|
19033
19033
|
layoutGridMaxRows?: number | undefined;
|
|
19034
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19034
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19035
19035
|
contentTypeField?: string | undefined;
|
|
19036
19036
|
fixedContentType?: string | undefined;
|
|
19037
19037
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19138,7 +19138,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19138
19138
|
layoutGridRowField?: string | undefined;
|
|
19139
19139
|
layoutGridColumnField?: string | undefined;
|
|
19140
19140
|
layoutGridMaxRows?: number | undefined;
|
|
19141
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19141
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19142
19142
|
contentTypeField?: string | undefined;
|
|
19143
19143
|
fixedContentType?: string | undefined;
|
|
19144
19144
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19246,7 +19246,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19246
19246
|
layoutGridRowField?: string | undefined;
|
|
19247
19247
|
layoutGridColumnField?: string | undefined;
|
|
19248
19248
|
layoutGridMaxRows?: number | undefined;
|
|
19249
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19249
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19250
19250
|
contentTypeField?: string | undefined;
|
|
19251
19251
|
fixedContentType?: string | undefined;
|
|
19252
19252
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19352,7 +19352,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19352
19352
|
layoutGridRowField?: string | undefined;
|
|
19353
19353
|
layoutGridColumnField?: string | undefined;
|
|
19354
19354
|
layoutGridMaxRows?: number | undefined;
|
|
19355
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19355
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19356
19356
|
contentTypeField?: string | undefined;
|
|
19357
19357
|
fixedContentType?: string | undefined;
|
|
19358
19358
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19458,7 +19458,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19458
19458
|
layoutGridRowField?: string | undefined;
|
|
19459
19459
|
layoutGridColumnField?: string | undefined;
|
|
19460
19460
|
layoutGridMaxRows?: number | undefined;
|
|
19461
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19461
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19462
19462
|
contentTypeField?: string | undefined;
|
|
19463
19463
|
fixedContentType?: string | undefined;
|
|
19464
19464
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19564,7 +19564,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19564
19564
|
layoutGridRowField?: string | undefined;
|
|
19565
19565
|
layoutGridColumnField?: string | undefined;
|
|
19566
19566
|
layoutGridMaxRows?: number | undefined;
|
|
19567
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19567
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19568
19568
|
contentTypeField?: string | undefined;
|
|
19569
19569
|
fixedContentType?: string | undefined;
|
|
19570
19570
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19670,7 +19670,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19670
19670
|
layoutGridRowField?: string | undefined;
|
|
19671
19671
|
layoutGridColumnField?: string | undefined;
|
|
19672
19672
|
layoutGridMaxRows?: number | undefined;
|
|
19673
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19673
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19674
19674
|
contentTypeField?: string | undefined;
|
|
19675
19675
|
fixedContentType?: string | undefined;
|
|
19676
19676
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19776,7 +19776,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19776
19776
|
layoutGridRowField?: string | undefined;
|
|
19777
19777
|
layoutGridColumnField?: string | undefined;
|
|
19778
19778
|
layoutGridMaxRows?: number | undefined;
|
|
19779
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19779
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19780
19780
|
contentTypeField?: string | undefined;
|
|
19781
19781
|
fixedContentType?: string | undefined;
|
|
19782
19782
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19886,7 +19886,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19886
19886
|
layoutGridRowField?: string | undefined;
|
|
19887
19887
|
layoutGridColumnField?: string | undefined;
|
|
19888
19888
|
layoutGridMaxRows?: number | undefined;
|
|
19889
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19889
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19890
19890
|
contentTypeField?: string | undefined;
|
|
19891
19891
|
fixedContentType?: string | undefined;
|
|
19892
19892
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19992,7 +19992,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
19992
19992
|
layoutGridRowField?: string | undefined;
|
|
19993
19993
|
layoutGridColumnField?: string | undefined;
|
|
19994
19994
|
layoutGridMaxRows?: number | undefined;
|
|
19995
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19995
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19996
19996
|
contentTypeField?: string | undefined;
|
|
19997
19997
|
fixedContentType?: string | undefined;
|
|
19998
19998
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20100,7 +20100,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20100
20100
|
layoutGridRowField?: string | undefined;
|
|
20101
20101
|
layoutGridColumnField?: string | undefined;
|
|
20102
20102
|
layoutGridMaxRows?: number | undefined;
|
|
20103
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20103
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20104
20104
|
contentTypeField?: string | undefined;
|
|
20105
20105
|
fixedContentType?: string | undefined;
|
|
20106
20106
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20206,7 +20206,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20206
20206
|
layoutGridRowField?: string | undefined;
|
|
20207
20207
|
layoutGridColumnField?: string | undefined;
|
|
20208
20208
|
layoutGridMaxRows?: number | undefined;
|
|
20209
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20209
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20210
20210
|
contentTypeField?: string | undefined;
|
|
20211
20211
|
fixedContentType?: string | undefined;
|
|
20212
20212
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20319,7 +20319,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20319
20319
|
layoutGridRowField?: string | undefined;
|
|
20320
20320
|
layoutGridColumnField?: string | undefined;
|
|
20321
20321
|
layoutGridMaxRows?: number | undefined;
|
|
20322
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20322
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20323
20323
|
contentTypeField?: string | undefined;
|
|
20324
20324
|
fixedContentType?: string | undefined;
|
|
20325
20325
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20431,7 +20431,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20431
20431
|
layoutGridRowField?: string | undefined;
|
|
20432
20432
|
layoutGridColumnField?: string | undefined;
|
|
20433
20433
|
layoutGridMaxRows?: number | undefined;
|
|
20434
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20434
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20435
20435
|
contentTypeField?: string | undefined;
|
|
20436
20436
|
fixedContentType?: string | undefined;
|
|
20437
20437
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20537,7 +20537,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20537
20537
|
layoutGridRowField?: string | undefined;
|
|
20538
20538
|
layoutGridColumnField?: string | undefined;
|
|
20539
20539
|
layoutGridMaxRows?: number | undefined;
|
|
20540
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20540
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20541
20541
|
contentTypeField?: string | undefined;
|
|
20542
20542
|
fixedContentType?: string | undefined;
|
|
20543
20543
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20646,7 +20646,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20646
20646
|
layoutGridRowField?: string | undefined;
|
|
20647
20647
|
layoutGridColumnField?: string | undefined;
|
|
20648
20648
|
layoutGridMaxRows?: number | undefined;
|
|
20649
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20649
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20650
20650
|
contentTypeField?: string | undefined;
|
|
20651
20651
|
fixedContentType?: string | undefined;
|
|
20652
20652
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20757,7 +20757,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20757
20757
|
layoutGridRowField?: string | undefined;
|
|
20758
20758
|
layoutGridColumnField?: string | undefined;
|
|
20759
20759
|
layoutGridMaxRows?: number | undefined;
|
|
20760
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20760
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20761
20761
|
contentTypeField?: string | undefined;
|
|
20762
20762
|
fixedContentType?: string | undefined;
|
|
20763
20763
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20869,7 +20869,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20869
20869
|
layoutGridRowField?: string | undefined;
|
|
20870
20870
|
layoutGridColumnField?: string | undefined;
|
|
20871
20871
|
layoutGridMaxRows?: number | undefined;
|
|
20872
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20872
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20873
20873
|
contentTypeField?: string | undefined;
|
|
20874
20874
|
fixedContentType?: string | undefined;
|
|
20875
20875
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20975,7 +20975,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
20975
20975
|
layoutGridRowField?: string | undefined;
|
|
20976
20976
|
layoutGridColumnField?: string | undefined;
|
|
20977
20977
|
layoutGridMaxRows?: number | undefined;
|
|
20978
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20978
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20979
20979
|
contentTypeField?: string | undefined;
|
|
20980
20980
|
fixedContentType?: string | undefined;
|
|
20981
20981
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21081,7 +21081,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21081
21081
|
layoutGridRowField?: string | undefined;
|
|
21082
21082
|
layoutGridColumnField?: string | undefined;
|
|
21083
21083
|
layoutGridMaxRows?: number | undefined;
|
|
21084
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21084
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21085
21085
|
contentTypeField?: string | undefined;
|
|
21086
21086
|
fixedContentType?: string | undefined;
|
|
21087
21087
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21202,7 +21202,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21202
21202
|
layoutGridRowField?: string | undefined;
|
|
21203
21203
|
layoutGridColumnField?: string | undefined;
|
|
21204
21204
|
layoutGridMaxRows?: number | undefined;
|
|
21205
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21205
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21206
21206
|
contentTypeField?: string | undefined;
|
|
21207
21207
|
fixedContentType?: string | undefined;
|
|
21208
21208
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21312,7 +21312,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21312
21312
|
layoutGridRowField?: string | undefined;
|
|
21313
21313
|
layoutGridColumnField?: string | undefined;
|
|
21314
21314
|
layoutGridMaxRows?: number | undefined;
|
|
21315
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21315
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21316
21316
|
contentTypeField?: string | undefined;
|
|
21317
21317
|
fixedContentType?: string | undefined;
|
|
21318
21318
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21434,7 +21434,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21434
21434
|
layoutGridRowField?: string | undefined;
|
|
21435
21435
|
layoutGridColumnField?: string | undefined;
|
|
21436
21436
|
layoutGridMaxRows?: number | undefined;
|
|
21437
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21437
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21438
21438
|
contentTypeField?: string | undefined;
|
|
21439
21439
|
fixedContentType?: string | undefined;
|
|
21440
21440
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21549,7 +21549,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21549
21549
|
layoutGridRowField?: string | undefined;
|
|
21550
21550
|
layoutGridColumnField?: string | undefined;
|
|
21551
21551
|
layoutGridMaxRows?: number | undefined;
|
|
21552
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21552
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21553
21553
|
contentTypeField?: string | undefined;
|
|
21554
21554
|
fixedContentType?: string | undefined;
|
|
21555
21555
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21656,7 +21656,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21656
21656
|
layoutGridRowField?: string | undefined;
|
|
21657
21657
|
layoutGridColumnField?: string | undefined;
|
|
21658
21658
|
layoutGridMaxRows?: number | undefined;
|
|
21659
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21659
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21660
21660
|
contentTypeField?: string | undefined;
|
|
21661
21661
|
fixedContentType?: string | undefined;
|
|
21662
21662
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21763,7 +21763,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21763
21763
|
layoutGridRowField?: string | undefined;
|
|
21764
21764
|
layoutGridColumnField?: string | undefined;
|
|
21765
21765
|
layoutGridMaxRows?: number | undefined;
|
|
21766
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21766
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21767
21767
|
contentTypeField?: string | undefined;
|
|
21768
21768
|
fixedContentType?: string | undefined;
|
|
21769
21769
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21871,7 +21871,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21871
21871
|
layoutGridRowField?: string | undefined;
|
|
21872
21872
|
layoutGridColumnField?: string | undefined;
|
|
21873
21873
|
layoutGridMaxRows?: number | undefined;
|
|
21874
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21874
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21875
21875
|
contentTypeField?: string | undefined;
|
|
21876
21876
|
fixedContentType?: string | undefined;
|
|
21877
21877
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21977,7 +21977,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
21977
21977
|
layoutGridRowField?: string | undefined;
|
|
21978
21978
|
layoutGridColumnField?: string | undefined;
|
|
21979
21979
|
layoutGridMaxRows?: number | undefined;
|
|
21980
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21980
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21981
21981
|
contentTypeField?: string | undefined;
|
|
21982
21982
|
fixedContentType?: string | undefined;
|
|
21983
21983
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22083,7 +22083,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22083
22083
|
layoutGridRowField?: string | undefined;
|
|
22084
22084
|
layoutGridColumnField?: string | undefined;
|
|
22085
22085
|
layoutGridMaxRows?: number | undefined;
|
|
22086
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22086
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22087
22087
|
contentTypeField?: string | undefined;
|
|
22088
22088
|
fixedContentType?: string | undefined;
|
|
22089
22089
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22189,7 +22189,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22189
22189
|
layoutGridRowField?: string | undefined;
|
|
22190
22190
|
layoutGridColumnField?: string | undefined;
|
|
22191
22191
|
layoutGridMaxRows?: number | undefined;
|
|
22192
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22192
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22193
22193
|
contentTypeField?: string | undefined;
|
|
22194
22194
|
fixedContentType?: string | undefined;
|
|
22195
22195
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22295,7 +22295,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22295
22295
|
layoutGridRowField?: string | undefined;
|
|
22296
22296
|
layoutGridColumnField?: string | undefined;
|
|
22297
22297
|
layoutGridMaxRows?: number | undefined;
|
|
22298
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22298
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22299
22299
|
contentTypeField?: string | undefined;
|
|
22300
22300
|
fixedContentType?: string | undefined;
|
|
22301
22301
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22401,7 +22401,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22401
22401
|
layoutGridRowField?: string | undefined;
|
|
22402
22402
|
layoutGridColumnField?: string | undefined;
|
|
22403
22403
|
layoutGridMaxRows?: number | undefined;
|
|
22404
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22404
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22405
22405
|
contentTypeField?: string | undefined;
|
|
22406
22406
|
fixedContentType?: string | undefined;
|
|
22407
22407
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22511,7 +22511,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22511
22511
|
layoutGridRowField?: string | undefined;
|
|
22512
22512
|
layoutGridColumnField?: string | undefined;
|
|
22513
22513
|
layoutGridMaxRows?: number | undefined;
|
|
22514
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22514
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22515
22515
|
contentTypeField?: string | undefined;
|
|
22516
22516
|
fixedContentType?: string | undefined;
|
|
22517
22517
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22617,7 +22617,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22617
22617
|
layoutGridRowField?: string | undefined;
|
|
22618
22618
|
layoutGridColumnField?: string | undefined;
|
|
22619
22619
|
layoutGridMaxRows?: number | undefined;
|
|
22620
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22620
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22621
22621
|
contentTypeField?: string | undefined;
|
|
22622
22622
|
fixedContentType?: string | undefined;
|
|
22623
22623
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22725,7 +22725,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22725
22725
|
layoutGridRowField?: string | undefined;
|
|
22726
22726
|
layoutGridColumnField?: string | undefined;
|
|
22727
22727
|
layoutGridMaxRows?: number | undefined;
|
|
22728
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22728
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22729
22729
|
contentTypeField?: string | undefined;
|
|
22730
22730
|
fixedContentType?: string | undefined;
|
|
22731
22731
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22831,7 +22831,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22831
22831
|
layoutGridRowField?: string | undefined;
|
|
22832
22832
|
layoutGridColumnField?: string | undefined;
|
|
22833
22833
|
layoutGridMaxRows?: number | undefined;
|
|
22834
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22834
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22835
22835
|
contentTypeField?: string | undefined;
|
|
22836
22836
|
fixedContentType?: string | undefined;
|
|
22837
22837
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22953,7 +22953,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
22953
22953
|
layoutGridRowField?: string | undefined;
|
|
22954
22954
|
layoutGridColumnField?: string | undefined;
|
|
22955
22955
|
layoutGridMaxRows?: number | undefined;
|
|
22956
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22956
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22957
22957
|
contentTypeField?: string | undefined;
|
|
22958
22958
|
fixedContentType?: string | undefined;
|
|
22959
22959
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23068,7 +23068,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23068
23068
|
layoutGridRowField?: string | undefined;
|
|
23069
23069
|
layoutGridColumnField?: string | undefined;
|
|
23070
23070
|
layoutGridMaxRows?: number | undefined;
|
|
23071
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23071
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23072
23072
|
contentTypeField?: string | undefined;
|
|
23073
23073
|
fixedContentType?: string | undefined;
|
|
23074
23074
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23175,7 +23175,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23175
23175
|
layoutGridRowField?: string | undefined;
|
|
23176
23176
|
layoutGridColumnField?: string | undefined;
|
|
23177
23177
|
layoutGridMaxRows?: number | undefined;
|
|
23178
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23178
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23179
23179
|
contentTypeField?: string | undefined;
|
|
23180
23180
|
fixedContentType?: string | undefined;
|
|
23181
23181
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23282,7 +23282,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23282
23282
|
layoutGridRowField?: string | undefined;
|
|
23283
23283
|
layoutGridColumnField?: string | undefined;
|
|
23284
23284
|
layoutGridMaxRows?: number | undefined;
|
|
23285
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23285
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23286
23286
|
contentTypeField?: string | undefined;
|
|
23287
23287
|
fixedContentType?: string | undefined;
|
|
23288
23288
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23390,7 +23390,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23390
23390
|
layoutGridRowField?: string | undefined;
|
|
23391
23391
|
layoutGridColumnField?: string | undefined;
|
|
23392
23392
|
layoutGridMaxRows?: number | undefined;
|
|
23393
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23393
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23394
23394
|
contentTypeField?: string | undefined;
|
|
23395
23395
|
fixedContentType?: string | undefined;
|
|
23396
23396
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23496,7 +23496,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23496
23496
|
layoutGridRowField?: string | undefined;
|
|
23497
23497
|
layoutGridColumnField?: string | undefined;
|
|
23498
23498
|
layoutGridMaxRows?: number | undefined;
|
|
23499
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23499
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23500
23500
|
contentTypeField?: string | undefined;
|
|
23501
23501
|
fixedContentType?: string | undefined;
|
|
23502
23502
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23602,7 +23602,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23602
23602
|
layoutGridRowField?: string | undefined;
|
|
23603
23603
|
layoutGridColumnField?: string | undefined;
|
|
23604
23604
|
layoutGridMaxRows?: number | undefined;
|
|
23605
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23605
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23606
23606
|
contentTypeField?: string | undefined;
|
|
23607
23607
|
fixedContentType?: string | undefined;
|
|
23608
23608
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23708,7 +23708,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23708
23708
|
layoutGridRowField?: string | undefined;
|
|
23709
23709
|
layoutGridColumnField?: string | undefined;
|
|
23710
23710
|
layoutGridMaxRows?: number | undefined;
|
|
23711
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23711
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23712
23712
|
contentTypeField?: string | undefined;
|
|
23713
23713
|
fixedContentType?: string | undefined;
|
|
23714
23714
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23814,7 +23814,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23814
23814
|
layoutGridRowField?: string | undefined;
|
|
23815
23815
|
layoutGridColumnField?: string | undefined;
|
|
23816
23816
|
layoutGridMaxRows?: number | undefined;
|
|
23817
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23817
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23818
23818
|
contentTypeField?: string | undefined;
|
|
23819
23819
|
fixedContentType?: string | undefined;
|
|
23820
23820
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23920,7 +23920,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
23920
23920
|
layoutGridRowField?: string | undefined;
|
|
23921
23921
|
layoutGridColumnField?: string | undefined;
|
|
23922
23922
|
layoutGridMaxRows?: number | undefined;
|
|
23923
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23923
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23924
23924
|
contentTypeField?: string | undefined;
|
|
23925
23925
|
fixedContentType?: string | undefined;
|
|
23926
23926
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24030,7 +24030,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24030
24030
|
layoutGridRowField?: string | undefined;
|
|
24031
24031
|
layoutGridColumnField?: string | undefined;
|
|
24032
24032
|
layoutGridMaxRows?: number | undefined;
|
|
24033
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24033
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24034
24034
|
contentTypeField?: string | undefined;
|
|
24035
24035
|
fixedContentType?: string | undefined;
|
|
24036
24036
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24136,7 +24136,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24136
24136
|
layoutGridRowField?: string | undefined;
|
|
24137
24137
|
layoutGridColumnField?: string | undefined;
|
|
24138
24138
|
layoutGridMaxRows?: number | undefined;
|
|
24139
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24139
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24140
24140
|
contentTypeField?: string | undefined;
|
|
24141
24141
|
fixedContentType?: string | undefined;
|
|
24142
24142
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24244,7 +24244,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24244
24244
|
layoutGridRowField?: string | undefined;
|
|
24245
24245
|
layoutGridColumnField?: string | undefined;
|
|
24246
24246
|
layoutGridMaxRows?: number | undefined;
|
|
24247
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24247
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24248
24248
|
contentTypeField?: string | undefined;
|
|
24249
24249
|
fixedContentType?: string | undefined;
|
|
24250
24250
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24350,7 +24350,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24350
24350
|
layoutGridRowField?: string | undefined;
|
|
24351
24351
|
layoutGridColumnField?: string | undefined;
|
|
24352
24352
|
layoutGridMaxRows?: number | undefined;
|
|
24353
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24353
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24354
24354
|
contentTypeField?: string | undefined;
|
|
24355
24355
|
fixedContentType?: string | undefined;
|
|
24356
24356
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24463,7 +24463,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24463
24463
|
layoutGridRowField?: string | undefined;
|
|
24464
24464
|
layoutGridColumnField?: string | undefined;
|
|
24465
24465
|
layoutGridMaxRows?: number | undefined;
|
|
24466
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24466
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24467
24467
|
contentTypeField?: string | undefined;
|
|
24468
24468
|
fixedContentType?: string | undefined;
|
|
24469
24469
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24575,7 +24575,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24575
24575
|
layoutGridRowField?: string | undefined;
|
|
24576
24576
|
layoutGridColumnField?: string | undefined;
|
|
24577
24577
|
layoutGridMaxRows?: number | undefined;
|
|
24578
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24578
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24579
24579
|
contentTypeField?: string | undefined;
|
|
24580
24580
|
fixedContentType?: string | undefined;
|
|
24581
24581
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24681,7 +24681,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24681
24681
|
layoutGridRowField?: string | undefined;
|
|
24682
24682
|
layoutGridColumnField?: string | undefined;
|
|
24683
24683
|
layoutGridMaxRows?: number | undefined;
|
|
24684
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24684
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24685
24685
|
contentTypeField?: string | undefined;
|
|
24686
24686
|
fixedContentType?: string | undefined;
|
|
24687
24687
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24787,7 +24787,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24787
24787
|
layoutGridRowField?: string | undefined;
|
|
24788
24788
|
layoutGridColumnField?: string | undefined;
|
|
24789
24789
|
layoutGridMaxRows?: number | undefined;
|
|
24790
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24790
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24791
24791
|
contentTypeField?: string | undefined;
|
|
24792
24792
|
fixedContentType?: string | undefined;
|
|
24793
24793
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24897,7 +24897,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
24897
24897
|
layoutGridRowField?: string | undefined;
|
|
24898
24898
|
layoutGridColumnField?: string | undefined;
|
|
24899
24899
|
layoutGridMaxRows?: number | undefined;
|
|
24900
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24900
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24901
24901
|
contentTypeField?: string | undefined;
|
|
24902
24902
|
fixedContentType?: string | undefined;
|
|
24903
24903
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25009,7 +25009,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25009
25009
|
layoutGridRowField?: string | undefined;
|
|
25010
25010
|
layoutGridColumnField?: string | undefined;
|
|
25011
25011
|
layoutGridMaxRows?: number | undefined;
|
|
25012
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25012
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25013
25013
|
contentTypeField?: string | undefined;
|
|
25014
25014
|
fixedContentType?: string | undefined;
|
|
25015
25015
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25115,7 +25115,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25115
25115
|
layoutGridRowField?: string | undefined;
|
|
25116
25116
|
layoutGridColumnField?: string | undefined;
|
|
25117
25117
|
layoutGridMaxRows?: number | undefined;
|
|
25118
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25118
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25119
25119
|
contentTypeField?: string | undefined;
|
|
25120
25120
|
fixedContentType?: string | undefined;
|
|
25121
25121
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25228,7 +25228,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25228
25228
|
layoutGridRowField?: string | undefined;
|
|
25229
25229
|
layoutGridColumnField?: string | undefined;
|
|
25230
25230
|
layoutGridMaxRows?: number | undefined;
|
|
25231
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25231
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25232
25232
|
contentTypeField?: string | undefined;
|
|
25233
25233
|
fixedContentType?: string | undefined;
|
|
25234
25234
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25335,7 +25335,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25335
25335
|
layoutGridRowField?: string | undefined;
|
|
25336
25336
|
layoutGridColumnField?: string | undefined;
|
|
25337
25337
|
layoutGridMaxRows?: number | undefined;
|
|
25338
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25338
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25339
25339
|
contentTypeField?: string | undefined;
|
|
25340
25340
|
fixedContentType?: string | undefined;
|
|
25341
25341
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25442,7 +25442,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25442
25442
|
layoutGridRowField?: string | undefined;
|
|
25443
25443
|
layoutGridColumnField?: string | undefined;
|
|
25444
25444
|
layoutGridMaxRows?: number | undefined;
|
|
25445
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25445
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25446
25446
|
contentTypeField?: string | undefined;
|
|
25447
25447
|
fixedContentType?: string | undefined;
|
|
25448
25448
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25550,7 +25550,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25550
25550
|
layoutGridRowField?: string | undefined;
|
|
25551
25551
|
layoutGridColumnField?: string | undefined;
|
|
25552
25552
|
layoutGridMaxRows?: number | undefined;
|
|
25553
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25553
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25554
25554
|
contentTypeField?: string | undefined;
|
|
25555
25555
|
fixedContentType?: string | undefined;
|
|
25556
25556
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25656,7 +25656,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25656
25656
|
layoutGridRowField?: string | undefined;
|
|
25657
25657
|
layoutGridColumnField?: string | undefined;
|
|
25658
25658
|
layoutGridMaxRows?: number | undefined;
|
|
25659
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25659
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25660
25660
|
contentTypeField?: string | undefined;
|
|
25661
25661
|
fixedContentType?: string | undefined;
|
|
25662
25662
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25762,7 +25762,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25762
25762
|
layoutGridRowField?: string | undefined;
|
|
25763
25763
|
layoutGridColumnField?: string | undefined;
|
|
25764
25764
|
layoutGridMaxRows?: number | undefined;
|
|
25765
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25765
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25766
25766
|
contentTypeField?: string | undefined;
|
|
25767
25767
|
fixedContentType?: string | undefined;
|
|
25768
25768
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25868,7 +25868,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25868
25868
|
layoutGridRowField?: string | undefined;
|
|
25869
25869
|
layoutGridColumnField?: string | undefined;
|
|
25870
25870
|
layoutGridMaxRows?: number | undefined;
|
|
25871
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25871
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25872
25872
|
contentTypeField?: string | undefined;
|
|
25873
25873
|
fixedContentType?: string | undefined;
|
|
25874
25874
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25974,7 +25974,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
25974
25974
|
layoutGridRowField?: string | undefined;
|
|
25975
25975
|
layoutGridColumnField?: string | undefined;
|
|
25976
25976
|
layoutGridMaxRows?: number | undefined;
|
|
25977
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25977
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25978
25978
|
contentTypeField?: string | undefined;
|
|
25979
25979
|
fixedContentType?: string | undefined;
|
|
25980
25980
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26080,7 +26080,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26080
26080
|
layoutGridRowField?: string | undefined;
|
|
26081
26081
|
layoutGridColumnField?: string | undefined;
|
|
26082
26082
|
layoutGridMaxRows?: number | undefined;
|
|
26083
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26083
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26084
26084
|
contentTypeField?: string | undefined;
|
|
26085
26085
|
fixedContentType?: string | undefined;
|
|
26086
26086
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26190,7 +26190,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26190
26190
|
layoutGridRowField?: string | undefined;
|
|
26191
26191
|
layoutGridColumnField?: string | undefined;
|
|
26192
26192
|
layoutGridMaxRows?: number | undefined;
|
|
26193
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26193
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26194
26194
|
contentTypeField?: string | undefined;
|
|
26195
26195
|
fixedContentType?: string | undefined;
|
|
26196
26196
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26296,7 +26296,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26296
26296
|
layoutGridRowField?: string | undefined;
|
|
26297
26297
|
layoutGridColumnField?: string | undefined;
|
|
26298
26298
|
layoutGridMaxRows?: number | undefined;
|
|
26299
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26299
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26300
26300
|
contentTypeField?: string | undefined;
|
|
26301
26301
|
fixedContentType?: string | undefined;
|
|
26302
26302
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26404,7 +26404,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26404
26404
|
layoutGridRowField?: string | undefined;
|
|
26405
26405
|
layoutGridColumnField?: string | undefined;
|
|
26406
26406
|
layoutGridMaxRows?: number | undefined;
|
|
26407
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26407
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26408
26408
|
contentTypeField?: string | undefined;
|
|
26409
26409
|
fixedContentType?: string | undefined;
|
|
26410
26410
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26510,7 +26510,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26510
26510
|
layoutGridRowField?: string | undefined;
|
|
26511
26511
|
layoutGridColumnField?: string | undefined;
|
|
26512
26512
|
layoutGridMaxRows?: number | undefined;
|
|
26513
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26513
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26514
26514
|
contentTypeField?: string | undefined;
|
|
26515
26515
|
fixedContentType?: string | undefined;
|
|
26516
26516
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26632,7 +26632,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26632
26632
|
layoutGridRowField?: string | undefined;
|
|
26633
26633
|
layoutGridColumnField?: string | undefined;
|
|
26634
26634
|
layoutGridMaxRows?: number | undefined;
|
|
26635
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26635
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26636
26636
|
contentTypeField?: string | undefined;
|
|
26637
26637
|
fixedContentType?: string | undefined;
|
|
26638
26638
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26742,7 +26742,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26742
26742
|
layoutGridRowField?: string | undefined;
|
|
26743
26743
|
layoutGridColumnField?: string | undefined;
|
|
26744
26744
|
layoutGridMaxRows?: number | undefined;
|
|
26745
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26745
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26746
26746
|
contentTypeField?: string | undefined;
|
|
26747
26747
|
fixedContentType?: string | undefined;
|
|
26748
26748
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26864,7 +26864,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26864
26864
|
layoutGridRowField?: string | undefined;
|
|
26865
26865
|
layoutGridColumnField?: string | undefined;
|
|
26866
26866
|
layoutGridMaxRows?: number | undefined;
|
|
26867
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26867
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26868
26868
|
contentTypeField?: string | undefined;
|
|
26869
26869
|
fixedContentType?: string | undefined;
|
|
26870
26870
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26979,7 +26979,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
26979
26979
|
layoutGridRowField?: string | undefined;
|
|
26980
26980
|
layoutGridColumnField?: string | undefined;
|
|
26981
26981
|
layoutGridMaxRows?: number | undefined;
|
|
26982
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26982
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26983
26983
|
contentTypeField?: string | undefined;
|
|
26984
26984
|
fixedContentType?: string | undefined;
|
|
26985
26985
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27086,7 +27086,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27086
27086
|
layoutGridRowField?: string | undefined;
|
|
27087
27087
|
layoutGridColumnField?: string | undefined;
|
|
27088
27088
|
layoutGridMaxRows?: number | undefined;
|
|
27089
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27089
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27090
27090
|
contentTypeField?: string | undefined;
|
|
27091
27091
|
fixedContentType?: string | undefined;
|
|
27092
27092
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27193,7 +27193,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27193
27193
|
layoutGridRowField?: string | undefined;
|
|
27194
27194
|
layoutGridColumnField?: string | undefined;
|
|
27195
27195
|
layoutGridMaxRows?: number | undefined;
|
|
27196
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27196
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27197
27197
|
contentTypeField?: string | undefined;
|
|
27198
27198
|
fixedContentType?: string | undefined;
|
|
27199
27199
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27301,7 +27301,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27301
27301
|
layoutGridRowField?: string | undefined;
|
|
27302
27302
|
layoutGridColumnField?: string | undefined;
|
|
27303
27303
|
layoutGridMaxRows?: number | undefined;
|
|
27304
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27304
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27305
27305
|
contentTypeField?: string | undefined;
|
|
27306
27306
|
fixedContentType?: string | undefined;
|
|
27307
27307
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27407,7 +27407,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27407
27407
|
layoutGridRowField?: string | undefined;
|
|
27408
27408
|
layoutGridColumnField?: string | undefined;
|
|
27409
27409
|
layoutGridMaxRows?: number | undefined;
|
|
27410
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27410
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27411
27411
|
contentTypeField?: string | undefined;
|
|
27412
27412
|
fixedContentType?: string | undefined;
|
|
27413
27413
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27513,7 +27513,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27513
27513
|
layoutGridRowField?: string | undefined;
|
|
27514
27514
|
layoutGridColumnField?: string | undefined;
|
|
27515
27515
|
layoutGridMaxRows?: number | undefined;
|
|
27516
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27516
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27517
27517
|
contentTypeField?: string | undefined;
|
|
27518
27518
|
fixedContentType?: string | undefined;
|
|
27519
27519
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27619,7 +27619,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27619
27619
|
layoutGridRowField?: string | undefined;
|
|
27620
27620
|
layoutGridColumnField?: string | undefined;
|
|
27621
27621
|
layoutGridMaxRows?: number | undefined;
|
|
27622
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27622
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27623
27623
|
contentTypeField?: string | undefined;
|
|
27624
27624
|
fixedContentType?: string | undefined;
|
|
27625
27625
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27725,7 +27725,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27725
27725
|
layoutGridRowField?: string | undefined;
|
|
27726
27726
|
layoutGridColumnField?: string | undefined;
|
|
27727
27727
|
layoutGridMaxRows?: number | undefined;
|
|
27728
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27728
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27729
27729
|
contentTypeField?: string | undefined;
|
|
27730
27730
|
fixedContentType?: string | undefined;
|
|
27731
27731
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27831,7 +27831,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27831
27831
|
layoutGridRowField?: string | undefined;
|
|
27832
27832
|
layoutGridColumnField?: string | undefined;
|
|
27833
27833
|
layoutGridMaxRows?: number | undefined;
|
|
27834
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27834
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27835
27835
|
contentTypeField?: string | undefined;
|
|
27836
27836
|
fixedContentType?: string | undefined;
|
|
27837
27837
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27941,7 +27941,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
27941
27941
|
layoutGridRowField?: string | undefined;
|
|
27942
27942
|
layoutGridColumnField?: string | undefined;
|
|
27943
27943
|
layoutGridMaxRows?: number | undefined;
|
|
27944
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27944
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27945
27945
|
contentTypeField?: string | undefined;
|
|
27946
27946
|
fixedContentType?: string | undefined;
|
|
27947
27947
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28047,7 +28047,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28047
28047
|
layoutGridRowField?: string | undefined;
|
|
28048
28048
|
layoutGridColumnField?: string | undefined;
|
|
28049
28049
|
layoutGridMaxRows?: number | undefined;
|
|
28050
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28050
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28051
28051
|
contentTypeField?: string | undefined;
|
|
28052
28052
|
fixedContentType?: string | undefined;
|
|
28053
28053
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28155,7 +28155,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28155
28155
|
layoutGridRowField?: string | undefined;
|
|
28156
28156
|
layoutGridColumnField?: string | undefined;
|
|
28157
28157
|
layoutGridMaxRows?: number | undefined;
|
|
28158
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28158
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28159
28159
|
contentTypeField?: string | undefined;
|
|
28160
28160
|
fixedContentType?: string | undefined;
|
|
28161
28161
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28261,7 +28261,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28261
28261
|
layoutGridRowField?: string | undefined;
|
|
28262
28262
|
layoutGridColumnField?: string | undefined;
|
|
28263
28263
|
layoutGridMaxRows?: number | undefined;
|
|
28264
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28264
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28265
28265
|
contentTypeField?: string | undefined;
|
|
28266
28266
|
fixedContentType?: string | undefined;
|
|
28267
28267
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28374,7 +28374,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28374
28374
|
layoutGridRowField?: string | undefined;
|
|
28375
28375
|
layoutGridColumnField?: string | undefined;
|
|
28376
28376
|
layoutGridMaxRows?: number | undefined;
|
|
28377
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28377
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28378
28378
|
contentTypeField?: string | undefined;
|
|
28379
28379
|
fixedContentType?: string | undefined;
|
|
28380
28380
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28486,7 +28486,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28486
28486
|
layoutGridRowField?: string | undefined;
|
|
28487
28487
|
layoutGridColumnField?: string | undefined;
|
|
28488
28488
|
layoutGridMaxRows?: number | undefined;
|
|
28489
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28489
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28490
28490
|
contentTypeField?: string | undefined;
|
|
28491
28491
|
fixedContentType?: string | undefined;
|
|
28492
28492
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28592,7 +28592,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28592
28592
|
layoutGridRowField?: string | undefined;
|
|
28593
28593
|
layoutGridColumnField?: string | undefined;
|
|
28594
28594
|
layoutGridMaxRows?: number | undefined;
|
|
28595
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28595
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28596
28596
|
contentTypeField?: string | undefined;
|
|
28597
28597
|
fixedContentType?: string | undefined;
|
|
28598
28598
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28705,7 +28705,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28705
28705
|
layoutGridRowField?: string | undefined;
|
|
28706
28706
|
layoutGridColumnField?: string | undefined;
|
|
28707
28707
|
layoutGridMaxRows?: number | undefined;
|
|
28708
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28708
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28709
28709
|
contentTypeField?: string | undefined;
|
|
28710
28710
|
fixedContentType?: string | undefined;
|
|
28711
28711
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28812,7 +28812,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28812
28812
|
layoutGridRowField?: string | undefined;
|
|
28813
28813
|
layoutGridColumnField?: string | undefined;
|
|
28814
28814
|
layoutGridMaxRows?: number | undefined;
|
|
28815
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28815
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28816
28816
|
contentTypeField?: string | undefined;
|
|
28817
28817
|
fixedContentType?: string | undefined;
|
|
28818
28818
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28919,7 +28919,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
28919
28919
|
layoutGridRowField?: string | undefined;
|
|
28920
28920
|
layoutGridColumnField?: string | undefined;
|
|
28921
28921
|
layoutGridMaxRows?: number | undefined;
|
|
28922
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28922
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28923
28923
|
contentTypeField?: string | undefined;
|
|
28924
28924
|
fixedContentType?: string | undefined;
|
|
28925
28925
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29027,7 +29027,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29027
29027
|
layoutGridRowField?: string | undefined;
|
|
29028
29028
|
layoutGridColumnField?: string | undefined;
|
|
29029
29029
|
layoutGridMaxRows?: number | undefined;
|
|
29030
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29030
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29031
29031
|
contentTypeField?: string | undefined;
|
|
29032
29032
|
fixedContentType?: string | undefined;
|
|
29033
29033
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29133,7 +29133,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29133
29133
|
layoutGridRowField?: string | undefined;
|
|
29134
29134
|
layoutGridColumnField?: string | undefined;
|
|
29135
29135
|
layoutGridMaxRows?: number | undefined;
|
|
29136
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29136
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29137
29137
|
contentTypeField?: string | undefined;
|
|
29138
29138
|
fixedContentType?: string | undefined;
|
|
29139
29139
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29239,7 +29239,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29239
29239
|
layoutGridRowField?: string | undefined;
|
|
29240
29240
|
layoutGridColumnField?: string | undefined;
|
|
29241
29241
|
layoutGridMaxRows?: number | undefined;
|
|
29242
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29242
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29243
29243
|
contentTypeField?: string | undefined;
|
|
29244
29244
|
fixedContentType?: string | undefined;
|
|
29245
29245
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29345,7 +29345,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29345
29345
|
layoutGridRowField?: string | undefined;
|
|
29346
29346
|
layoutGridColumnField?: string | undefined;
|
|
29347
29347
|
layoutGridMaxRows?: number | undefined;
|
|
29348
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29348
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29349
29349
|
contentTypeField?: string | undefined;
|
|
29350
29350
|
fixedContentType?: string | undefined;
|
|
29351
29351
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29451,7 +29451,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29451
29451
|
layoutGridRowField?: string | undefined;
|
|
29452
29452
|
layoutGridColumnField?: string | undefined;
|
|
29453
29453
|
layoutGridMaxRows?: number | undefined;
|
|
29454
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29454
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29455
29455
|
contentTypeField?: string | undefined;
|
|
29456
29456
|
fixedContentType?: string | undefined;
|
|
29457
29457
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29557,7 +29557,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29557
29557
|
layoutGridRowField?: string | undefined;
|
|
29558
29558
|
layoutGridColumnField?: string | undefined;
|
|
29559
29559
|
layoutGridMaxRows?: number | undefined;
|
|
29560
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29560
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29561
29561
|
contentTypeField?: string | undefined;
|
|
29562
29562
|
fixedContentType?: string | undefined;
|
|
29563
29563
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29667,7 +29667,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29667
29667
|
layoutGridRowField?: string | undefined;
|
|
29668
29668
|
layoutGridColumnField?: string | undefined;
|
|
29669
29669
|
layoutGridMaxRows?: number | undefined;
|
|
29670
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29670
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29671
29671
|
contentTypeField?: string | undefined;
|
|
29672
29672
|
fixedContentType?: string | undefined;
|
|
29673
29673
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29773,7 +29773,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29773
29773
|
layoutGridRowField?: string | undefined;
|
|
29774
29774
|
layoutGridColumnField?: string | undefined;
|
|
29775
29775
|
layoutGridMaxRows?: number | undefined;
|
|
29776
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29776
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29777
29777
|
contentTypeField?: string | undefined;
|
|
29778
29778
|
fixedContentType?: string | undefined;
|
|
29779
29779
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29881,7 +29881,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29881
29881
|
layoutGridRowField?: string | undefined;
|
|
29882
29882
|
layoutGridColumnField?: string | undefined;
|
|
29883
29883
|
layoutGridMaxRows?: number | undefined;
|
|
29884
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29884
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29885
29885
|
contentTypeField?: string | undefined;
|
|
29886
29886
|
fixedContentType?: string | undefined;
|
|
29887
29887
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29987,7 +29987,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
29987
29987
|
layoutGridRowField?: string | undefined;
|
|
29988
29988
|
layoutGridColumnField?: string | undefined;
|
|
29989
29989
|
layoutGridMaxRows?: number | undefined;
|
|
29990
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29990
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29991
29991
|
contentTypeField?: string | undefined;
|
|
29992
29992
|
fixedContentType?: string | undefined;
|
|
29993
29993
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30100,7 +30100,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30100
30100
|
layoutGridRowField?: string | undefined;
|
|
30101
30101
|
layoutGridColumnField?: string | undefined;
|
|
30102
30102
|
layoutGridMaxRows?: number | undefined;
|
|
30103
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30103
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30104
30104
|
contentTypeField?: string | undefined;
|
|
30105
30105
|
fixedContentType?: string | undefined;
|
|
30106
30106
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30212,7 +30212,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30212
30212
|
layoutGridRowField?: string | undefined;
|
|
30213
30213
|
layoutGridColumnField?: string | undefined;
|
|
30214
30214
|
layoutGridMaxRows?: number | undefined;
|
|
30215
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30215
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30216
30216
|
contentTypeField?: string | undefined;
|
|
30217
30217
|
fixedContentType?: string | undefined;
|
|
30218
30218
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30318,7 +30318,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30318
30318
|
layoutGridRowField?: string | undefined;
|
|
30319
30319
|
layoutGridColumnField?: string | undefined;
|
|
30320
30320
|
layoutGridMaxRows?: number | undefined;
|
|
30321
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30321
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30322
30322
|
contentTypeField?: string | undefined;
|
|
30323
30323
|
fixedContentType?: string | undefined;
|
|
30324
30324
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30424,7 +30424,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30424
30424
|
layoutGridRowField?: string | undefined;
|
|
30425
30425
|
layoutGridColumnField?: string | undefined;
|
|
30426
30426
|
layoutGridMaxRows?: number | undefined;
|
|
30427
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30427
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30428
30428
|
contentTypeField?: string | undefined;
|
|
30429
30429
|
fixedContentType?: string | undefined;
|
|
30430
30430
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30534,7 +30534,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30534
30534
|
layoutGridRowField?: string | undefined;
|
|
30535
30535
|
layoutGridColumnField?: string | undefined;
|
|
30536
30536
|
layoutGridMaxRows?: number | undefined;
|
|
30537
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30537
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30538
30538
|
contentTypeField?: string | undefined;
|
|
30539
30539
|
fixedContentType?: string | undefined;
|
|
30540
30540
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30646,7 +30646,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30646
30646
|
layoutGridRowField?: string | undefined;
|
|
30647
30647
|
layoutGridColumnField?: string | undefined;
|
|
30648
30648
|
layoutGridMaxRows?: number | undefined;
|
|
30649
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30649
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30650
30650
|
contentTypeField?: string | undefined;
|
|
30651
30651
|
fixedContentType?: string | undefined;
|
|
30652
30652
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30752,7 +30752,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30752
30752
|
layoutGridRowField?: string | undefined;
|
|
30753
30753
|
layoutGridColumnField?: string | undefined;
|
|
30754
30754
|
layoutGridMaxRows?: number | undefined;
|
|
30755
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30755
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30756
30756
|
contentTypeField?: string | undefined;
|
|
30757
30757
|
fixedContentType?: string | undefined;
|
|
30758
30758
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30861,7 +30861,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30861
30861
|
layoutGridRowField?: string | undefined;
|
|
30862
30862
|
layoutGridColumnField?: string | undefined;
|
|
30863
30863
|
layoutGridMaxRows?: number | undefined;
|
|
30864
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30864
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30865
30865
|
contentTypeField?: string | undefined;
|
|
30866
30866
|
fixedContentType?: string | undefined;
|
|
30867
30867
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30972,7 +30972,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
30972
30972
|
layoutGridRowField?: string | undefined;
|
|
30973
30973
|
layoutGridColumnField?: string | undefined;
|
|
30974
30974
|
layoutGridMaxRows?: number | undefined;
|
|
30975
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30975
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30976
30976
|
contentTypeField?: string | undefined;
|
|
30977
30977
|
fixedContentType?: string | undefined;
|
|
30978
30978
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31084,7 +31084,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
31084
31084
|
layoutGridRowField?: string | undefined;
|
|
31085
31085
|
layoutGridColumnField?: string | undefined;
|
|
31086
31086
|
layoutGridMaxRows?: number | undefined;
|
|
31087
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31087
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31088
31088
|
contentTypeField?: string | undefined;
|
|
31089
31089
|
fixedContentType?: string | undefined;
|
|
31090
31090
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31190,7 +31190,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
31190
31190
|
layoutGridRowField?: string | undefined;
|
|
31191
31191
|
layoutGridColumnField?: string | undefined;
|
|
31192
31192
|
layoutGridMaxRows?: number | undefined;
|
|
31193
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31193
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31194
31194
|
contentTypeField?: string | undefined;
|
|
31195
31195
|
fixedContentType?: string | undefined;
|
|
31196
31196
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31296,7 +31296,7 @@ export declare const collectionManifest: import("..").DefinedBlockManifest<{
|
|
|
31296
31296
|
layoutGridRowField?: string | undefined;
|
|
31297
31297
|
layoutGridColumnField?: string | undefined;
|
|
31298
31298
|
layoutGridMaxRows?: number | undefined;
|
|
31299
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31299
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31300
31300
|
contentTypeField?: string | undefined;
|
|
31301
31301
|
fixedContentType?: string | undefined;
|
|
31302
31302
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|