@riverbankcms/sdk 0.78.2 → 0.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/dist/{PreviewEditorSidebar-4DXLYX2V.mjs → PreviewEditorSidebar-56NMJMIK.mjs} +724 -47
- package/dist/{PreviewEditorUI-CS5P4N3P.mjs → PreviewEditorUI-27KJVEET.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-H4BSP6E7.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +36 -0
- package/dist/_dts/api/src/endpoints.d.ts +55 -0
- package/dist/_dts/api/src/index.d.ts +5 -3
- package/dist/_dts/api/src/media.d.ts +8 -1
- package/dist/_dts/api/src/navigation/dashboardSettingsNav.d.ts +1 -1
- package/dist/_dts/api/src/navigation/dashboardSiteNav.d.ts +8 -8
- package/dist/_dts/api/src/navigation/identity.d.ts +59 -0
- package/dist/_dts/api/src/navigation.d.ts +2 -0
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +4 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +1 -0
- package/dist/_dts/api/src/siteIcons.d.ts +128 -0
- package/dist/_dts/api/src/siteManagementEndpoints.d.ts +16 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +7 -0
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +6 -1
- package/dist/_dts/api/src/types.d.ts +1 -1
- package/dist/_dts/api/src/webhooks.d.ts +239 -0
- package/dist/_dts/blocks/src/index.d.ts +4 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +294 -289
- package/dist/_dts/blocks/src/system/blocks/feature-card-icons.d.ts +57 -0
- package/dist/_dts/blocks/src/system/blocks/feature-cards.d.ts +4 -0
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -1
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +22 -22
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -288
- package/dist/_dts/blocks/src/system/blocks/testimonials.d.ts +7 -1
- package/dist/_dts/blocks/src/system/customize/backgrounds.d.ts +170 -0
- package/dist/_dts/blocks/src/system/fragments/library/testimonialsCarousel.d.ts +5 -0
- package/dist/_dts/blocks/src/system/helpers/resolveBackground.d.ts +3 -1
- package/dist/_dts/blocks/src/system/icons/ids.d.ts +13 -0
- package/dist/_dts/blocks/src/system/icons/index.d.ts +6 -0
- package/dist/_dts/blocks/src/system/icons/presets.d.ts +4 -0
- package/dist/_dts/blocks/src/system/icons/registry.d.ts +18 -0
- package/dist/_dts/blocks/src/system/icons/semantic.d.ts +239 -0
- package/dist/_dts/blocks/src/system/icons/value.d.ts +94 -0
- package/dist/_dts/blocks/src/system/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +4 -1
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +23 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/feature-card-icon.d.ts +13 -0
- package/dist/_dts/content-model/src/contentManifest.d.ts +3 -1
- package/dist/_dts/core/src/branded.d.ts +6 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +191 -0
- package/dist/_dts/editor-blocks/src/block-editor/BlockCard.d.ts +12 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardBody.d.ts +12 -1
- package/dist/_dts/editor-blocks/src/block-editor/BlockCardHeader.d.ts +12 -2
- package/dist/_dts/editor-blocks/src/block-editor/FeatureCardIconsPanel.d.ts +21 -0
- package/dist/_dts/editor-blocks/src/block-editor/GeneratedIconSetDialog.d.ts +40 -0
- package/dist/_dts/editor-blocks/src/block-editor/SortableBlockItem.d.ts +11 -1
- package/dist/_dts/editor-blocks/src/block-editor/featureCardIconActions.d.ts +82 -0
- package/dist/_dts/editor-blocks/src/widgets/icon-picker/IconPickerField.d.ts +1 -1
- package/dist/_dts/media-core/src/fileDomain.d.ts +8 -1
- package/dist/_dts/media-editor/src/MediaEditor.d.ts +3 -2
- package/dist/_dts/media-react/src/components/MediaLibrary.d.ts +2 -1
- package/dist/_dts/media-react/src/components/MediaPickerMini.d.ts +2 -1
- package/dist/_dts/preview-next/src/client/blocks/previewCustomizeActions.d.ts +17 -0
- package/dist/_dts/preview-next/src/client/preview/PageDesignEditorStateContext.d.ts +4 -0
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +3 -2
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeHistory.d.ts +6 -0
- package/dist/_dts/sdk/src/cli/navigationIdentity.d.ts +11 -0
- package/dist/_dts/sdk/src/cli/site-commands/navigationCommands.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/site-commands/oneOffCommands.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/sync/diff.d.ts +9 -0
- package/dist/_dts/sdk/src/client/management/types.d.ts +2 -0
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +3 -1
- package/dist/_dts/sdk/src/contracts/index.d.ts +1 -1
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +19 -2
- package/dist/_dts/sdk/src/next/index.d.ts +1 -1
- package/dist/_dts/sdk/src/next/revalidate.d.ts +26 -5
- package/dist/_dts/sdk/src/next/static-params.d.ts +28 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +5 -1
- package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/sdk/src/webhooks/index.d.ts +1 -1
- package/dist/_dts/sdk/src/webhooks/verify.d.ts +6 -102
- package/dist/_dts/site-commands/src/commands.d.ts +3 -0
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +3 -3
- package/dist/_dts/theme-core/src/schema.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +25 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +5 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +4 -4
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +2 -0
- package/dist/_dts/ui/src/combobox.d.ts +1 -0
- package/dist/{chunk-RGTOD4AJ.mjs → chunk-4HCW7FHJ.mjs} +491 -56
- package/dist/{chunk-OKMBEAXY.mjs → chunk-A3HHFKVT.mjs} +1 -1
- package/dist/{chunk-6HYXHRAI.mjs → chunk-GP555I66.mjs} +177 -7
- package/dist/{chunk-CR5HKAGU.mjs → chunk-K2IIF34C.mjs} +55 -0
- package/dist/{chunk-4QEGTLK6.mjs → chunk-LCY32PXF.mjs} +1 -1
- package/dist/{chunk-MCRQMPET.mjs → chunk-V47ZU33I.mjs} +1745 -157
- package/dist/cli/index.mjs +1169 -171
- package/dist/cli/init-docs/content/workflow-editor-workflows.md +2 -0
- package/dist/cli/init-docs/content/workflow-isr-revalidation.md +138 -0
- package/dist/client/{accordion-PLYNJIIM.mjs → accordion-QLA7KBYO.mjs} +1 -1
- package/dist/client/{bookingForm-BXAP6AO7.mjs → bookingForm-PYZIPA5G.mjs} +3 -3
- package/dist/client/bookings.mjs +110 -2
- package/dist/client/{carousel-TRBXDHGF.mjs → carousel-5EIULWBI.mjs} +2 -2
- package/dist/client/{cart-Z7H3HJRS.mjs → cart-DOP3FNI4.mjs} +5 -5
- package/dist/client/{checkout-WAFCUBIX.mjs → checkout-BVMF6FBV.mjs} +5 -5
- package/dist/client/{chunk-JRDUHZCT.mjs → chunk-44K2U3QI.mjs} +4 -4
- package/dist/client/{chunk-UVQEJJTN.mjs → chunk-CCNTDRCF.mjs} +1 -1
- package/dist/client/{chunk-ZI3LLBPZ.mjs → chunk-GG4M2NP6.mjs} +1 -1
- package/dist/client/{chunk-JGXPTEI2.mjs → chunk-R5ESWNKX.mjs} +6 -3
- package/dist/client/{chunk-CWGTG37I.mjs → chunk-TYONZMST.mjs} +1 -1
- package/dist/client/{chunk-75OUS5MT.mjs → chunk-UDS3NTWA.mjs} +1 -1
- package/dist/client/{chunk-DNRGY432.mjs → chunk-V6M5FCR5.mjs} +1 -1
- package/dist/client/{chunk-FUXW6VW2.mjs → chunk-YLDYVRZL.mjs} +4 -4
- package/dist/client/client.mjs +21329 -19729
- package/dist/client/{courseRegistration-AHFQHWIJ.mjs → courseRegistration-E6EAA6NL.mjs} +3 -3
- package/dist/client/{eventCalendar-LDXTV5R7.mjs → eventCalendar-HBG3HAK6.mjs} +5 -5
- package/dist/client/{eventCombined-A4JGTNJO.mjs → eventCombined-6K5ZZWAK.mjs} +5 -5
- package/dist/client/{eventDetails-4YXTZ7EG.mjs → eventDetails-Q75ICXLT.mjs} +5 -5
- package/dist/client/{eventListing-P72TPFFM.mjs → eventListing-27P5F7DZ.mjs} +5 -5
- package/dist/client/{eventRegistration-LSYJHGMT.mjs → eventRegistration-IQ7AMASR.mjs} +5 -5
- package/dist/client/{form-AOPYOKOW.mjs → form-JRTD65FN.mjs} +1 -1
- package/dist/client/{headerSection-5TFYDFVQ.mjs → headerSection-7FPSSZHS.mjs} +2 -2
- package/dist/client/hooks.mjs +350 -35
- package/dist/client/{locationMap-QSZ3ZVAZ.mjs → locationMap-7NGFNYBH.mjs} +1 -1
- package/dist/client/{newsletterForm-KTRHZY52.mjs → newsletterForm-F3BADCI2.mjs} +1 -1
- package/dist/client/{productDetail-N4E775RG.mjs → productDetail-V3HP7ITJ.mjs} +5 -5
- package/dist/client/{productList-UGUQ2S45.mjs → productList-L3EGJUF2.mjs} +5 -5
- package/dist/client/rendering/client.mjs +2713 -1382
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +2014 -414
- package/dist/client/{shop-VHSZEEQ2.mjs → shop-DQUB5E2C.mjs} +5 -5
- package/dist/preview-next/before-render.mjs +55 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +55 -0
- package/dist/{sdk-runtime-WHPJEF5G.mjs → sdk-runtime-AF6KXJU4.mjs} +6 -6
- package/dist/server/components.mjs +2169 -781
- package/dist/server/config-validation.mjs +350 -35
- package/dist/server/config.mjs +350 -35
- package/dist/server/data.mjs +350 -35
- package/dist/server/index.mjs +64 -1
- package/dist/server/next/revalidate.mjs +229 -34
- package/dist/server/next.mjs +2307 -818
- package/dist/server/page-converter.mjs +275 -34
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2174 -786
- package/dist/server/rendering.mjs +2187 -799
- package/dist/server/routing.mjs +767 -50
- package/dist/server/server.mjs +351 -36
- package/dist/server/theme-bridge.mjs +164 -2
- package/dist/server/theme.mjs +2 -2
- package/dist/server/webhooks.mjs +129 -25
- package/dist/styles/index.css +55 -0
- package/package.json +2 -1
- package/dist/SdkPreviewModeRuntime-IJDHTW4W.mjs +0 -8
|
@@ -159,7 +159,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
159
159
|
layoutGridRowField?: string | undefined;
|
|
160
160
|
layoutGridColumnField?: string | undefined;
|
|
161
161
|
layoutGridMaxRows?: number | undefined;
|
|
162
|
-
iconPickerPreset?: "cta" | undefined;
|
|
162
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
163
163
|
contentTypeField?: string | undefined;
|
|
164
164
|
fixedContentType?: string | undefined;
|
|
165
165
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -269,7 +269,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
269
269
|
layoutGridRowField?: string | undefined;
|
|
270
270
|
layoutGridColumnField?: string | undefined;
|
|
271
271
|
layoutGridMaxRows?: number | undefined;
|
|
272
|
-
iconPickerPreset?: "cta" | undefined;
|
|
272
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
273
273
|
contentTypeField?: string | undefined;
|
|
274
274
|
fixedContentType?: string | undefined;
|
|
275
275
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -391,7 +391,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
391
391
|
layoutGridRowField?: string | undefined;
|
|
392
392
|
layoutGridColumnField?: string | undefined;
|
|
393
393
|
layoutGridMaxRows?: number | undefined;
|
|
394
|
-
iconPickerPreset?: "cta" | undefined;
|
|
394
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
395
395
|
contentTypeField?: string | undefined;
|
|
396
396
|
fixedContentType?: string | undefined;
|
|
397
397
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -506,7 +506,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
506
506
|
layoutGridRowField?: string | undefined;
|
|
507
507
|
layoutGridColumnField?: string | undefined;
|
|
508
508
|
layoutGridMaxRows?: number | undefined;
|
|
509
|
-
iconPickerPreset?: "cta" | undefined;
|
|
509
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
510
510
|
contentTypeField?: string | undefined;
|
|
511
511
|
fixedContentType?: string | undefined;
|
|
512
512
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -613,7 +613,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
613
613
|
layoutGridRowField?: string | undefined;
|
|
614
614
|
layoutGridColumnField?: string | undefined;
|
|
615
615
|
layoutGridMaxRows?: number | undefined;
|
|
616
|
-
iconPickerPreset?: "cta" | undefined;
|
|
616
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
617
617
|
contentTypeField?: string | undefined;
|
|
618
618
|
fixedContentType?: string | undefined;
|
|
619
619
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -720,7 +720,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
720
720
|
layoutGridRowField?: string | undefined;
|
|
721
721
|
layoutGridColumnField?: string | undefined;
|
|
722
722
|
layoutGridMaxRows?: number | undefined;
|
|
723
|
-
iconPickerPreset?: "cta" | undefined;
|
|
723
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
724
724
|
contentTypeField?: string | undefined;
|
|
725
725
|
fixedContentType?: string | undefined;
|
|
726
726
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -828,7 +828,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
828
828
|
layoutGridRowField?: string | undefined;
|
|
829
829
|
layoutGridColumnField?: string | undefined;
|
|
830
830
|
layoutGridMaxRows?: number | undefined;
|
|
831
|
-
iconPickerPreset?: "cta" | undefined;
|
|
831
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
832
832
|
contentTypeField?: string | undefined;
|
|
833
833
|
fixedContentType?: string | undefined;
|
|
834
834
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -934,7 +934,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
934
934
|
layoutGridRowField?: string | undefined;
|
|
935
935
|
layoutGridColumnField?: string | undefined;
|
|
936
936
|
layoutGridMaxRows?: number | undefined;
|
|
937
|
-
iconPickerPreset?: "cta" | undefined;
|
|
937
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
938
938
|
contentTypeField?: string | undefined;
|
|
939
939
|
fixedContentType?: string | undefined;
|
|
940
940
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1040,7 +1040,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1040
1040
|
layoutGridRowField?: string | undefined;
|
|
1041
1041
|
layoutGridColumnField?: string | undefined;
|
|
1042
1042
|
layoutGridMaxRows?: number | undefined;
|
|
1043
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1043
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1044
1044
|
contentTypeField?: string | undefined;
|
|
1045
1045
|
fixedContentType?: string | undefined;
|
|
1046
1046
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1146,7 +1146,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1146
1146
|
layoutGridRowField?: string | undefined;
|
|
1147
1147
|
layoutGridColumnField?: string | undefined;
|
|
1148
1148
|
layoutGridMaxRows?: number | undefined;
|
|
1149
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1149
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1150
1150
|
contentTypeField?: string | undefined;
|
|
1151
1151
|
fixedContentType?: string | undefined;
|
|
1152
1152
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1252,7 +1252,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1252
1252
|
layoutGridRowField?: string | undefined;
|
|
1253
1253
|
layoutGridColumnField?: string | undefined;
|
|
1254
1254
|
layoutGridMaxRows?: number | undefined;
|
|
1255
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1255
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1256
1256
|
contentTypeField?: string | undefined;
|
|
1257
1257
|
fixedContentType?: string | undefined;
|
|
1258
1258
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1358,7 +1358,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1358
1358
|
layoutGridRowField?: string | undefined;
|
|
1359
1359
|
layoutGridColumnField?: string | undefined;
|
|
1360
1360
|
layoutGridMaxRows?: number | undefined;
|
|
1361
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1361
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1362
1362
|
contentTypeField?: string | undefined;
|
|
1363
1363
|
fixedContentType?: string | undefined;
|
|
1364
1364
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1468,7 +1468,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1468
1468
|
layoutGridRowField?: string | undefined;
|
|
1469
1469
|
layoutGridColumnField?: string | undefined;
|
|
1470
1470
|
layoutGridMaxRows?: number | undefined;
|
|
1471
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1471
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1472
1472
|
contentTypeField?: string | undefined;
|
|
1473
1473
|
fixedContentType?: string | undefined;
|
|
1474
1474
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1574,7 +1574,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1574
1574
|
layoutGridRowField?: string | undefined;
|
|
1575
1575
|
layoutGridColumnField?: string | undefined;
|
|
1576
1576
|
layoutGridMaxRows?: number | undefined;
|
|
1577
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1577
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1578
1578
|
contentTypeField?: string | undefined;
|
|
1579
1579
|
fixedContentType?: string | undefined;
|
|
1580
1580
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1682,7 +1682,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1682
1682
|
layoutGridRowField?: string | undefined;
|
|
1683
1683
|
layoutGridColumnField?: string | undefined;
|
|
1684
1684
|
layoutGridMaxRows?: number | undefined;
|
|
1685
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1685
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1686
1686
|
contentTypeField?: string | undefined;
|
|
1687
1687
|
fixedContentType?: string | undefined;
|
|
1688
1688
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1788,7 +1788,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1788
1788
|
layoutGridRowField?: string | undefined;
|
|
1789
1789
|
layoutGridColumnField?: string | undefined;
|
|
1790
1790
|
layoutGridMaxRows?: number | undefined;
|
|
1791
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1791
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1792
1792
|
contentTypeField?: string | undefined;
|
|
1793
1793
|
fixedContentType?: string | undefined;
|
|
1794
1794
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -1910,7 +1910,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
1910
1910
|
layoutGridRowField?: string | undefined;
|
|
1911
1911
|
layoutGridColumnField?: string | undefined;
|
|
1912
1912
|
layoutGridMaxRows?: number | undefined;
|
|
1913
|
-
iconPickerPreset?: "cta" | undefined;
|
|
1913
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
1914
1914
|
contentTypeField?: string | undefined;
|
|
1915
1915
|
fixedContentType?: string | undefined;
|
|
1916
1916
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2025,7 +2025,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2025
2025
|
layoutGridRowField?: string | undefined;
|
|
2026
2026
|
layoutGridColumnField?: string | undefined;
|
|
2027
2027
|
layoutGridMaxRows?: number | undefined;
|
|
2028
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2028
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2029
2029
|
contentTypeField?: string | undefined;
|
|
2030
2030
|
fixedContentType?: string | undefined;
|
|
2031
2031
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2132,7 +2132,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2132
2132
|
layoutGridRowField?: string | undefined;
|
|
2133
2133
|
layoutGridColumnField?: string | undefined;
|
|
2134
2134
|
layoutGridMaxRows?: number | undefined;
|
|
2135
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2135
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2136
2136
|
contentTypeField?: string | undefined;
|
|
2137
2137
|
fixedContentType?: string | undefined;
|
|
2138
2138
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2239,7 +2239,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2239
2239
|
layoutGridRowField?: string | undefined;
|
|
2240
2240
|
layoutGridColumnField?: string | undefined;
|
|
2241
2241
|
layoutGridMaxRows?: number | undefined;
|
|
2242
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2242
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2243
2243
|
contentTypeField?: string | undefined;
|
|
2244
2244
|
fixedContentType?: string | undefined;
|
|
2245
2245
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2347,7 +2347,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2347
2347
|
layoutGridRowField?: string | undefined;
|
|
2348
2348
|
layoutGridColumnField?: string | undefined;
|
|
2349
2349
|
layoutGridMaxRows?: number | undefined;
|
|
2350
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2350
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2351
2351
|
contentTypeField?: string | undefined;
|
|
2352
2352
|
fixedContentType?: string | undefined;
|
|
2353
2353
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2453,7 +2453,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2453
2453
|
layoutGridRowField?: string | undefined;
|
|
2454
2454
|
layoutGridColumnField?: string | undefined;
|
|
2455
2455
|
layoutGridMaxRows?: number | undefined;
|
|
2456
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2456
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2457
2457
|
contentTypeField?: string | undefined;
|
|
2458
2458
|
fixedContentType?: string | undefined;
|
|
2459
2459
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2559,7 +2559,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2559
2559
|
layoutGridRowField?: string | undefined;
|
|
2560
2560
|
layoutGridColumnField?: string | undefined;
|
|
2561
2561
|
layoutGridMaxRows?: number | undefined;
|
|
2562
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2562
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2563
2563
|
contentTypeField?: string | undefined;
|
|
2564
2564
|
fixedContentType?: string | undefined;
|
|
2565
2565
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2665,7 +2665,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2665
2665
|
layoutGridRowField?: string | undefined;
|
|
2666
2666
|
layoutGridColumnField?: string | undefined;
|
|
2667
2667
|
layoutGridMaxRows?: number | undefined;
|
|
2668
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2668
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2669
2669
|
contentTypeField?: string | undefined;
|
|
2670
2670
|
fixedContentType?: string | undefined;
|
|
2671
2671
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2771,7 +2771,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2771
2771
|
layoutGridRowField?: string | undefined;
|
|
2772
2772
|
layoutGridColumnField?: string | undefined;
|
|
2773
2773
|
layoutGridMaxRows?: number | undefined;
|
|
2774
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2774
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2775
2775
|
contentTypeField?: string | undefined;
|
|
2776
2776
|
fixedContentType?: string | undefined;
|
|
2777
2777
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2877,7 +2877,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2877
2877
|
layoutGridRowField?: string | undefined;
|
|
2878
2878
|
layoutGridColumnField?: string | undefined;
|
|
2879
2879
|
layoutGridMaxRows?: number | undefined;
|
|
2880
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2880
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2881
2881
|
contentTypeField?: string | undefined;
|
|
2882
2882
|
fixedContentType?: string | undefined;
|
|
2883
2883
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -2987,7 +2987,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
2987
2987
|
layoutGridRowField?: string | undefined;
|
|
2988
2988
|
layoutGridColumnField?: string | undefined;
|
|
2989
2989
|
layoutGridMaxRows?: number | undefined;
|
|
2990
|
-
iconPickerPreset?: "cta" | undefined;
|
|
2990
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
2991
2991
|
contentTypeField?: string | undefined;
|
|
2992
2992
|
fixedContentType?: string | undefined;
|
|
2993
2993
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3093,7 +3093,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3093
3093
|
layoutGridRowField?: string | undefined;
|
|
3094
3094
|
layoutGridColumnField?: string | undefined;
|
|
3095
3095
|
layoutGridMaxRows?: number | undefined;
|
|
3096
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3096
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3097
3097
|
contentTypeField?: string | undefined;
|
|
3098
3098
|
fixedContentType?: string | undefined;
|
|
3099
3099
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3201,7 +3201,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3201
3201
|
layoutGridRowField?: string | undefined;
|
|
3202
3202
|
layoutGridColumnField?: string | undefined;
|
|
3203
3203
|
layoutGridMaxRows?: number | undefined;
|
|
3204
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3204
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3205
3205
|
contentTypeField?: string | undefined;
|
|
3206
3206
|
fixedContentType?: string | undefined;
|
|
3207
3207
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3307,7 +3307,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3307
3307
|
layoutGridRowField?: string | undefined;
|
|
3308
3308
|
layoutGridColumnField?: string | undefined;
|
|
3309
3309
|
layoutGridMaxRows?: number | undefined;
|
|
3310
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3310
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3311
3311
|
contentTypeField?: string | undefined;
|
|
3312
3312
|
fixedContentType?: string | undefined;
|
|
3313
3313
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3431,7 +3431,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3431
3431
|
layoutGridRowField?: string | undefined;
|
|
3432
3432
|
layoutGridColumnField?: string | undefined;
|
|
3433
3433
|
layoutGridMaxRows?: number | undefined;
|
|
3434
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3434
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3435
3435
|
contentTypeField?: string | undefined;
|
|
3436
3436
|
fixedContentType?: string | undefined;
|
|
3437
3437
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3546,7 +3546,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3546
3546
|
layoutGridRowField?: string | undefined;
|
|
3547
3547
|
layoutGridColumnField?: string | undefined;
|
|
3548
3548
|
layoutGridMaxRows?: number | undefined;
|
|
3549
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3549
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3550
3550
|
contentTypeField?: string | undefined;
|
|
3551
3551
|
fixedContentType?: string | undefined;
|
|
3552
3552
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3653,7 +3653,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3653
3653
|
layoutGridRowField?: string | undefined;
|
|
3654
3654
|
layoutGridColumnField?: string | undefined;
|
|
3655
3655
|
layoutGridMaxRows?: number | undefined;
|
|
3656
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3656
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3657
3657
|
contentTypeField?: string | undefined;
|
|
3658
3658
|
fixedContentType?: string | undefined;
|
|
3659
3659
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3760,7 +3760,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3760
3760
|
layoutGridRowField?: string | undefined;
|
|
3761
3761
|
layoutGridColumnField?: string | undefined;
|
|
3762
3762
|
layoutGridMaxRows?: number | undefined;
|
|
3763
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3763
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3764
3764
|
contentTypeField?: string | undefined;
|
|
3765
3765
|
fixedContentType?: string | undefined;
|
|
3766
3766
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3868,7 +3868,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3868
3868
|
layoutGridRowField?: string | undefined;
|
|
3869
3869
|
layoutGridColumnField?: string | undefined;
|
|
3870
3870
|
layoutGridMaxRows?: number | undefined;
|
|
3871
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3871
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3872
3872
|
contentTypeField?: string | undefined;
|
|
3873
3873
|
fixedContentType?: string | undefined;
|
|
3874
3874
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -3974,7 +3974,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
3974
3974
|
layoutGridRowField?: string | undefined;
|
|
3975
3975
|
layoutGridColumnField?: string | undefined;
|
|
3976
3976
|
layoutGridMaxRows?: number | undefined;
|
|
3977
|
-
iconPickerPreset?: "cta" | undefined;
|
|
3977
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
3978
3978
|
contentTypeField?: string | undefined;
|
|
3979
3979
|
fixedContentType?: string | undefined;
|
|
3980
3980
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4080,7 +4080,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4080
4080
|
layoutGridRowField?: string | undefined;
|
|
4081
4081
|
layoutGridColumnField?: string | undefined;
|
|
4082
4082
|
layoutGridMaxRows?: number | undefined;
|
|
4083
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4083
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4084
4084
|
contentTypeField?: string | undefined;
|
|
4085
4085
|
fixedContentType?: string | undefined;
|
|
4086
4086
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4186,7 +4186,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4186
4186
|
layoutGridRowField?: string | undefined;
|
|
4187
4187
|
layoutGridColumnField?: string | undefined;
|
|
4188
4188
|
layoutGridMaxRows?: number | undefined;
|
|
4189
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4189
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4190
4190
|
contentTypeField?: string | undefined;
|
|
4191
4191
|
fixedContentType?: string | undefined;
|
|
4192
4192
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4292,7 +4292,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4292
4292
|
layoutGridRowField?: string | undefined;
|
|
4293
4293
|
layoutGridColumnField?: string | undefined;
|
|
4294
4294
|
layoutGridMaxRows?: number | undefined;
|
|
4295
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4295
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4296
4296
|
contentTypeField?: string | undefined;
|
|
4297
4297
|
fixedContentType?: string | undefined;
|
|
4298
4298
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4398,7 +4398,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4398
4398
|
layoutGridRowField?: string | undefined;
|
|
4399
4399
|
layoutGridColumnField?: string | undefined;
|
|
4400
4400
|
layoutGridMaxRows?: number | undefined;
|
|
4401
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4401
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4402
4402
|
contentTypeField?: string | undefined;
|
|
4403
4403
|
fixedContentType?: string | undefined;
|
|
4404
4404
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4508,7 +4508,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4508
4508
|
layoutGridRowField?: string | undefined;
|
|
4509
4509
|
layoutGridColumnField?: string | undefined;
|
|
4510
4510
|
layoutGridMaxRows?: number | undefined;
|
|
4511
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4511
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4512
4512
|
contentTypeField?: string | undefined;
|
|
4513
4513
|
fixedContentType?: string | undefined;
|
|
4514
4514
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4614,7 +4614,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4614
4614
|
layoutGridRowField?: string | undefined;
|
|
4615
4615
|
layoutGridColumnField?: string | undefined;
|
|
4616
4616
|
layoutGridMaxRows?: number | undefined;
|
|
4617
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4617
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4618
4618
|
contentTypeField?: string | undefined;
|
|
4619
4619
|
fixedContentType?: string | undefined;
|
|
4620
4620
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4722,7 +4722,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4722
4722
|
layoutGridRowField?: string | undefined;
|
|
4723
4723
|
layoutGridColumnField?: string | undefined;
|
|
4724
4724
|
layoutGridMaxRows?: number | undefined;
|
|
4725
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4725
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4726
4726
|
contentTypeField?: string | undefined;
|
|
4727
4727
|
fixedContentType?: string | undefined;
|
|
4728
4728
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4828,7 +4828,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4828
4828
|
layoutGridRowField?: string | undefined;
|
|
4829
4829
|
layoutGridColumnField?: string | undefined;
|
|
4830
4830
|
layoutGridMaxRows?: number | undefined;
|
|
4831
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4831
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4832
4832
|
contentTypeField?: string | undefined;
|
|
4833
4833
|
fixedContentType?: string | undefined;
|
|
4834
4834
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -4941,7 +4941,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
4941
4941
|
layoutGridRowField?: string | undefined;
|
|
4942
4942
|
layoutGridColumnField?: string | undefined;
|
|
4943
4943
|
layoutGridMaxRows?: number | undefined;
|
|
4944
|
-
iconPickerPreset?: "cta" | undefined;
|
|
4944
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
4945
4945
|
contentTypeField?: string | undefined;
|
|
4946
4946
|
fixedContentType?: string | undefined;
|
|
4947
4947
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5053,7 +5053,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5053
5053
|
layoutGridRowField?: string | undefined;
|
|
5054
5054
|
layoutGridColumnField?: string | undefined;
|
|
5055
5055
|
layoutGridMaxRows?: number | undefined;
|
|
5056
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5056
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5057
5057
|
contentTypeField?: string | undefined;
|
|
5058
5058
|
fixedContentType?: string | undefined;
|
|
5059
5059
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5159,7 +5159,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5159
5159
|
layoutGridRowField?: string | undefined;
|
|
5160
5160
|
layoutGridColumnField?: string | undefined;
|
|
5161
5161
|
layoutGridMaxRows?: number | undefined;
|
|
5162
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5162
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5163
5163
|
contentTypeField?: string | undefined;
|
|
5164
5164
|
fixedContentType?: string | undefined;
|
|
5165
5165
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5268,7 +5268,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5268
5268
|
layoutGridRowField?: string | undefined;
|
|
5269
5269
|
layoutGridColumnField?: string | undefined;
|
|
5270
5270
|
layoutGridMaxRows?: number | undefined;
|
|
5271
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5271
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5272
5272
|
contentTypeField?: string | undefined;
|
|
5273
5273
|
fixedContentType?: string | undefined;
|
|
5274
5274
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5379,7 +5379,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5379
5379
|
layoutGridRowField?: string | undefined;
|
|
5380
5380
|
layoutGridColumnField?: string | undefined;
|
|
5381
5381
|
layoutGridMaxRows?: number | undefined;
|
|
5382
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5382
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5383
5383
|
contentTypeField?: string | undefined;
|
|
5384
5384
|
fixedContentType?: string | undefined;
|
|
5385
5385
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5491,7 +5491,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5491
5491
|
layoutGridRowField?: string | undefined;
|
|
5492
5492
|
layoutGridColumnField?: string | undefined;
|
|
5493
5493
|
layoutGridMaxRows?: number | undefined;
|
|
5494
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5494
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5495
5495
|
contentTypeField?: string | undefined;
|
|
5496
5496
|
fixedContentType?: string | undefined;
|
|
5497
5497
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5597,7 +5597,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5597
5597
|
layoutGridRowField?: string | undefined;
|
|
5598
5598
|
layoutGridColumnField?: string | undefined;
|
|
5599
5599
|
layoutGridMaxRows?: number | undefined;
|
|
5600
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5600
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5601
5601
|
contentTypeField?: string | undefined;
|
|
5602
5602
|
fixedContentType?: string | undefined;
|
|
5603
5603
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5703,7 +5703,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5703
5703
|
layoutGridRowField?: string | undefined;
|
|
5704
5704
|
layoutGridColumnField?: string | undefined;
|
|
5705
5705
|
layoutGridMaxRows?: number | undefined;
|
|
5706
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5706
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5707
5707
|
contentTypeField?: string | undefined;
|
|
5708
5708
|
fixedContentType?: string | undefined;
|
|
5709
5709
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5824,7 +5824,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5824
5824
|
layoutGridRowField?: string | undefined;
|
|
5825
5825
|
layoutGridColumnField?: string | undefined;
|
|
5826
5826
|
layoutGridMaxRows?: number | undefined;
|
|
5827
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5827
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5828
5828
|
contentTypeField?: string | undefined;
|
|
5829
5829
|
fixedContentType?: string | undefined;
|
|
5830
5830
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -5939,7 +5939,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
5939
5939
|
layoutGridRowField?: string | undefined;
|
|
5940
5940
|
layoutGridColumnField?: string | undefined;
|
|
5941
5941
|
layoutGridMaxRows?: number | undefined;
|
|
5942
|
-
iconPickerPreset?: "cta" | undefined;
|
|
5942
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
5943
5943
|
contentTypeField?: string | undefined;
|
|
5944
5944
|
fixedContentType?: string | undefined;
|
|
5945
5945
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6046,7 +6046,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6046
6046
|
layoutGridRowField?: string | undefined;
|
|
6047
6047
|
layoutGridColumnField?: string | undefined;
|
|
6048
6048
|
layoutGridMaxRows?: number | undefined;
|
|
6049
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6049
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6050
6050
|
contentTypeField?: string | undefined;
|
|
6051
6051
|
fixedContentType?: string | undefined;
|
|
6052
6052
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6153,7 +6153,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6153
6153
|
layoutGridRowField?: string | undefined;
|
|
6154
6154
|
layoutGridColumnField?: string | undefined;
|
|
6155
6155
|
layoutGridMaxRows?: number | undefined;
|
|
6156
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6156
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6157
6157
|
contentTypeField?: string | undefined;
|
|
6158
6158
|
fixedContentType?: string | undefined;
|
|
6159
6159
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6261,7 +6261,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6261
6261
|
layoutGridRowField?: string | undefined;
|
|
6262
6262
|
layoutGridColumnField?: string | undefined;
|
|
6263
6263
|
layoutGridMaxRows?: number | undefined;
|
|
6264
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6264
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6265
6265
|
contentTypeField?: string | undefined;
|
|
6266
6266
|
fixedContentType?: string | undefined;
|
|
6267
6267
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6367,7 +6367,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6367
6367
|
layoutGridRowField?: string | undefined;
|
|
6368
6368
|
layoutGridColumnField?: string | undefined;
|
|
6369
6369
|
layoutGridMaxRows?: number | undefined;
|
|
6370
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6370
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6371
6371
|
contentTypeField?: string | undefined;
|
|
6372
6372
|
fixedContentType?: string | undefined;
|
|
6373
6373
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6473,7 +6473,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6473
6473
|
layoutGridRowField?: string | undefined;
|
|
6474
6474
|
layoutGridColumnField?: string | undefined;
|
|
6475
6475
|
layoutGridMaxRows?: number | undefined;
|
|
6476
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6476
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6477
6477
|
contentTypeField?: string | undefined;
|
|
6478
6478
|
fixedContentType?: string | undefined;
|
|
6479
6479
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6579,7 +6579,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6579
6579
|
layoutGridRowField?: string | undefined;
|
|
6580
6580
|
layoutGridColumnField?: string | undefined;
|
|
6581
6581
|
layoutGridMaxRows?: number | undefined;
|
|
6582
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6582
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6583
6583
|
contentTypeField?: string | undefined;
|
|
6584
6584
|
fixedContentType?: string | undefined;
|
|
6585
6585
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6685,7 +6685,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6685
6685
|
layoutGridRowField?: string | undefined;
|
|
6686
6686
|
layoutGridColumnField?: string | undefined;
|
|
6687
6687
|
layoutGridMaxRows?: number | undefined;
|
|
6688
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6688
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6689
6689
|
contentTypeField?: string | undefined;
|
|
6690
6690
|
fixedContentType?: string | undefined;
|
|
6691
6691
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6791,7 +6791,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6791
6791
|
layoutGridRowField?: string | undefined;
|
|
6792
6792
|
layoutGridColumnField?: string | undefined;
|
|
6793
6793
|
layoutGridMaxRows?: number | undefined;
|
|
6794
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6794
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6795
6795
|
contentTypeField?: string | undefined;
|
|
6796
6796
|
fixedContentType?: string | undefined;
|
|
6797
6797
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -6901,7 +6901,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
6901
6901
|
layoutGridRowField?: string | undefined;
|
|
6902
6902
|
layoutGridColumnField?: string | undefined;
|
|
6903
6903
|
layoutGridMaxRows?: number | undefined;
|
|
6904
|
-
iconPickerPreset?: "cta" | undefined;
|
|
6904
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
6905
6905
|
contentTypeField?: string | undefined;
|
|
6906
6906
|
fixedContentType?: string | undefined;
|
|
6907
6907
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7007,7 +7007,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7007
7007
|
layoutGridRowField?: string | undefined;
|
|
7008
7008
|
layoutGridColumnField?: string | undefined;
|
|
7009
7009
|
layoutGridMaxRows?: number | undefined;
|
|
7010
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7010
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7011
7011
|
contentTypeField?: string | undefined;
|
|
7012
7012
|
fixedContentType?: string | undefined;
|
|
7013
7013
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7115,7 +7115,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7115
7115
|
layoutGridRowField?: string | undefined;
|
|
7116
7116
|
layoutGridColumnField?: string | undefined;
|
|
7117
7117
|
layoutGridMaxRows?: number | undefined;
|
|
7118
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7118
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7119
7119
|
contentTypeField?: string | undefined;
|
|
7120
7120
|
fixedContentType?: string | undefined;
|
|
7121
7121
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7221,7 +7221,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7221
7221
|
layoutGridRowField?: string | undefined;
|
|
7222
7222
|
layoutGridColumnField?: string | undefined;
|
|
7223
7223
|
layoutGridMaxRows?: number | undefined;
|
|
7224
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7224
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7225
7225
|
contentTypeField?: string | undefined;
|
|
7226
7226
|
fixedContentType?: string | undefined;
|
|
7227
7227
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7343,7 +7343,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7343
7343
|
layoutGridRowField?: string | undefined;
|
|
7344
7344
|
layoutGridColumnField?: string | undefined;
|
|
7345
7345
|
layoutGridMaxRows?: number | undefined;
|
|
7346
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7346
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7347
7347
|
contentTypeField?: string | undefined;
|
|
7348
7348
|
fixedContentType?: string | undefined;
|
|
7349
7349
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7458,7 +7458,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7458
7458
|
layoutGridRowField?: string | undefined;
|
|
7459
7459
|
layoutGridColumnField?: string | undefined;
|
|
7460
7460
|
layoutGridMaxRows?: number | undefined;
|
|
7461
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7461
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7462
7462
|
contentTypeField?: string | undefined;
|
|
7463
7463
|
fixedContentType?: string | undefined;
|
|
7464
7464
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7565,7 +7565,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7565
7565
|
layoutGridRowField?: string | undefined;
|
|
7566
7566
|
layoutGridColumnField?: string | undefined;
|
|
7567
7567
|
layoutGridMaxRows?: number | undefined;
|
|
7568
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7568
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7569
7569
|
contentTypeField?: string | undefined;
|
|
7570
7570
|
fixedContentType?: string | undefined;
|
|
7571
7571
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7672,7 +7672,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7672
7672
|
layoutGridRowField?: string | undefined;
|
|
7673
7673
|
layoutGridColumnField?: string | undefined;
|
|
7674
7674
|
layoutGridMaxRows?: number | undefined;
|
|
7675
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7675
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7676
7676
|
contentTypeField?: string | undefined;
|
|
7677
7677
|
fixedContentType?: string | undefined;
|
|
7678
7678
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7780,7 +7780,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7780
7780
|
layoutGridRowField?: string | undefined;
|
|
7781
7781
|
layoutGridColumnField?: string | undefined;
|
|
7782
7782
|
layoutGridMaxRows?: number | undefined;
|
|
7783
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7783
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7784
7784
|
contentTypeField?: string | undefined;
|
|
7785
7785
|
fixedContentType?: string | undefined;
|
|
7786
7786
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7886,7 +7886,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7886
7886
|
layoutGridRowField?: string | undefined;
|
|
7887
7887
|
layoutGridColumnField?: string | undefined;
|
|
7888
7888
|
layoutGridMaxRows?: number | undefined;
|
|
7889
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7889
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7890
7890
|
contentTypeField?: string | undefined;
|
|
7891
7891
|
fixedContentType?: string | undefined;
|
|
7892
7892
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -7992,7 +7992,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
7992
7992
|
layoutGridRowField?: string | undefined;
|
|
7993
7993
|
layoutGridColumnField?: string | undefined;
|
|
7994
7994
|
layoutGridMaxRows?: number | undefined;
|
|
7995
|
-
iconPickerPreset?: "cta" | undefined;
|
|
7995
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
7996
7996
|
contentTypeField?: string | undefined;
|
|
7997
7997
|
fixedContentType?: string | undefined;
|
|
7998
7998
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8098,7 +8098,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8098
8098
|
layoutGridRowField?: string | undefined;
|
|
8099
8099
|
layoutGridColumnField?: string | undefined;
|
|
8100
8100
|
layoutGridMaxRows?: number | undefined;
|
|
8101
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8101
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8102
8102
|
contentTypeField?: string | undefined;
|
|
8103
8103
|
fixedContentType?: string | undefined;
|
|
8104
8104
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8204,7 +8204,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8204
8204
|
layoutGridRowField?: string | undefined;
|
|
8205
8205
|
layoutGridColumnField?: string | undefined;
|
|
8206
8206
|
layoutGridMaxRows?: number | undefined;
|
|
8207
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8207
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8208
8208
|
contentTypeField?: string | undefined;
|
|
8209
8209
|
fixedContentType?: string | undefined;
|
|
8210
8210
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8310,7 +8310,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8310
8310
|
layoutGridRowField?: string | undefined;
|
|
8311
8311
|
layoutGridColumnField?: string | undefined;
|
|
8312
8312
|
layoutGridMaxRows?: number | undefined;
|
|
8313
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8313
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8314
8314
|
contentTypeField?: string | undefined;
|
|
8315
8315
|
fixedContentType?: string | undefined;
|
|
8316
8316
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8420,7 +8420,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8420
8420
|
layoutGridRowField?: string | undefined;
|
|
8421
8421
|
layoutGridColumnField?: string | undefined;
|
|
8422
8422
|
layoutGridMaxRows?: number | undefined;
|
|
8423
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8423
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8424
8424
|
contentTypeField?: string | undefined;
|
|
8425
8425
|
fixedContentType?: string | undefined;
|
|
8426
8426
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8526,7 +8526,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8526
8526
|
layoutGridRowField?: string | undefined;
|
|
8527
8527
|
layoutGridColumnField?: string | undefined;
|
|
8528
8528
|
layoutGridMaxRows?: number | undefined;
|
|
8529
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8529
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8530
8530
|
contentTypeField?: string | undefined;
|
|
8531
8531
|
fixedContentType?: string | undefined;
|
|
8532
8532
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8634,7 +8634,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8634
8634
|
layoutGridRowField?: string | undefined;
|
|
8635
8635
|
layoutGridColumnField?: string | undefined;
|
|
8636
8636
|
layoutGridMaxRows?: number | undefined;
|
|
8637
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8637
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8638
8638
|
contentTypeField?: string | undefined;
|
|
8639
8639
|
fixedContentType?: string | undefined;
|
|
8640
8640
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8740,7 +8740,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8740
8740
|
layoutGridRowField?: string | undefined;
|
|
8741
8741
|
layoutGridColumnField?: string | undefined;
|
|
8742
8742
|
layoutGridMaxRows?: number | undefined;
|
|
8743
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8743
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8744
8744
|
contentTypeField?: string | undefined;
|
|
8745
8745
|
fixedContentType?: string | undefined;
|
|
8746
8746
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8853,7 +8853,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8853
8853
|
layoutGridRowField?: string | undefined;
|
|
8854
8854
|
layoutGridColumnField?: string | undefined;
|
|
8855
8855
|
layoutGridMaxRows?: number | undefined;
|
|
8856
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8856
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8857
8857
|
contentTypeField?: string | undefined;
|
|
8858
8858
|
fixedContentType?: string | undefined;
|
|
8859
8859
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -8965,7 +8965,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
8965
8965
|
layoutGridRowField?: string | undefined;
|
|
8966
8966
|
layoutGridColumnField?: string | undefined;
|
|
8967
8967
|
layoutGridMaxRows?: number | undefined;
|
|
8968
|
-
iconPickerPreset?: "cta" | undefined;
|
|
8968
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
8969
8969
|
contentTypeField?: string | undefined;
|
|
8970
8970
|
fixedContentType?: string | undefined;
|
|
8971
8971
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9071,7 +9071,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9071
9071
|
layoutGridRowField?: string | undefined;
|
|
9072
9072
|
layoutGridColumnField?: string | undefined;
|
|
9073
9073
|
layoutGridMaxRows?: number | undefined;
|
|
9074
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9074
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9075
9075
|
contentTypeField?: string | undefined;
|
|
9076
9076
|
fixedContentType?: string | undefined;
|
|
9077
9077
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9177,7 +9177,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9177
9177
|
layoutGridRowField?: string | undefined;
|
|
9178
9178
|
layoutGridColumnField?: string | undefined;
|
|
9179
9179
|
layoutGridMaxRows?: number | undefined;
|
|
9180
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9180
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9181
9181
|
contentTypeField?: string | undefined;
|
|
9182
9182
|
fixedContentType?: string | undefined;
|
|
9183
9183
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9287,7 +9287,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9287
9287
|
layoutGridRowField?: string | undefined;
|
|
9288
9288
|
layoutGridColumnField?: string | undefined;
|
|
9289
9289
|
layoutGridMaxRows?: number | undefined;
|
|
9290
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9290
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9291
9291
|
contentTypeField?: string | undefined;
|
|
9292
9292
|
fixedContentType?: string | undefined;
|
|
9293
9293
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9399,7 +9399,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9399
9399
|
layoutGridRowField?: string | undefined;
|
|
9400
9400
|
layoutGridColumnField?: string | undefined;
|
|
9401
9401
|
layoutGridMaxRows?: number | undefined;
|
|
9402
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9402
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9403
9403
|
contentTypeField?: string | undefined;
|
|
9404
9404
|
fixedContentType?: string | undefined;
|
|
9405
9405
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9505,7 +9505,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9505
9505
|
layoutGridRowField?: string | undefined;
|
|
9506
9506
|
layoutGridColumnField?: string | undefined;
|
|
9507
9507
|
layoutGridMaxRows?: number | undefined;
|
|
9508
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9508
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9509
9509
|
contentTypeField?: string | undefined;
|
|
9510
9510
|
fixedContentType?: string | undefined;
|
|
9511
9511
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9614,7 +9614,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9614
9614
|
layoutGridRowField?: string | undefined;
|
|
9615
9615
|
layoutGridColumnField?: string | undefined;
|
|
9616
9616
|
layoutGridMaxRows?: number | undefined;
|
|
9617
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9617
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9618
9618
|
contentTypeField?: string | undefined;
|
|
9619
9619
|
fixedContentType?: string | undefined;
|
|
9620
9620
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9725,7 +9725,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9725
9725
|
layoutGridRowField?: string | undefined;
|
|
9726
9726
|
layoutGridColumnField?: string | undefined;
|
|
9727
9727
|
layoutGridMaxRows?: number | undefined;
|
|
9728
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9728
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9729
9729
|
contentTypeField?: string | undefined;
|
|
9730
9730
|
fixedContentType?: string | undefined;
|
|
9731
9731
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9837,7 +9837,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9837
9837
|
layoutGridRowField?: string | undefined;
|
|
9838
9838
|
layoutGridColumnField?: string | undefined;
|
|
9839
9839
|
layoutGridMaxRows?: number | undefined;
|
|
9840
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9840
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9841
9841
|
contentTypeField?: string | undefined;
|
|
9842
9842
|
fixedContentType?: string | undefined;
|
|
9843
9843
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -9943,7 +9943,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
9943
9943
|
layoutGridRowField?: string | undefined;
|
|
9944
9944
|
layoutGridColumnField?: string | undefined;
|
|
9945
9945
|
layoutGridMaxRows?: number | undefined;
|
|
9946
|
-
iconPickerPreset?: "cta" | undefined;
|
|
9946
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
9947
9947
|
contentTypeField?: string | undefined;
|
|
9948
9948
|
fixedContentType?: string | undefined;
|
|
9949
9949
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10056,7 +10056,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10056
10056
|
layoutGridRowField?: string | undefined;
|
|
10057
10057
|
layoutGridColumnField?: string | undefined;
|
|
10058
10058
|
layoutGridMaxRows?: number | undefined;
|
|
10059
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10059
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10060
10060
|
contentTypeField?: string | undefined;
|
|
10061
10061
|
fixedContentType?: string | undefined;
|
|
10062
10062
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10163,7 +10163,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10163
10163
|
layoutGridRowField?: string | undefined;
|
|
10164
10164
|
layoutGridColumnField?: string | undefined;
|
|
10165
10165
|
layoutGridMaxRows?: number | undefined;
|
|
10166
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10166
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10167
10167
|
contentTypeField?: string | undefined;
|
|
10168
10168
|
fixedContentType?: string | undefined;
|
|
10169
10169
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10270,7 +10270,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10270
10270
|
layoutGridRowField?: string | undefined;
|
|
10271
10271
|
layoutGridColumnField?: string | undefined;
|
|
10272
10272
|
layoutGridMaxRows?: number | undefined;
|
|
10273
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10273
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10274
10274
|
contentTypeField?: string | undefined;
|
|
10275
10275
|
fixedContentType?: string | undefined;
|
|
10276
10276
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10378,7 +10378,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10378
10378
|
layoutGridRowField?: string | undefined;
|
|
10379
10379
|
layoutGridColumnField?: string | undefined;
|
|
10380
10380
|
layoutGridMaxRows?: number | undefined;
|
|
10381
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10381
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10382
10382
|
contentTypeField?: string | undefined;
|
|
10383
10383
|
fixedContentType?: string | undefined;
|
|
10384
10384
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10484,7 +10484,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10484
10484
|
layoutGridRowField?: string | undefined;
|
|
10485
10485
|
layoutGridColumnField?: string | undefined;
|
|
10486
10486
|
layoutGridMaxRows?: number | undefined;
|
|
10487
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10487
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10488
10488
|
contentTypeField?: string | undefined;
|
|
10489
10489
|
fixedContentType?: string | undefined;
|
|
10490
10490
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10590,7 +10590,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10590
10590
|
layoutGridRowField?: string | undefined;
|
|
10591
10591
|
layoutGridColumnField?: string | undefined;
|
|
10592
10592
|
layoutGridMaxRows?: number | undefined;
|
|
10593
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10593
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10594
10594
|
contentTypeField?: string | undefined;
|
|
10595
10595
|
fixedContentType?: string | undefined;
|
|
10596
10596
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10696,7 +10696,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10696
10696
|
layoutGridRowField?: string | undefined;
|
|
10697
10697
|
layoutGridColumnField?: string | undefined;
|
|
10698
10698
|
layoutGridMaxRows?: number | undefined;
|
|
10699
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10699
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10700
10700
|
contentTypeField?: string | undefined;
|
|
10701
10701
|
fixedContentType?: string | undefined;
|
|
10702
10702
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10802,7 +10802,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10802
10802
|
layoutGridRowField?: string | undefined;
|
|
10803
10803
|
layoutGridColumnField?: string | undefined;
|
|
10804
10804
|
layoutGridMaxRows?: number | undefined;
|
|
10805
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10805
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10806
10806
|
contentTypeField?: string | undefined;
|
|
10807
10807
|
fixedContentType?: string | undefined;
|
|
10808
10808
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -10908,7 +10908,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
10908
10908
|
layoutGridRowField?: string | undefined;
|
|
10909
10909
|
layoutGridColumnField?: string | undefined;
|
|
10910
10910
|
layoutGridMaxRows?: number | undefined;
|
|
10911
|
-
iconPickerPreset?: "cta" | undefined;
|
|
10911
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
10912
10912
|
contentTypeField?: string | undefined;
|
|
10913
10913
|
fixedContentType?: string | undefined;
|
|
10914
10914
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11018,7 +11018,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11018
11018
|
layoutGridRowField?: string | undefined;
|
|
11019
11019
|
layoutGridColumnField?: string | undefined;
|
|
11020
11020
|
layoutGridMaxRows?: number | undefined;
|
|
11021
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11021
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11022
11022
|
contentTypeField?: string | undefined;
|
|
11023
11023
|
fixedContentType?: string | undefined;
|
|
11024
11024
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11124,7 +11124,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11124
11124
|
layoutGridRowField?: string | undefined;
|
|
11125
11125
|
layoutGridColumnField?: string | undefined;
|
|
11126
11126
|
layoutGridMaxRows?: number | undefined;
|
|
11127
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11127
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11128
11128
|
contentTypeField?: string | undefined;
|
|
11129
11129
|
fixedContentType?: string | undefined;
|
|
11130
11130
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11232,7 +11232,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11232
11232
|
layoutGridRowField?: string | undefined;
|
|
11233
11233
|
layoutGridColumnField?: string | undefined;
|
|
11234
11234
|
layoutGridMaxRows?: number | undefined;
|
|
11235
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11235
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11236
11236
|
contentTypeField?: string | undefined;
|
|
11237
11237
|
fixedContentType?: string | undefined;
|
|
11238
11238
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11338,7 +11338,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11338
11338
|
layoutGridRowField?: string | undefined;
|
|
11339
11339
|
layoutGridColumnField?: string | undefined;
|
|
11340
11340
|
layoutGridMaxRows?: number | undefined;
|
|
11341
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11341
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11342
11342
|
contentTypeField?: string | undefined;
|
|
11343
11343
|
fixedContentType?: string | undefined;
|
|
11344
11344
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11460,7 +11460,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11460
11460
|
layoutGridRowField?: string | undefined;
|
|
11461
11461
|
layoutGridColumnField?: string | undefined;
|
|
11462
11462
|
layoutGridMaxRows?: number | undefined;
|
|
11463
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11463
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11464
11464
|
contentTypeField?: string | undefined;
|
|
11465
11465
|
fixedContentType?: string | undefined;
|
|
11466
11466
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11570,7 +11570,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11570
11570
|
layoutGridRowField?: string | undefined;
|
|
11571
11571
|
layoutGridColumnField?: string | undefined;
|
|
11572
11572
|
layoutGridMaxRows?: number | undefined;
|
|
11573
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11573
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11574
11574
|
contentTypeField?: string | undefined;
|
|
11575
11575
|
fixedContentType?: string | undefined;
|
|
11576
11576
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11692,7 +11692,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11692
11692
|
layoutGridRowField?: string | undefined;
|
|
11693
11693
|
layoutGridColumnField?: string | undefined;
|
|
11694
11694
|
layoutGridMaxRows?: number | undefined;
|
|
11695
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11695
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11696
11696
|
contentTypeField?: string | undefined;
|
|
11697
11697
|
fixedContentType?: string | undefined;
|
|
11698
11698
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11807,7 +11807,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11807
11807
|
layoutGridRowField?: string | undefined;
|
|
11808
11808
|
layoutGridColumnField?: string | undefined;
|
|
11809
11809
|
layoutGridMaxRows?: number | undefined;
|
|
11810
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11810
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11811
11811
|
contentTypeField?: string | undefined;
|
|
11812
11812
|
fixedContentType?: string | undefined;
|
|
11813
11813
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -11914,7 +11914,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
11914
11914
|
layoutGridRowField?: string | undefined;
|
|
11915
11915
|
layoutGridColumnField?: string | undefined;
|
|
11916
11916
|
layoutGridMaxRows?: number | undefined;
|
|
11917
|
-
iconPickerPreset?: "cta" | undefined;
|
|
11917
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
11918
11918
|
contentTypeField?: string | undefined;
|
|
11919
11919
|
fixedContentType?: string | undefined;
|
|
11920
11920
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12021,7 +12021,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12021
12021
|
layoutGridRowField?: string | undefined;
|
|
12022
12022
|
layoutGridColumnField?: string | undefined;
|
|
12023
12023
|
layoutGridMaxRows?: number | undefined;
|
|
12024
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12024
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12025
12025
|
contentTypeField?: string | undefined;
|
|
12026
12026
|
fixedContentType?: string | undefined;
|
|
12027
12027
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12129,7 +12129,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12129
12129
|
layoutGridRowField?: string | undefined;
|
|
12130
12130
|
layoutGridColumnField?: string | undefined;
|
|
12131
12131
|
layoutGridMaxRows?: number | undefined;
|
|
12132
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12132
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12133
12133
|
contentTypeField?: string | undefined;
|
|
12134
12134
|
fixedContentType?: string | undefined;
|
|
12135
12135
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12235,7 +12235,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12235
12235
|
layoutGridRowField?: string | undefined;
|
|
12236
12236
|
layoutGridColumnField?: string | undefined;
|
|
12237
12237
|
layoutGridMaxRows?: number | undefined;
|
|
12238
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12238
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12239
12239
|
contentTypeField?: string | undefined;
|
|
12240
12240
|
fixedContentType?: string | undefined;
|
|
12241
12241
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12341,7 +12341,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12341
12341
|
layoutGridRowField?: string | undefined;
|
|
12342
12342
|
layoutGridColumnField?: string | undefined;
|
|
12343
12343
|
layoutGridMaxRows?: number | undefined;
|
|
12344
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12344
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12345
12345
|
contentTypeField?: string | undefined;
|
|
12346
12346
|
fixedContentType?: string | undefined;
|
|
12347
12347
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12447,7 +12447,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12447
12447
|
layoutGridRowField?: string | undefined;
|
|
12448
12448
|
layoutGridColumnField?: string | undefined;
|
|
12449
12449
|
layoutGridMaxRows?: number | undefined;
|
|
12450
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12450
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12451
12451
|
contentTypeField?: string | undefined;
|
|
12452
12452
|
fixedContentType?: string | undefined;
|
|
12453
12453
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12553,7 +12553,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12553
12553
|
layoutGridRowField?: string | undefined;
|
|
12554
12554
|
layoutGridColumnField?: string | undefined;
|
|
12555
12555
|
layoutGridMaxRows?: number | undefined;
|
|
12556
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12556
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12557
12557
|
contentTypeField?: string | undefined;
|
|
12558
12558
|
fixedContentType?: string | undefined;
|
|
12559
12559
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12659,7 +12659,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12659
12659
|
layoutGridRowField?: string | undefined;
|
|
12660
12660
|
layoutGridColumnField?: string | undefined;
|
|
12661
12661
|
layoutGridMaxRows?: number | undefined;
|
|
12662
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12662
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12663
12663
|
contentTypeField?: string | undefined;
|
|
12664
12664
|
fixedContentType?: string | undefined;
|
|
12665
12665
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12769,7 +12769,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12769
12769
|
layoutGridRowField?: string | undefined;
|
|
12770
12770
|
layoutGridColumnField?: string | undefined;
|
|
12771
12771
|
layoutGridMaxRows?: number | undefined;
|
|
12772
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12772
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12773
12773
|
contentTypeField?: string | undefined;
|
|
12774
12774
|
fixedContentType?: string | undefined;
|
|
12775
12775
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12875,7 +12875,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12875
12875
|
layoutGridRowField?: string | undefined;
|
|
12876
12876
|
layoutGridColumnField?: string | undefined;
|
|
12877
12877
|
layoutGridMaxRows?: number | undefined;
|
|
12878
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12878
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12879
12879
|
contentTypeField?: string | undefined;
|
|
12880
12880
|
fixedContentType?: string | undefined;
|
|
12881
12881
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -12983,7 +12983,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
12983
12983
|
layoutGridRowField?: string | undefined;
|
|
12984
12984
|
layoutGridColumnField?: string | undefined;
|
|
12985
12985
|
layoutGridMaxRows?: number | undefined;
|
|
12986
|
-
iconPickerPreset?: "cta" | undefined;
|
|
12986
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
12987
12987
|
contentTypeField?: string | undefined;
|
|
12988
12988
|
fixedContentType?: string | undefined;
|
|
12989
12989
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13089,7 +13089,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13089
13089
|
layoutGridRowField?: string | undefined;
|
|
13090
13090
|
layoutGridColumnField?: string | undefined;
|
|
13091
13091
|
layoutGridMaxRows?: number | undefined;
|
|
13092
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13092
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13093
13093
|
contentTypeField?: string | undefined;
|
|
13094
13094
|
fixedContentType?: string | undefined;
|
|
13095
13095
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13213,7 +13213,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13213
13213
|
layoutGridRowField?: string | undefined;
|
|
13214
13214
|
layoutGridColumnField?: string | undefined;
|
|
13215
13215
|
layoutGridMaxRows?: number | undefined;
|
|
13216
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13216
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13217
13217
|
contentTypeField?: string | undefined;
|
|
13218
13218
|
fixedContentType?: string | undefined;
|
|
13219
13219
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13328,7 +13328,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13328
13328
|
layoutGridRowField?: string | undefined;
|
|
13329
13329
|
layoutGridColumnField?: string | undefined;
|
|
13330
13330
|
layoutGridMaxRows?: number | undefined;
|
|
13331
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13331
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13332
13332
|
contentTypeField?: string | undefined;
|
|
13333
13333
|
fixedContentType?: string | undefined;
|
|
13334
13334
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13435,7 +13435,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13435
13435
|
layoutGridRowField?: string | undefined;
|
|
13436
13436
|
layoutGridColumnField?: string | undefined;
|
|
13437
13437
|
layoutGridMaxRows?: number | undefined;
|
|
13438
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13438
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13439
13439
|
contentTypeField?: string | undefined;
|
|
13440
13440
|
fixedContentType?: string | undefined;
|
|
13441
13441
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13542,7 +13542,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13542
13542
|
layoutGridRowField?: string | undefined;
|
|
13543
13543
|
layoutGridColumnField?: string | undefined;
|
|
13544
13544
|
layoutGridMaxRows?: number | undefined;
|
|
13545
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13545
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13546
13546
|
contentTypeField?: string | undefined;
|
|
13547
13547
|
fixedContentType?: string | undefined;
|
|
13548
13548
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13650,7 +13650,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13650
13650
|
layoutGridRowField?: string | undefined;
|
|
13651
13651
|
layoutGridColumnField?: string | undefined;
|
|
13652
13652
|
layoutGridMaxRows?: number | undefined;
|
|
13653
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13653
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13654
13654
|
contentTypeField?: string | undefined;
|
|
13655
13655
|
fixedContentType?: string | undefined;
|
|
13656
13656
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13756,7 +13756,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13756
13756
|
layoutGridRowField?: string | undefined;
|
|
13757
13757
|
layoutGridColumnField?: string | undefined;
|
|
13758
13758
|
layoutGridMaxRows?: number | undefined;
|
|
13759
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13759
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13760
13760
|
contentTypeField?: string | undefined;
|
|
13761
13761
|
fixedContentType?: string | undefined;
|
|
13762
13762
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13862,7 +13862,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13862
13862
|
layoutGridRowField?: string | undefined;
|
|
13863
13863
|
layoutGridColumnField?: string | undefined;
|
|
13864
13864
|
layoutGridMaxRows?: number | undefined;
|
|
13865
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13865
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13866
13866
|
contentTypeField?: string | undefined;
|
|
13867
13867
|
fixedContentType?: string | undefined;
|
|
13868
13868
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -13968,7 +13968,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
13968
13968
|
layoutGridRowField?: string | undefined;
|
|
13969
13969
|
layoutGridColumnField?: string | undefined;
|
|
13970
13970
|
layoutGridMaxRows?: number | undefined;
|
|
13971
|
-
iconPickerPreset?: "cta" | undefined;
|
|
13971
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
13972
13972
|
contentTypeField?: string | undefined;
|
|
13973
13973
|
fixedContentType?: string | undefined;
|
|
13974
13974
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14074,7 +14074,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14074
14074
|
layoutGridRowField?: string | undefined;
|
|
14075
14075
|
layoutGridColumnField?: string | undefined;
|
|
14076
14076
|
layoutGridMaxRows?: number | undefined;
|
|
14077
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14077
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14078
14078
|
contentTypeField?: string | undefined;
|
|
14079
14079
|
fixedContentType?: string | undefined;
|
|
14080
14080
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14180,7 +14180,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14180
14180
|
layoutGridRowField?: string | undefined;
|
|
14181
14181
|
layoutGridColumnField?: string | undefined;
|
|
14182
14182
|
layoutGridMaxRows?: number | undefined;
|
|
14183
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14183
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14184
14184
|
contentTypeField?: string | undefined;
|
|
14185
14185
|
fixedContentType?: string | undefined;
|
|
14186
14186
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14290,7 +14290,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14290
14290
|
layoutGridRowField?: string | undefined;
|
|
14291
14291
|
layoutGridColumnField?: string | undefined;
|
|
14292
14292
|
layoutGridMaxRows?: number | undefined;
|
|
14293
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14293
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14294
14294
|
contentTypeField?: string | undefined;
|
|
14295
14295
|
fixedContentType?: string | undefined;
|
|
14296
14296
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14396,7 +14396,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14396
14396
|
layoutGridRowField?: string | undefined;
|
|
14397
14397
|
layoutGridColumnField?: string | undefined;
|
|
14398
14398
|
layoutGridMaxRows?: number | undefined;
|
|
14399
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14399
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14400
14400
|
contentTypeField?: string | undefined;
|
|
14401
14401
|
fixedContentType?: string | undefined;
|
|
14402
14402
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14504,7 +14504,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14504
14504
|
layoutGridRowField?: string | undefined;
|
|
14505
14505
|
layoutGridColumnField?: string | undefined;
|
|
14506
14506
|
layoutGridMaxRows?: number | undefined;
|
|
14507
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14507
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14508
14508
|
contentTypeField?: string | undefined;
|
|
14509
14509
|
fixedContentType?: string | undefined;
|
|
14510
14510
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14610,7 +14610,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14610
14610
|
layoutGridRowField?: string | undefined;
|
|
14611
14611
|
layoutGridColumnField?: string | undefined;
|
|
14612
14612
|
layoutGridMaxRows?: number | undefined;
|
|
14613
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14613
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14614
14614
|
contentTypeField?: string | undefined;
|
|
14615
14615
|
fixedContentType?: string | undefined;
|
|
14616
14616
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14723,7 +14723,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14723
14723
|
layoutGridRowField?: string | undefined;
|
|
14724
14724
|
layoutGridColumnField?: string | undefined;
|
|
14725
14725
|
layoutGridMaxRows?: number | undefined;
|
|
14726
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14726
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14727
14727
|
contentTypeField?: string | undefined;
|
|
14728
14728
|
fixedContentType?: string | undefined;
|
|
14729
14729
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14835,7 +14835,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14835
14835
|
layoutGridRowField?: string | undefined;
|
|
14836
14836
|
layoutGridColumnField?: string | undefined;
|
|
14837
14837
|
layoutGridMaxRows?: number | undefined;
|
|
14838
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14838
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14839
14839
|
contentTypeField?: string | undefined;
|
|
14840
14840
|
fixedContentType?: string | undefined;
|
|
14841
14841
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -14941,7 +14941,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
14941
14941
|
layoutGridRowField?: string | undefined;
|
|
14942
14942
|
layoutGridColumnField?: string | undefined;
|
|
14943
14943
|
layoutGridMaxRows?: number | undefined;
|
|
14944
|
-
iconPickerPreset?: "cta" | undefined;
|
|
14944
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
14945
14945
|
contentTypeField?: string | undefined;
|
|
14946
14946
|
fixedContentType?: string | undefined;
|
|
14947
14947
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15050,7 +15050,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15050
15050
|
layoutGridRowField?: string | undefined;
|
|
15051
15051
|
layoutGridColumnField?: string | undefined;
|
|
15052
15052
|
layoutGridMaxRows?: number | undefined;
|
|
15053
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15053
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15054
15054
|
contentTypeField?: string | undefined;
|
|
15055
15055
|
fixedContentType?: string | undefined;
|
|
15056
15056
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15161,7 +15161,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15161
15161
|
layoutGridRowField?: string | undefined;
|
|
15162
15162
|
layoutGridColumnField?: string | undefined;
|
|
15163
15163
|
layoutGridMaxRows?: number | undefined;
|
|
15164
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15164
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15165
15165
|
contentTypeField?: string | undefined;
|
|
15166
15166
|
fixedContentType?: string | undefined;
|
|
15167
15167
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15273,7 +15273,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15273
15273
|
layoutGridRowField?: string | undefined;
|
|
15274
15274
|
layoutGridColumnField?: string | undefined;
|
|
15275
15275
|
layoutGridMaxRows?: number | undefined;
|
|
15276
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15276
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15277
15277
|
contentTypeField?: string | undefined;
|
|
15278
15278
|
fixedContentType?: string | undefined;
|
|
15279
15279
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15379,7 +15379,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15379
15379
|
layoutGridRowField?: string | undefined;
|
|
15380
15380
|
layoutGridColumnField?: string | undefined;
|
|
15381
15381
|
layoutGridMaxRows?: number | undefined;
|
|
15382
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15382
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15383
15383
|
contentTypeField?: string | undefined;
|
|
15384
15384
|
fixedContentType?: string | undefined;
|
|
15385
15385
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15492,7 +15492,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15492
15492
|
layoutGridRowField?: string | undefined;
|
|
15493
15493
|
layoutGridColumnField?: string | undefined;
|
|
15494
15494
|
layoutGridMaxRows?: number | undefined;
|
|
15495
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15495
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15496
15496
|
contentTypeField?: string | undefined;
|
|
15497
15497
|
fixedContentType?: string | undefined;
|
|
15498
15498
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15599,7 +15599,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15599
15599
|
layoutGridRowField?: string | undefined;
|
|
15600
15600
|
layoutGridColumnField?: string | undefined;
|
|
15601
15601
|
layoutGridMaxRows?: number | undefined;
|
|
15602
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15602
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15603
15603
|
contentTypeField?: string | undefined;
|
|
15604
15604
|
fixedContentType?: string | undefined;
|
|
15605
15605
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15706,7 +15706,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15706
15706
|
layoutGridRowField?: string | undefined;
|
|
15707
15707
|
layoutGridColumnField?: string | undefined;
|
|
15708
15708
|
layoutGridMaxRows?: number | undefined;
|
|
15709
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15709
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15710
15710
|
contentTypeField?: string | undefined;
|
|
15711
15711
|
fixedContentType?: string | undefined;
|
|
15712
15712
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15814,7 +15814,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15814
15814
|
layoutGridRowField?: string | undefined;
|
|
15815
15815
|
layoutGridColumnField?: string | undefined;
|
|
15816
15816
|
layoutGridMaxRows?: number | undefined;
|
|
15817
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15817
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15818
15818
|
contentTypeField?: string | undefined;
|
|
15819
15819
|
fixedContentType?: string | undefined;
|
|
15820
15820
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -15920,7 +15920,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
15920
15920
|
layoutGridRowField?: string | undefined;
|
|
15921
15921
|
layoutGridColumnField?: string | undefined;
|
|
15922
15922
|
layoutGridMaxRows?: number | undefined;
|
|
15923
|
-
iconPickerPreset?: "cta" | undefined;
|
|
15923
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
15924
15924
|
contentTypeField?: string | undefined;
|
|
15925
15925
|
fixedContentType?: string | undefined;
|
|
15926
15926
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16026,7 +16026,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16026
16026
|
layoutGridRowField?: string | undefined;
|
|
16027
16027
|
layoutGridColumnField?: string | undefined;
|
|
16028
16028
|
layoutGridMaxRows?: number | undefined;
|
|
16029
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16029
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16030
16030
|
contentTypeField?: string | undefined;
|
|
16031
16031
|
fixedContentType?: string | undefined;
|
|
16032
16032
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16132,7 +16132,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16132
16132
|
layoutGridRowField?: string | undefined;
|
|
16133
16133
|
layoutGridColumnField?: string | undefined;
|
|
16134
16134
|
layoutGridMaxRows?: number | undefined;
|
|
16135
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16135
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16136
16136
|
contentTypeField?: string | undefined;
|
|
16137
16137
|
fixedContentType?: string | undefined;
|
|
16138
16138
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16238,7 +16238,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16238
16238
|
layoutGridRowField?: string | undefined;
|
|
16239
16239
|
layoutGridColumnField?: string | undefined;
|
|
16240
16240
|
layoutGridMaxRows?: number | undefined;
|
|
16241
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16241
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16242
16242
|
contentTypeField?: string | undefined;
|
|
16243
16243
|
fixedContentType?: string | undefined;
|
|
16244
16244
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16344,7 +16344,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16344
16344
|
layoutGridRowField?: string | undefined;
|
|
16345
16345
|
layoutGridColumnField?: string | undefined;
|
|
16346
16346
|
layoutGridMaxRows?: number | undefined;
|
|
16347
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16347
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16348
16348
|
contentTypeField?: string | undefined;
|
|
16349
16349
|
fixedContentType?: string | undefined;
|
|
16350
16350
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16454,7 +16454,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16454
16454
|
layoutGridRowField?: string | undefined;
|
|
16455
16455
|
layoutGridColumnField?: string | undefined;
|
|
16456
16456
|
layoutGridMaxRows?: number | undefined;
|
|
16457
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16457
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16458
16458
|
contentTypeField?: string | undefined;
|
|
16459
16459
|
fixedContentType?: string | undefined;
|
|
16460
16460
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16560,7 +16560,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16560
16560
|
layoutGridRowField?: string | undefined;
|
|
16561
16561
|
layoutGridColumnField?: string | undefined;
|
|
16562
16562
|
layoutGridMaxRows?: number | undefined;
|
|
16563
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16563
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16564
16564
|
contentTypeField?: string | undefined;
|
|
16565
16565
|
fixedContentType?: string | undefined;
|
|
16566
16566
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16668,7 +16668,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16668
16668
|
layoutGridRowField?: string | undefined;
|
|
16669
16669
|
layoutGridColumnField?: string | undefined;
|
|
16670
16670
|
layoutGridMaxRows?: number | undefined;
|
|
16671
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16671
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16672
16672
|
contentTypeField?: string | undefined;
|
|
16673
16673
|
fixedContentType?: string | undefined;
|
|
16674
16674
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16774,7 +16774,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16774
16774
|
layoutGridRowField?: string | undefined;
|
|
16775
16775
|
layoutGridColumnField?: string | undefined;
|
|
16776
16776
|
layoutGridMaxRows?: number | undefined;
|
|
16777
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16777
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16778
16778
|
contentTypeField?: string | undefined;
|
|
16779
16779
|
fixedContentType?: string | undefined;
|
|
16780
16780
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -16898,7 +16898,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
16898
16898
|
layoutGridRowField?: string | undefined;
|
|
16899
16899
|
layoutGridColumnField?: string | undefined;
|
|
16900
16900
|
layoutGridMaxRows?: number | undefined;
|
|
16901
|
-
iconPickerPreset?: "cta" | undefined;
|
|
16901
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
16902
16902
|
contentTypeField?: string | undefined;
|
|
16903
16903
|
fixedContentType?: string | undefined;
|
|
16904
16904
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17008,7 +17008,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17008
17008
|
layoutGridRowField?: string | undefined;
|
|
17009
17009
|
layoutGridColumnField?: string | undefined;
|
|
17010
17010
|
layoutGridMaxRows?: number | undefined;
|
|
17011
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17011
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17012
17012
|
contentTypeField?: string | undefined;
|
|
17013
17013
|
fixedContentType?: string | undefined;
|
|
17014
17014
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17130,7 +17130,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17130
17130
|
layoutGridRowField?: string | undefined;
|
|
17131
17131
|
layoutGridColumnField?: string | undefined;
|
|
17132
17132
|
layoutGridMaxRows?: number | undefined;
|
|
17133
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17133
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17134
17134
|
contentTypeField?: string | undefined;
|
|
17135
17135
|
fixedContentType?: string | undefined;
|
|
17136
17136
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17245,7 +17245,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17245
17245
|
layoutGridRowField?: string | undefined;
|
|
17246
17246
|
layoutGridColumnField?: string | undefined;
|
|
17247
17247
|
layoutGridMaxRows?: number | undefined;
|
|
17248
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17248
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17249
17249
|
contentTypeField?: string | undefined;
|
|
17250
17250
|
fixedContentType?: string | undefined;
|
|
17251
17251
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17352,7 +17352,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17352
17352
|
layoutGridRowField?: string | undefined;
|
|
17353
17353
|
layoutGridColumnField?: string | undefined;
|
|
17354
17354
|
layoutGridMaxRows?: number | undefined;
|
|
17355
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17355
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17356
17356
|
contentTypeField?: string | undefined;
|
|
17357
17357
|
fixedContentType?: string | undefined;
|
|
17358
17358
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17459,7 +17459,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17459
17459
|
layoutGridRowField?: string | undefined;
|
|
17460
17460
|
layoutGridColumnField?: string | undefined;
|
|
17461
17461
|
layoutGridMaxRows?: number | undefined;
|
|
17462
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17462
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17463
17463
|
contentTypeField?: string | undefined;
|
|
17464
17464
|
fixedContentType?: string | undefined;
|
|
17465
17465
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17567,7 +17567,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17567
17567
|
layoutGridRowField?: string | undefined;
|
|
17568
17568
|
layoutGridColumnField?: string | undefined;
|
|
17569
17569
|
layoutGridMaxRows?: number | undefined;
|
|
17570
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17570
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17571
17571
|
contentTypeField?: string | undefined;
|
|
17572
17572
|
fixedContentType?: string | undefined;
|
|
17573
17573
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17673,7 +17673,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17673
17673
|
layoutGridRowField?: string | undefined;
|
|
17674
17674
|
layoutGridColumnField?: string | undefined;
|
|
17675
17675
|
layoutGridMaxRows?: number | undefined;
|
|
17676
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17676
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17677
17677
|
contentTypeField?: string | undefined;
|
|
17678
17678
|
fixedContentType?: string | undefined;
|
|
17679
17679
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17779,7 +17779,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17779
17779
|
layoutGridRowField?: string | undefined;
|
|
17780
17780
|
layoutGridColumnField?: string | undefined;
|
|
17781
17781
|
layoutGridMaxRows?: number | undefined;
|
|
17782
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17782
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17783
17783
|
contentTypeField?: string | undefined;
|
|
17784
17784
|
fixedContentType?: string | undefined;
|
|
17785
17785
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17885,7 +17885,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17885
17885
|
layoutGridRowField?: string | undefined;
|
|
17886
17886
|
layoutGridColumnField?: string | undefined;
|
|
17887
17887
|
layoutGridMaxRows?: number | undefined;
|
|
17888
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17888
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17889
17889
|
contentTypeField?: string | undefined;
|
|
17890
17890
|
fixedContentType?: string | undefined;
|
|
17891
17891
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -17991,7 +17991,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
17991
17991
|
layoutGridRowField?: string | undefined;
|
|
17992
17992
|
layoutGridColumnField?: string | undefined;
|
|
17993
17993
|
layoutGridMaxRows?: number | undefined;
|
|
17994
|
-
iconPickerPreset?: "cta" | undefined;
|
|
17994
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
17995
17995
|
contentTypeField?: string | undefined;
|
|
17996
17996
|
fixedContentType?: string | undefined;
|
|
17997
17997
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18097,7 +18097,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18097
18097
|
layoutGridRowField?: string | undefined;
|
|
18098
18098
|
layoutGridColumnField?: string | undefined;
|
|
18099
18099
|
layoutGridMaxRows?: number | undefined;
|
|
18100
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18100
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18101
18101
|
contentTypeField?: string | undefined;
|
|
18102
18102
|
fixedContentType?: string | undefined;
|
|
18103
18103
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18207,7 +18207,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18207
18207
|
layoutGridRowField?: string | undefined;
|
|
18208
18208
|
layoutGridColumnField?: string | undefined;
|
|
18209
18209
|
layoutGridMaxRows?: number | undefined;
|
|
18210
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18210
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18211
18211
|
contentTypeField?: string | undefined;
|
|
18212
18212
|
fixedContentType?: string | undefined;
|
|
18213
18213
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18313,7 +18313,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18313
18313
|
layoutGridRowField?: string | undefined;
|
|
18314
18314
|
layoutGridColumnField?: string | undefined;
|
|
18315
18315
|
layoutGridMaxRows?: number | undefined;
|
|
18316
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18316
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18317
18317
|
contentTypeField?: string | undefined;
|
|
18318
18318
|
fixedContentType?: string | undefined;
|
|
18319
18319
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18421,7 +18421,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18421
18421
|
layoutGridRowField?: string | undefined;
|
|
18422
18422
|
layoutGridColumnField?: string | undefined;
|
|
18423
18423
|
layoutGridMaxRows?: number | undefined;
|
|
18424
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18424
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18425
18425
|
contentTypeField?: string | undefined;
|
|
18426
18426
|
fixedContentType?: string | undefined;
|
|
18427
18427
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18527,7 +18527,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18527
18527
|
layoutGridRowField?: string | undefined;
|
|
18528
18528
|
layoutGridColumnField?: string | undefined;
|
|
18529
18529
|
layoutGridMaxRows?: number | undefined;
|
|
18530
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18530
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18531
18531
|
contentTypeField?: string | undefined;
|
|
18532
18532
|
fixedContentType?: string | undefined;
|
|
18533
18533
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18640,7 +18640,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18640
18640
|
layoutGridRowField?: string | undefined;
|
|
18641
18641
|
layoutGridColumnField?: string | undefined;
|
|
18642
18642
|
layoutGridMaxRows?: number | undefined;
|
|
18643
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18643
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18644
18644
|
contentTypeField?: string | undefined;
|
|
18645
18645
|
fixedContentType?: string | undefined;
|
|
18646
18646
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18752,7 +18752,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18752
18752
|
layoutGridRowField?: string | undefined;
|
|
18753
18753
|
layoutGridColumnField?: string | undefined;
|
|
18754
18754
|
layoutGridMaxRows?: number | undefined;
|
|
18755
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18755
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18756
18756
|
contentTypeField?: string | undefined;
|
|
18757
18757
|
fixedContentType?: string | undefined;
|
|
18758
18758
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18858,7 +18858,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18858
18858
|
layoutGridRowField?: string | undefined;
|
|
18859
18859
|
layoutGridColumnField?: string | undefined;
|
|
18860
18860
|
layoutGridMaxRows?: number | undefined;
|
|
18861
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18861
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18862
18862
|
contentTypeField?: string | undefined;
|
|
18863
18863
|
fixedContentType?: string | undefined;
|
|
18864
18864
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -18971,7 +18971,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
18971
18971
|
layoutGridRowField?: string | undefined;
|
|
18972
18972
|
layoutGridColumnField?: string | undefined;
|
|
18973
18973
|
layoutGridMaxRows?: number | undefined;
|
|
18974
|
-
iconPickerPreset?: "cta" | undefined;
|
|
18974
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
18975
18975
|
contentTypeField?: string | undefined;
|
|
18976
18976
|
fixedContentType?: string | undefined;
|
|
18977
18977
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19078,7 +19078,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19078
19078
|
layoutGridRowField?: string | undefined;
|
|
19079
19079
|
layoutGridColumnField?: string | undefined;
|
|
19080
19080
|
layoutGridMaxRows?: number | undefined;
|
|
19081
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19081
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19082
19082
|
contentTypeField?: string | undefined;
|
|
19083
19083
|
fixedContentType?: string | undefined;
|
|
19084
19084
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19185,7 +19185,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19185
19185
|
layoutGridRowField?: string | undefined;
|
|
19186
19186
|
layoutGridColumnField?: string | undefined;
|
|
19187
19187
|
layoutGridMaxRows?: number | undefined;
|
|
19188
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19188
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19189
19189
|
contentTypeField?: string | undefined;
|
|
19190
19190
|
fixedContentType?: string | undefined;
|
|
19191
19191
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19293,7 +19293,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19293
19293
|
layoutGridRowField?: string | undefined;
|
|
19294
19294
|
layoutGridColumnField?: string | undefined;
|
|
19295
19295
|
layoutGridMaxRows?: number | undefined;
|
|
19296
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19296
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19297
19297
|
contentTypeField?: string | undefined;
|
|
19298
19298
|
fixedContentType?: string | undefined;
|
|
19299
19299
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19399,7 +19399,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19399
19399
|
layoutGridRowField?: string | undefined;
|
|
19400
19400
|
layoutGridColumnField?: string | undefined;
|
|
19401
19401
|
layoutGridMaxRows?: number | undefined;
|
|
19402
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19402
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19403
19403
|
contentTypeField?: string | undefined;
|
|
19404
19404
|
fixedContentType?: string | undefined;
|
|
19405
19405
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19505,7 +19505,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19505
19505
|
layoutGridRowField?: string | undefined;
|
|
19506
19506
|
layoutGridColumnField?: string | undefined;
|
|
19507
19507
|
layoutGridMaxRows?: number | undefined;
|
|
19508
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19508
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19509
19509
|
contentTypeField?: string | undefined;
|
|
19510
19510
|
fixedContentType?: string | undefined;
|
|
19511
19511
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19611,7 +19611,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19611
19611
|
layoutGridRowField?: string | undefined;
|
|
19612
19612
|
layoutGridColumnField?: string | undefined;
|
|
19613
19613
|
layoutGridMaxRows?: number | undefined;
|
|
19614
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19614
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19615
19615
|
contentTypeField?: string | undefined;
|
|
19616
19616
|
fixedContentType?: string | undefined;
|
|
19617
19617
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19717,7 +19717,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19717
19717
|
layoutGridRowField?: string | undefined;
|
|
19718
19718
|
layoutGridColumnField?: string | undefined;
|
|
19719
19719
|
layoutGridMaxRows?: number | undefined;
|
|
19720
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19720
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19721
19721
|
contentTypeField?: string | undefined;
|
|
19722
19722
|
fixedContentType?: string | undefined;
|
|
19723
19723
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19823,7 +19823,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19823
19823
|
layoutGridRowField?: string | undefined;
|
|
19824
19824
|
layoutGridColumnField?: string | undefined;
|
|
19825
19825
|
layoutGridMaxRows?: number | undefined;
|
|
19826
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19826
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19827
19827
|
contentTypeField?: string | undefined;
|
|
19828
19828
|
fixedContentType?: string | undefined;
|
|
19829
19829
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -19933,7 +19933,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
19933
19933
|
layoutGridRowField?: string | undefined;
|
|
19934
19934
|
layoutGridColumnField?: string | undefined;
|
|
19935
19935
|
layoutGridMaxRows?: number | undefined;
|
|
19936
|
-
iconPickerPreset?: "cta" | undefined;
|
|
19936
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
19937
19937
|
contentTypeField?: string | undefined;
|
|
19938
19938
|
fixedContentType?: string | undefined;
|
|
19939
19939
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20039,7 +20039,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20039
20039
|
layoutGridRowField?: string | undefined;
|
|
20040
20040
|
layoutGridColumnField?: string | undefined;
|
|
20041
20041
|
layoutGridMaxRows?: number | undefined;
|
|
20042
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20042
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20043
20043
|
contentTypeField?: string | undefined;
|
|
20044
20044
|
fixedContentType?: string | undefined;
|
|
20045
20045
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20147,7 +20147,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20147
20147
|
layoutGridRowField?: string | undefined;
|
|
20148
20148
|
layoutGridColumnField?: string | undefined;
|
|
20149
20149
|
layoutGridMaxRows?: number | undefined;
|
|
20150
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20150
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20151
20151
|
contentTypeField?: string | undefined;
|
|
20152
20152
|
fixedContentType?: string | undefined;
|
|
20153
20153
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20253,7 +20253,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20253
20253
|
layoutGridRowField?: string | undefined;
|
|
20254
20254
|
layoutGridColumnField?: string | undefined;
|
|
20255
20255
|
layoutGridMaxRows?: number | undefined;
|
|
20256
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20256
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20257
20257
|
contentTypeField?: string | undefined;
|
|
20258
20258
|
fixedContentType?: string | undefined;
|
|
20259
20259
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20366,7 +20366,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20366
20366
|
layoutGridRowField?: string | undefined;
|
|
20367
20367
|
layoutGridColumnField?: string | undefined;
|
|
20368
20368
|
layoutGridMaxRows?: number | undefined;
|
|
20369
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20369
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20370
20370
|
contentTypeField?: string | undefined;
|
|
20371
20371
|
fixedContentType?: string | undefined;
|
|
20372
20372
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20478,7 +20478,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20478
20478
|
layoutGridRowField?: string | undefined;
|
|
20479
20479
|
layoutGridColumnField?: string | undefined;
|
|
20480
20480
|
layoutGridMaxRows?: number | undefined;
|
|
20481
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20481
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20482
20482
|
contentTypeField?: string | undefined;
|
|
20483
20483
|
fixedContentType?: string | undefined;
|
|
20484
20484
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20584,7 +20584,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20584
20584
|
layoutGridRowField?: string | undefined;
|
|
20585
20585
|
layoutGridColumnField?: string | undefined;
|
|
20586
20586
|
layoutGridMaxRows?: number | undefined;
|
|
20587
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20587
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20588
20588
|
contentTypeField?: string | undefined;
|
|
20589
20589
|
fixedContentType?: string | undefined;
|
|
20590
20590
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20693,7 +20693,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20693
20693
|
layoutGridRowField?: string | undefined;
|
|
20694
20694
|
layoutGridColumnField?: string | undefined;
|
|
20695
20695
|
layoutGridMaxRows?: number | undefined;
|
|
20696
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20696
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20697
20697
|
contentTypeField?: string | undefined;
|
|
20698
20698
|
fixedContentType?: string | undefined;
|
|
20699
20699
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20804,7 +20804,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20804
20804
|
layoutGridRowField?: string | undefined;
|
|
20805
20805
|
layoutGridColumnField?: string | undefined;
|
|
20806
20806
|
layoutGridMaxRows?: number | undefined;
|
|
20807
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20807
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20808
20808
|
contentTypeField?: string | undefined;
|
|
20809
20809
|
fixedContentType?: string | undefined;
|
|
20810
20810
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -20916,7 +20916,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
20916
20916
|
layoutGridRowField?: string | undefined;
|
|
20917
20917
|
layoutGridColumnField?: string | undefined;
|
|
20918
20918
|
layoutGridMaxRows?: number | undefined;
|
|
20919
|
-
iconPickerPreset?: "cta" | undefined;
|
|
20919
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
20920
20920
|
contentTypeField?: string | undefined;
|
|
20921
20921
|
fixedContentType?: string | undefined;
|
|
20922
20922
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21022,7 +21022,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21022
21022
|
layoutGridRowField?: string | undefined;
|
|
21023
21023
|
layoutGridColumnField?: string | undefined;
|
|
21024
21024
|
layoutGridMaxRows?: number | undefined;
|
|
21025
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21025
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21026
21026
|
contentTypeField?: string | undefined;
|
|
21027
21027
|
fixedContentType?: string | undefined;
|
|
21028
21028
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21128,7 +21128,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21128
21128
|
layoutGridRowField?: string | undefined;
|
|
21129
21129
|
layoutGridColumnField?: string | undefined;
|
|
21130
21130
|
layoutGridMaxRows?: number | undefined;
|
|
21131
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21131
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21132
21132
|
contentTypeField?: string | undefined;
|
|
21133
21133
|
fixedContentType?: string | undefined;
|
|
21134
21134
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21249,7 +21249,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21249
21249
|
layoutGridRowField?: string | undefined;
|
|
21250
21250
|
layoutGridColumnField?: string | undefined;
|
|
21251
21251
|
layoutGridMaxRows?: number | undefined;
|
|
21252
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21252
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21253
21253
|
contentTypeField?: string | undefined;
|
|
21254
21254
|
fixedContentType?: string | undefined;
|
|
21255
21255
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21359,7 +21359,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21359
21359
|
layoutGridRowField?: string | undefined;
|
|
21360
21360
|
layoutGridColumnField?: string | undefined;
|
|
21361
21361
|
layoutGridMaxRows?: number | undefined;
|
|
21362
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21362
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21363
21363
|
contentTypeField?: string | undefined;
|
|
21364
21364
|
fixedContentType?: string | undefined;
|
|
21365
21365
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21481,7 +21481,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21481
21481
|
layoutGridRowField?: string | undefined;
|
|
21482
21482
|
layoutGridColumnField?: string | undefined;
|
|
21483
21483
|
layoutGridMaxRows?: number | undefined;
|
|
21484
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21484
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21485
21485
|
contentTypeField?: string | undefined;
|
|
21486
21486
|
fixedContentType?: string | undefined;
|
|
21487
21487
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21596,7 +21596,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21596
21596
|
layoutGridRowField?: string | undefined;
|
|
21597
21597
|
layoutGridColumnField?: string | undefined;
|
|
21598
21598
|
layoutGridMaxRows?: number | undefined;
|
|
21599
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21599
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21600
21600
|
contentTypeField?: string | undefined;
|
|
21601
21601
|
fixedContentType?: string | undefined;
|
|
21602
21602
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21703,7 +21703,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21703
21703
|
layoutGridRowField?: string | undefined;
|
|
21704
21704
|
layoutGridColumnField?: string | undefined;
|
|
21705
21705
|
layoutGridMaxRows?: number | undefined;
|
|
21706
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21706
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21707
21707
|
contentTypeField?: string | undefined;
|
|
21708
21708
|
fixedContentType?: string | undefined;
|
|
21709
21709
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21810,7 +21810,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21810
21810
|
layoutGridRowField?: string | undefined;
|
|
21811
21811
|
layoutGridColumnField?: string | undefined;
|
|
21812
21812
|
layoutGridMaxRows?: number | undefined;
|
|
21813
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21813
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21814
21814
|
contentTypeField?: string | undefined;
|
|
21815
21815
|
fixedContentType?: string | undefined;
|
|
21816
21816
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -21918,7 +21918,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
21918
21918
|
layoutGridRowField?: string | undefined;
|
|
21919
21919
|
layoutGridColumnField?: string | undefined;
|
|
21920
21920
|
layoutGridMaxRows?: number | undefined;
|
|
21921
|
-
iconPickerPreset?: "cta" | undefined;
|
|
21921
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
21922
21922
|
contentTypeField?: string | undefined;
|
|
21923
21923
|
fixedContentType?: string | undefined;
|
|
21924
21924
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22024,7 +22024,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22024
22024
|
layoutGridRowField?: string | undefined;
|
|
22025
22025
|
layoutGridColumnField?: string | undefined;
|
|
22026
22026
|
layoutGridMaxRows?: number | undefined;
|
|
22027
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22027
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22028
22028
|
contentTypeField?: string | undefined;
|
|
22029
22029
|
fixedContentType?: string | undefined;
|
|
22030
22030
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22130,7 +22130,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22130
22130
|
layoutGridRowField?: string | undefined;
|
|
22131
22131
|
layoutGridColumnField?: string | undefined;
|
|
22132
22132
|
layoutGridMaxRows?: number | undefined;
|
|
22133
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22133
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22134
22134
|
contentTypeField?: string | undefined;
|
|
22135
22135
|
fixedContentType?: string | undefined;
|
|
22136
22136
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22236,7 +22236,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22236
22236
|
layoutGridRowField?: string | undefined;
|
|
22237
22237
|
layoutGridColumnField?: string | undefined;
|
|
22238
22238
|
layoutGridMaxRows?: number | undefined;
|
|
22239
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22239
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22240
22240
|
contentTypeField?: string | undefined;
|
|
22241
22241
|
fixedContentType?: string | undefined;
|
|
22242
22242
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22342,7 +22342,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22342
22342
|
layoutGridRowField?: string | undefined;
|
|
22343
22343
|
layoutGridColumnField?: string | undefined;
|
|
22344
22344
|
layoutGridMaxRows?: number | undefined;
|
|
22345
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22345
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22346
22346
|
contentTypeField?: string | undefined;
|
|
22347
22347
|
fixedContentType?: string | undefined;
|
|
22348
22348
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22448,7 +22448,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22448
22448
|
layoutGridRowField?: string | undefined;
|
|
22449
22449
|
layoutGridColumnField?: string | undefined;
|
|
22450
22450
|
layoutGridMaxRows?: number | undefined;
|
|
22451
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22451
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22452
22452
|
contentTypeField?: string | undefined;
|
|
22453
22453
|
fixedContentType?: string | undefined;
|
|
22454
22454
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22558,7 +22558,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22558
22558
|
layoutGridRowField?: string | undefined;
|
|
22559
22559
|
layoutGridColumnField?: string | undefined;
|
|
22560
22560
|
layoutGridMaxRows?: number | undefined;
|
|
22561
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22561
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22562
22562
|
contentTypeField?: string | undefined;
|
|
22563
22563
|
fixedContentType?: string | undefined;
|
|
22564
22564
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22664,7 +22664,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22664
22664
|
layoutGridRowField?: string | undefined;
|
|
22665
22665
|
layoutGridColumnField?: string | undefined;
|
|
22666
22666
|
layoutGridMaxRows?: number | undefined;
|
|
22667
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22667
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22668
22668
|
contentTypeField?: string | undefined;
|
|
22669
22669
|
fixedContentType?: string | undefined;
|
|
22670
22670
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22772,7 +22772,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22772
22772
|
layoutGridRowField?: string | undefined;
|
|
22773
22773
|
layoutGridColumnField?: string | undefined;
|
|
22774
22774
|
layoutGridMaxRows?: number | undefined;
|
|
22775
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22775
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22776
22776
|
contentTypeField?: string | undefined;
|
|
22777
22777
|
fixedContentType?: string | undefined;
|
|
22778
22778
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -22878,7 +22878,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
22878
22878
|
layoutGridRowField?: string | undefined;
|
|
22879
22879
|
layoutGridColumnField?: string | undefined;
|
|
22880
22880
|
layoutGridMaxRows?: number | undefined;
|
|
22881
|
-
iconPickerPreset?: "cta" | undefined;
|
|
22881
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
22882
22882
|
contentTypeField?: string | undefined;
|
|
22883
22883
|
fixedContentType?: string | undefined;
|
|
22884
22884
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23000,7 +23000,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23000
23000
|
layoutGridRowField?: string | undefined;
|
|
23001
23001
|
layoutGridColumnField?: string | undefined;
|
|
23002
23002
|
layoutGridMaxRows?: number | undefined;
|
|
23003
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23003
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23004
23004
|
contentTypeField?: string | undefined;
|
|
23005
23005
|
fixedContentType?: string | undefined;
|
|
23006
23006
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23115,7 +23115,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23115
23115
|
layoutGridRowField?: string | undefined;
|
|
23116
23116
|
layoutGridColumnField?: string | undefined;
|
|
23117
23117
|
layoutGridMaxRows?: number | undefined;
|
|
23118
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23118
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23119
23119
|
contentTypeField?: string | undefined;
|
|
23120
23120
|
fixedContentType?: string | undefined;
|
|
23121
23121
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23222,7 +23222,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23222
23222
|
layoutGridRowField?: string | undefined;
|
|
23223
23223
|
layoutGridColumnField?: string | undefined;
|
|
23224
23224
|
layoutGridMaxRows?: number | undefined;
|
|
23225
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23225
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23226
23226
|
contentTypeField?: string | undefined;
|
|
23227
23227
|
fixedContentType?: string | undefined;
|
|
23228
23228
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23329,7 +23329,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23329
23329
|
layoutGridRowField?: string | undefined;
|
|
23330
23330
|
layoutGridColumnField?: string | undefined;
|
|
23331
23331
|
layoutGridMaxRows?: number | undefined;
|
|
23332
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23332
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23333
23333
|
contentTypeField?: string | undefined;
|
|
23334
23334
|
fixedContentType?: string | undefined;
|
|
23335
23335
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23437,7 +23437,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23437
23437
|
layoutGridRowField?: string | undefined;
|
|
23438
23438
|
layoutGridColumnField?: string | undefined;
|
|
23439
23439
|
layoutGridMaxRows?: number | undefined;
|
|
23440
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23440
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23441
23441
|
contentTypeField?: string | undefined;
|
|
23442
23442
|
fixedContentType?: string | undefined;
|
|
23443
23443
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23543,7 +23543,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23543
23543
|
layoutGridRowField?: string | undefined;
|
|
23544
23544
|
layoutGridColumnField?: string | undefined;
|
|
23545
23545
|
layoutGridMaxRows?: number | undefined;
|
|
23546
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23546
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23547
23547
|
contentTypeField?: string | undefined;
|
|
23548
23548
|
fixedContentType?: string | undefined;
|
|
23549
23549
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23649,7 +23649,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23649
23649
|
layoutGridRowField?: string | undefined;
|
|
23650
23650
|
layoutGridColumnField?: string | undefined;
|
|
23651
23651
|
layoutGridMaxRows?: number | undefined;
|
|
23652
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23652
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23653
23653
|
contentTypeField?: string | undefined;
|
|
23654
23654
|
fixedContentType?: string | undefined;
|
|
23655
23655
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23755,7 +23755,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23755
23755
|
layoutGridRowField?: string | undefined;
|
|
23756
23756
|
layoutGridColumnField?: string | undefined;
|
|
23757
23757
|
layoutGridMaxRows?: number | undefined;
|
|
23758
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23758
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23759
23759
|
contentTypeField?: string | undefined;
|
|
23760
23760
|
fixedContentType?: string | undefined;
|
|
23761
23761
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23861,7 +23861,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23861
23861
|
layoutGridRowField?: string | undefined;
|
|
23862
23862
|
layoutGridColumnField?: string | undefined;
|
|
23863
23863
|
layoutGridMaxRows?: number | undefined;
|
|
23864
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23864
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23865
23865
|
contentTypeField?: string | undefined;
|
|
23866
23866
|
fixedContentType?: string | undefined;
|
|
23867
23867
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -23967,7 +23967,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
23967
23967
|
layoutGridRowField?: string | undefined;
|
|
23968
23968
|
layoutGridColumnField?: string | undefined;
|
|
23969
23969
|
layoutGridMaxRows?: number | undefined;
|
|
23970
|
-
iconPickerPreset?: "cta" | undefined;
|
|
23970
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
23971
23971
|
contentTypeField?: string | undefined;
|
|
23972
23972
|
fixedContentType?: string | undefined;
|
|
23973
23973
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24077,7 +24077,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24077
24077
|
layoutGridRowField?: string | undefined;
|
|
24078
24078
|
layoutGridColumnField?: string | undefined;
|
|
24079
24079
|
layoutGridMaxRows?: number | undefined;
|
|
24080
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24080
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24081
24081
|
contentTypeField?: string | undefined;
|
|
24082
24082
|
fixedContentType?: string | undefined;
|
|
24083
24083
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24183,7 +24183,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24183
24183
|
layoutGridRowField?: string | undefined;
|
|
24184
24184
|
layoutGridColumnField?: string | undefined;
|
|
24185
24185
|
layoutGridMaxRows?: number | undefined;
|
|
24186
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24186
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24187
24187
|
contentTypeField?: string | undefined;
|
|
24188
24188
|
fixedContentType?: string | undefined;
|
|
24189
24189
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24291,7 +24291,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24291
24291
|
layoutGridRowField?: string | undefined;
|
|
24292
24292
|
layoutGridColumnField?: string | undefined;
|
|
24293
24293
|
layoutGridMaxRows?: number | undefined;
|
|
24294
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24294
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24295
24295
|
contentTypeField?: string | undefined;
|
|
24296
24296
|
fixedContentType?: string | undefined;
|
|
24297
24297
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24397,7 +24397,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24397
24397
|
layoutGridRowField?: string | undefined;
|
|
24398
24398
|
layoutGridColumnField?: string | undefined;
|
|
24399
24399
|
layoutGridMaxRows?: number | undefined;
|
|
24400
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24400
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24401
24401
|
contentTypeField?: string | undefined;
|
|
24402
24402
|
fixedContentType?: string | undefined;
|
|
24403
24403
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24510,7 +24510,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24510
24510
|
layoutGridRowField?: string | undefined;
|
|
24511
24511
|
layoutGridColumnField?: string | undefined;
|
|
24512
24512
|
layoutGridMaxRows?: number | undefined;
|
|
24513
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24513
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24514
24514
|
contentTypeField?: string | undefined;
|
|
24515
24515
|
fixedContentType?: string | undefined;
|
|
24516
24516
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24622,7 +24622,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24622
24622
|
layoutGridRowField?: string | undefined;
|
|
24623
24623
|
layoutGridColumnField?: string | undefined;
|
|
24624
24624
|
layoutGridMaxRows?: number | undefined;
|
|
24625
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24625
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24626
24626
|
contentTypeField?: string | undefined;
|
|
24627
24627
|
fixedContentType?: string | undefined;
|
|
24628
24628
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24728,7 +24728,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24728
24728
|
layoutGridRowField?: string | undefined;
|
|
24729
24729
|
layoutGridColumnField?: string | undefined;
|
|
24730
24730
|
layoutGridMaxRows?: number | undefined;
|
|
24731
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24731
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24732
24732
|
contentTypeField?: string | undefined;
|
|
24733
24733
|
fixedContentType?: string | undefined;
|
|
24734
24734
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24834,7 +24834,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24834
24834
|
layoutGridRowField?: string | undefined;
|
|
24835
24835
|
layoutGridColumnField?: string | undefined;
|
|
24836
24836
|
layoutGridMaxRows?: number | undefined;
|
|
24837
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24837
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24838
24838
|
contentTypeField?: string | undefined;
|
|
24839
24839
|
fixedContentType?: string | undefined;
|
|
24840
24840
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -24944,7 +24944,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
24944
24944
|
layoutGridRowField?: string | undefined;
|
|
24945
24945
|
layoutGridColumnField?: string | undefined;
|
|
24946
24946
|
layoutGridMaxRows?: number | undefined;
|
|
24947
|
-
iconPickerPreset?: "cta" | undefined;
|
|
24947
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
24948
24948
|
contentTypeField?: string | undefined;
|
|
24949
24949
|
fixedContentType?: string | undefined;
|
|
24950
24950
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25056,7 +25056,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25056
25056
|
layoutGridRowField?: string | undefined;
|
|
25057
25057
|
layoutGridColumnField?: string | undefined;
|
|
25058
25058
|
layoutGridMaxRows?: number | undefined;
|
|
25059
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25059
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25060
25060
|
contentTypeField?: string | undefined;
|
|
25061
25061
|
fixedContentType?: string | undefined;
|
|
25062
25062
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25162,7 +25162,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25162
25162
|
layoutGridRowField?: string | undefined;
|
|
25163
25163
|
layoutGridColumnField?: string | undefined;
|
|
25164
25164
|
layoutGridMaxRows?: number | undefined;
|
|
25165
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25165
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25166
25166
|
contentTypeField?: string | undefined;
|
|
25167
25167
|
fixedContentType?: string | undefined;
|
|
25168
25168
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25275,7 +25275,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25275
25275
|
layoutGridRowField?: string | undefined;
|
|
25276
25276
|
layoutGridColumnField?: string | undefined;
|
|
25277
25277
|
layoutGridMaxRows?: number | undefined;
|
|
25278
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25278
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25279
25279
|
contentTypeField?: string | undefined;
|
|
25280
25280
|
fixedContentType?: string | undefined;
|
|
25281
25281
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25382,7 +25382,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25382
25382
|
layoutGridRowField?: string | undefined;
|
|
25383
25383
|
layoutGridColumnField?: string | undefined;
|
|
25384
25384
|
layoutGridMaxRows?: number | undefined;
|
|
25385
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25385
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25386
25386
|
contentTypeField?: string | undefined;
|
|
25387
25387
|
fixedContentType?: string | undefined;
|
|
25388
25388
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25489,7 +25489,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25489
25489
|
layoutGridRowField?: string | undefined;
|
|
25490
25490
|
layoutGridColumnField?: string | undefined;
|
|
25491
25491
|
layoutGridMaxRows?: number | undefined;
|
|
25492
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25492
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25493
25493
|
contentTypeField?: string | undefined;
|
|
25494
25494
|
fixedContentType?: string | undefined;
|
|
25495
25495
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25597,7 +25597,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25597
25597
|
layoutGridRowField?: string | undefined;
|
|
25598
25598
|
layoutGridColumnField?: string | undefined;
|
|
25599
25599
|
layoutGridMaxRows?: number | undefined;
|
|
25600
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25600
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25601
25601
|
contentTypeField?: string | undefined;
|
|
25602
25602
|
fixedContentType?: string | undefined;
|
|
25603
25603
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25703,7 +25703,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25703
25703
|
layoutGridRowField?: string | undefined;
|
|
25704
25704
|
layoutGridColumnField?: string | undefined;
|
|
25705
25705
|
layoutGridMaxRows?: number | undefined;
|
|
25706
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25706
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25707
25707
|
contentTypeField?: string | undefined;
|
|
25708
25708
|
fixedContentType?: string | undefined;
|
|
25709
25709
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25809,7 +25809,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25809
25809
|
layoutGridRowField?: string | undefined;
|
|
25810
25810
|
layoutGridColumnField?: string | undefined;
|
|
25811
25811
|
layoutGridMaxRows?: number | undefined;
|
|
25812
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25812
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25813
25813
|
contentTypeField?: string | undefined;
|
|
25814
25814
|
fixedContentType?: string | undefined;
|
|
25815
25815
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -25915,7 +25915,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
25915
25915
|
layoutGridRowField?: string | undefined;
|
|
25916
25916
|
layoutGridColumnField?: string | undefined;
|
|
25917
25917
|
layoutGridMaxRows?: number | undefined;
|
|
25918
|
-
iconPickerPreset?: "cta" | undefined;
|
|
25918
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
25919
25919
|
contentTypeField?: string | undefined;
|
|
25920
25920
|
fixedContentType?: string | undefined;
|
|
25921
25921
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26021,7 +26021,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26021
26021
|
layoutGridRowField?: string | undefined;
|
|
26022
26022
|
layoutGridColumnField?: string | undefined;
|
|
26023
26023
|
layoutGridMaxRows?: number | undefined;
|
|
26024
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26024
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26025
26025
|
contentTypeField?: string | undefined;
|
|
26026
26026
|
fixedContentType?: string | undefined;
|
|
26027
26027
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26127,7 +26127,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26127
26127
|
layoutGridRowField?: string | undefined;
|
|
26128
26128
|
layoutGridColumnField?: string | undefined;
|
|
26129
26129
|
layoutGridMaxRows?: number | undefined;
|
|
26130
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26130
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26131
26131
|
contentTypeField?: string | undefined;
|
|
26132
26132
|
fixedContentType?: string | undefined;
|
|
26133
26133
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26237,7 +26237,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26237
26237
|
layoutGridRowField?: string | undefined;
|
|
26238
26238
|
layoutGridColumnField?: string | undefined;
|
|
26239
26239
|
layoutGridMaxRows?: number | undefined;
|
|
26240
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26240
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26241
26241
|
contentTypeField?: string | undefined;
|
|
26242
26242
|
fixedContentType?: string | undefined;
|
|
26243
26243
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26343,7 +26343,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26343
26343
|
layoutGridRowField?: string | undefined;
|
|
26344
26344
|
layoutGridColumnField?: string | undefined;
|
|
26345
26345
|
layoutGridMaxRows?: number | undefined;
|
|
26346
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26346
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26347
26347
|
contentTypeField?: string | undefined;
|
|
26348
26348
|
fixedContentType?: string | undefined;
|
|
26349
26349
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26451,7 +26451,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26451
26451
|
layoutGridRowField?: string | undefined;
|
|
26452
26452
|
layoutGridColumnField?: string | undefined;
|
|
26453
26453
|
layoutGridMaxRows?: number | undefined;
|
|
26454
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26454
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26455
26455
|
contentTypeField?: string | undefined;
|
|
26456
26456
|
fixedContentType?: string | undefined;
|
|
26457
26457
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26557,7 +26557,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26557
26557
|
layoutGridRowField?: string | undefined;
|
|
26558
26558
|
layoutGridColumnField?: string | undefined;
|
|
26559
26559
|
layoutGridMaxRows?: number | undefined;
|
|
26560
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26560
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26561
26561
|
contentTypeField?: string | undefined;
|
|
26562
26562
|
fixedContentType?: string | undefined;
|
|
26563
26563
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26679,7 +26679,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26679
26679
|
layoutGridRowField?: string | undefined;
|
|
26680
26680
|
layoutGridColumnField?: string | undefined;
|
|
26681
26681
|
layoutGridMaxRows?: number | undefined;
|
|
26682
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26682
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26683
26683
|
contentTypeField?: string | undefined;
|
|
26684
26684
|
fixedContentType?: string | undefined;
|
|
26685
26685
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26789,7 +26789,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26789
26789
|
layoutGridRowField?: string | undefined;
|
|
26790
26790
|
layoutGridColumnField?: string | undefined;
|
|
26791
26791
|
layoutGridMaxRows?: number | undefined;
|
|
26792
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26792
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26793
26793
|
contentTypeField?: string | undefined;
|
|
26794
26794
|
fixedContentType?: string | undefined;
|
|
26795
26795
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -26911,7 +26911,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
26911
26911
|
layoutGridRowField?: string | undefined;
|
|
26912
26912
|
layoutGridColumnField?: string | undefined;
|
|
26913
26913
|
layoutGridMaxRows?: number | undefined;
|
|
26914
|
-
iconPickerPreset?: "cta" | undefined;
|
|
26914
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
26915
26915
|
contentTypeField?: string | undefined;
|
|
26916
26916
|
fixedContentType?: string | undefined;
|
|
26917
26917
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27026,7 +27026,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27026
27026
|
layoutGridRowField?: string | undefined;
|
|
27027
27027
|
layoutGridColumnField?: string | undefined;
|
|
27028
27028
|
layoutGridMaxRows?: number | undefined;
|
|
27029
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27029
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27030
27030
|
contentTypeField?: string | undefined;
|
|
27031
27031
|
fixedContentType?: string | undefined;
|
|
27032
27032
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27133,7 +27133,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27133
27133
|
layoutGridRowField?: string | undefined;
|
|
27134
27134
|
layoutGridColumnField?: string | undefined;
|
|
27135
27135
|
layoutGridMaxRows?: number | undefined;
|
|
27136
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27136
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27137
27137
|
contentTypeField?: string | undefined;
|
|
27138
27138
|
fixedContentType?: string | undefined;
|
|
27139
27139
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27240,7 +27240,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27240
27240
|
layoutGridRowField?: string | undefined;
|
|
27241
27241
|
layoutGridColumnField?: string | undefined;
|
|
27242
27242
|
layoutGridMaxRows?: number | undefined;
|
|
27243
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27243
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27244
27244
|
contentTypeField?: string | undefined;
|
|
27245
27245
|
fixedContentType?: string | undefined;
|
|
27246
27246
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27348,7 +27348,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27348
27348
|
layoutGridRowField?: string | undefined;
|
|
27349
27349
|
layoutGridColumnField?: string | undefined;
|
|
27350
27350
|
layoutGridMaxRows?: number | undefined;
|
|
27351
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27351
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27352
27352
|
contentTypeField?: string | undefined;
|
|
27353
27353
|
fixedContentType?: string | undefined;
|
|
27354
27354
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27454,7 +27454,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27454
27454
|
layoutGridRowField?: string | undefined;
|
|
27455
27455
|
layoutGridColumnField?: string | undefined;
|
|
27456
27456
|
layoutGridMaxRows?: number | undefined;
|
|
27457
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27457
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27458
27458
|
contentTypeField?: string | undefined;
|
|
27459
27459
|
fixedContentType?: string | undefined;
|
|
27460
27460
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27560,7 +27560,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27560
27560
|
layoutGridRowField?: string | undefined;
|
|
27561
27561
|
layoutGridColumnField?: string | undefined;
|
|
27562
27562
|
layoutGridMaxRows?: number | undefined;
|
|
27563
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27563
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27564
27564
|
contentTypeField?: string | undefined;
|
|
27565
27565
|
fixedContentType?: string | undefined;
|
|
27566
27566
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27666,7 +27666,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27666
27666
|
layoutGridRowField?: string | undefined;
|
|
27667
27667
|
layoutGridColumnField?: string | undefined;
|
|
27668
27668
|
layoutGridMaxRows?: number | undefined;
|
|
27669
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27669
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27670
27670
|
contentTypeField?: string | undefined;
|
|
27671
27671
|
fixedContentType?: string | undefined;
|
|
27672
27672
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27772,7 +27772,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27772
27772
|
layoutGridRowField?: string | undefined;
|
|
27773
27773
|
layoutGridColumnField?: string | undefined;
|
|
27774
27774
|
layoutGridMaxRows?: number | undefined;
|
|
27775
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27775
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27776
27776
|
contentTypeField?: string | undefined;
|
|
27777
27777
|
fixedContentType?: string | undefined;
|
|
27778
27778
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27878,7 +27878,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27878
27878
|
layoutGridRowField?: string | undefined;
|
|
27879
27879
|
layoutGridColumnField?: string | undefined;
|
|
27880
27880
|
layoutGridMaxRows?: number | undefined;
|
|
27881
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27881
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27882
27882
|
contentTypeField?: string | undefined;
|
|
27883
27883
|
fixedContentType?: string | undefined;
|
|
27884
27884
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -27988,7 +27988,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
27988
27988
|
layoutGridRowField?: string | undefined;
|
|
27989
27989
|
layoutGridColumnField?: string | undefined;
|
|
27990
27990
|
layoutGridMaxRows?: number | undefined;
|
|
27991
|
-
iconPickerPreset?: "cta" | undefined;
|
|
27991
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
27992
27992
|
contentTypeField?: string | undefined;
|
|
27993
27993
|
fixedContentType?: string | undefined;
|
|
27994
27994
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28094,7 +28094,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28094
28094
|
layoutGridRowField?: string | undefined;
|
|
28095
28095
|
layoutGridColumnField?: string | undefined;
|
|
28096
28096
|
layoutGridMaxRows?: number | undefined;
|
|
28097
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28097
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28098
28098
|
contentTypeField?: string | undefined;
|
|
28099
28099
|
fixedContentType?: string | undefined;
|
|
28100
28100
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28202,7 +28202,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28202
28202
|
layoutGridRowField?: string | undefined;
|
|
28203
28203
|
layoutGridColumnField?: string | undefined;
|
|
28204
28204
|
layoutGridMaxRows?: number | undefined;
|
|
28205
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28205
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28206
28206
|
contentTypeField?: string | undefined;
|
|
28207
28207
|
fixedContentType?: string | undefined;
|
|
28208
28208
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28308,7 +28308,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28308
28308
|
layoutGridRowField?: string | undefined;
|
|
28309
28309
|
layoutGridColumnField?: string | undefined;
|
|
28310
28310
|
layoutGridMaxRows?: number | undefined;
|
|
28311
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28311
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28312
28312
|
contentTypeField?: string | undefined;
|
|
28313
28313
|
fixedContentType?: string | undefined;
|
|
28314
28314
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28421,7 +28421,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28421
28421
|
layoutGridRowField?: string | undefined;
|
|
28422
28422
|
layoutGridColumnField?: string | undefined;
|
|
28423
28423
|
layoutGridMaxRows?: number | undefined;
|
|
28424
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28424
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28425
28425
|
contentTypeField?: string | undefined;
|
|
28426
28426
|
fixedContentType?: string | undefined;
|
|
28427
28427
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28533,7 +28533,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28533
28533
|
layoutGridRowField?: string | undefined;
|
|
28534
28534
|
layoutGridColumnField?: string | undefined;
|
|
28535
28535
|
layoutGridMaxRows?: number | undefined;
|
|
28536
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28536
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28537
28537
|
contentTypeField?: string | undefined;
|
|
28538
28538
|
fixedContentType?: string | undefined;
|
|
28539
28539
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28639,7 +28639,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28639
28639
|
layoutGridRowField?: string | undefined;
|
|
28640
28640
|
layoutGridColumnField?: string | undefined;
|
|
28641
28641
|
layoutGridMaxRows?: number | undefined;
|
|
28642
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28642
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28643
28643
|
contentTypeField?: string | undefined;
|
|
28644
28644
|
fixedContentType?: string | undefined;
|
|
28645
28645
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28752,7 +28752,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28752
28752
|
layoutGridRowField?: string | undefined;
|
|
28753
28753
|
layoutGridColumnField?: string | undefined;
|
|
28754
28754
|
layoutGridMaxRows?: number | undefined;
|
|
28755
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28755
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28756
28756
|
contentTypeField?: string | undefined;
|
|
28757
28757
|
fixedContentType?: string | undefined;
|
|
28758
28758
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28859,7 +28859,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28859
28859
|
layoutGridRowField?: string | undefined;
|
|
28860
28860
|
layoutGridColumnField?: string | undefined;
|
|
28861
28861
|
layoutGridMaxRows?: number | undefined;
|
|
28862
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28862
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28863
28863
|
contentTypeField?: string | undefined;
|
|
28864
28864
|
fixedContentType?: string | undefined;
|
|
28865
28865
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -28966,7 +28966,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
28966
28966
|
layoutGridRowField?: string | undefined;
|
|
28967
28967
|
layoutGridColumnField?: string | undefined;
|
|
28968
28968
|
layoutGridMaxRows?: number | undefined;
|
|
28969
|
-
iconPickerPreset?: "cta" | undefined;
|
|
28969
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
28970
28970
|
contentTypeField?: string | undefined;
|
|
28971
28971
|
fixedContentType?: string | undefined;
|
|
28972
28972
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29074,7 +29074,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29074
29074
|
layoutGridRowField?: string | undefined;
|
|
29075
29075
|
layoutGridColumnField?: string | undefined;
|
|
29076
29076
|
layoutGridMaxRows?: number | undefined;
|
|
29077
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29077
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29078
29078
|
contentTypeField?: string | undefined;
|
|
29079
29079
|
fixedContentType?: string | undefined;
|
|
29080
29080
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29180,7 +29180,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29180
29180
|
layoutGridRowField?: string | undefined;
|
|
29181
29181
|
layoutGridColumnField?: string | undefined;
|
|
29182
29182
|
layoutGridMaxRows?: number | undefined;
|
|
29183
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29183
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29184
29184
|
contentTypeField?: string | undefined;
|
|
29185
29185
|
fixedContentType?: string | undefined;
|
|
29186
29186
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29286,7 +29286,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29286
29286
|
layoutGridRowField?: string | undefined;
|
|
29287
29287
|
layoutGridColumnField?: string | undefined;
|
|
29288
29288
|
layoutGridMaxRows?: number | undefined;
|
|
29289
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29289
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29290
29290
|
contentTypeField?: string | undefined;
|
|
29291
29291
|
fixedContentType?: string | undefined;
|
|
29292
29292
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29392,7 +29392,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29392
29392
|
layoutGridRowField?: string | undefined;
|
|
29393
29393
|
layoutGridColumnField?: string | undefined;
|
|
29394
29394
|
layoutGridMaxRows?: number | undefined;
|
|
29395
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29395
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29396
29396
|
contentTypeField?: string | undefined;
|
|
29397
29397
|
fixedContentType?: string | undefined;
|
|
29398
29398
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29498,7 +29498,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29498
29498
|
layoutGridRowField?: string | undefined;
|
|
29499
29499
|
layoutGridColumnField?: string | undefined;
|
|
29500
29500
|
layoutGridMaxRows?: number | undefined;
|
|
29501
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29501
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29502
29502
|
contentTypeField?: string | undefined;
|
|
29503
29503
|
fixedContentType?: string | undefined;
|
|
29504
29504
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29604,7 +29604,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29604
29604
|
layoutGridRowField?: string | undefined;
|
|
29605
29605
|
layoutGridColumnField?: string | undefined;
|
|
29606
29606
|
layoutGridMaxRows?: number | undefined;
|
|
29607
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29607
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29608
29608
|
contentTypeField?: string | undefined;
|
|
29609
29609
|
fixedContentType?: string | undefined;
|
|
29610
29610
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29714,7 +29714,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29714
29714
|
layoutGridRowField?: string | undefined;
|
|
29715
29715
|
layoutGridColumnField?: string | undefined;
|
|
29716
29716
|
layoutGridMaxRows?: number | undefined;
|
|
29717
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29717
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29718
29718
|
contentTypeField?: string | undefined;
|
|
29719
29719
|
fixedContentType?: string | undefined;
|
|
29720
29720
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29820,7 +29820,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29820
29820
|
layoutGridRowField?: string | undefined;
|
|
29821
29821
|
layoutGridColumnField?: string | undefined;
|
|
29822
29822
|
layoutGridMaxRows?: number | undefined;
|
|
29823
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29823
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29824
29824
|
contentTypeField?: string | undefined;
|
|
29825
29825
|
fixedContentType?: string | undefined;
|
|
29826
29826
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -29928,7 +29928,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
29928
29928
|
layoutGridRowField?: string | undefined;
|
|
29929
29929
|
layoutGridColumnField?: string | undefined;
|
|
29930
29930
|
layoutGridMaxRows?: number | undefined;
|
|
29931
|
-
iconPickerPreset?: "cta" | undefined;
|
|
29931
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
29932
29932
|
contentTypeField?: string | undefined;
|
|
29933
29933
|
fixedContentType?: string | undefined;
|
|
29934
29934
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30034,7 +30034,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30034
30034
|
layoutGridRowField?: string | undefined;
|
|
30035
30035
|
layoutGridColumnField?: string | undefined;
|
|
30036
30036
|
layoutGridMaxRows?: number | undefined;
|
|
30037
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30037
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30038
30038
|
contentTypeField?: string | undefined;
|
|
30039
30039
|
fixedContentType?: string | undefined;
|
|
30040
30040
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30147,7 +30147,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30147
30147
|
layoutGridRowField?: string | undefined;
|
|
30148
30148
|
layoutGridColumnField?: string | undefined;
|
|
30149
30149
|
layoutGridMaxRows?: number | undefined;
|
|
30150
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30150
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30151
30151
|
contentTypeField?: string | undefined;
|
|
30152
30152
|
fixedContentType?: string | undefined;
|
|
30153
30153
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30259,7 +30259,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30259
30259
|
layoutGridRowField?: string | undefined;
|
|
30260
30260
|
layoutGridColumnField?: string | undefined;
|
|
30261
30261
|
layoutGridMaxRows?: number | undefined;
|
|
30262
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30262
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30263
30263
|
contentTypeField?: string | undefined;
|
|
30264
30264
|
fixedContentType?: string | undefined;
|
|
30265
30265
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30365,7 +30365,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30365
30365
|
layoutGridRowField?: string | undefined;
|
|
30366
30366
|
layoutGridColumnField?: string | undefined;
|
|
30367
30367
|
layoutGridMaxRows?: number | undefined;
|
|
30368
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30368
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30369
30369
|
contentTypeField?: string | undefined;
|
|
30370
30370
|
fixedContentType?: string | undefined;
|
|
30371
30371
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30471,7 +30471,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30471
30471
|
layoutGridRowField?: string | undefined;
|
|
30472
30472
|
layoutGridColumnField?: string | undefined;
|
|
30473
30473
|
layoutGridMaxRows?: number | undefined;
|
|
30474
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30474
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30475
30475
|
contentTypeField?: string | undefined;
|
|
30476
30476
|
fixedContentType?: string | undefined;
|
|
30477
30477
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30581,7 +30581,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30581
30581
|
layoutGridRowField?: string | undefined;
|
|
30582
30582
|
layoutGridColumnField?: string | undefined;
|
|
30583
30583
|
layoutGridMaxRows?: number | undefined;
|
|
30584
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30584
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30585
30585
|
contentTypeField?: string | undefined;
|
|
30586
30586
|
fixedContentType?: string | undefined;
|
|
30587
30587
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30693,7 +30693,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30693
30693
|
layoutGridRowField?: string | undefined;
|
|
30694
30694
|
layoutGridColumnField?: string | undefined;
|
|
30695
30695
|
layoutGridMaxRows?: number | undefined;
|
|
30696
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30696
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30697
30697
|
contentTypeField?: string | undefined;
|
|
30698
30698
|
fixedContentType?: string | undefined;
|
|
30699
30699
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30799,7 +30799,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30799
30799
|
layoutGridRowField?: string | undefined;
|
|
30800
30800
|
layoutGridColumnField?: string | undefined;
|
|
30801
30801
|
layoutGridMaxRows?: number | undefined;
|
|
30802
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30802
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30803
30803
|
contentTypeField?: string | undefined;
|
|
30804
30804
|
fixedContentType?: string | undefined;
|
|
30805
30805
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -30908,7 +30908,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
30908
30908
|
layoutGridRowField?: string | undefined;
|
|
30909
30909
|
layoutGridColumnField?: string | undefined;
|
|
30910
30910
|
layoutGridMaxRows?: number | undefined;
|
|
30911
|
-
iconPickerPreset?: "cta" | undefined;
|
|
30911
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
30912
30912
|
contentTypeField?: string | undefined;
|
|
30913
30913
|
fixedContentType?: string | undefined;
|
|
30914
30914
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31019,7 +31019,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
31019
31019
|
layoutGridRowField?: string | undefined;
|
|
31020
31020
|
layoutGridColumnField?: string | undefined;
|
|
31021
31021
|
layoutGridMaxRows?: number | undefined;
|
|
31022
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31022
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31023
31023
|
contentTypeField?: string | undefined;
|
|
31024
31024
|
fixedContentType?: string | undefined;
|
|
31025
31025
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31131,7 +31131,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
31131
31131
|
layoutGridRowField?: string | undefined;
|
|
31132
31132
|
layoutGridColumnField?: string | undefined;
|
|
31133
31133
|
layoutGridMaxRows?: number | undefined;
|
|
31134
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31134
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31135
31135
|
contentTypeField?: string | undefined;
|
|
31136
31136
|
fixedContentType?: string | undefined;
|
|
31137
31137
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31237,7 +31237,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
31237
31237
|
layoutGridRowField?: string | undefined;
|
|
31238
31238
|
layoutGridColumnField?: string | undefined;
|
|
31239
31239
|
layoutGridMaxRows?: number | undefined;
|
|
31240
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31240
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31241
31241
|
contentTypeField?: string | undefined;
|
|
31242
31242
|
fixedContentType?: string | undefined;
|
|
31243
31243
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|
|
@@ -31343,7 +31343,7 @@ export declare const appointmentBookingManifest: import("..").DefinedBlockManife
|
|
|
31343
31343
|
layoutGridRowField?: string | undefined;
|
|
31344
31344
|
layoutGridColumnField?: string | undefined;
|
|
31345
31345
|
layoutGridMaxRows?: number | undefined;
|
|
31346
|
-
iconPickerPreset?: "cta" | undefined;
|
|
31346
|
+
iconPickerPreset?: "cta" | "feature" | undefined;
|
|
31347
31347
|
contentTypeField?: string | undefined;
|
|
31348
31348
|
fixedContentType?: string | undefined;
|
|
31349
31349
|
valueFrom?: "id" | "identifier" | "slug" | undefined;
|