You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dropins/checkout/slots.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Learn about the slots provided in the checkout drop-in component.
14
14
15
15
## Title slots
16
16
17
-
The `TitleProps` interface defines slots for the [`Title`](/dropins/checkout/containers/#title-and-heading-customization) component. These slots enable you to customize the title content displayed in specific containers.
17
+
The `TitleProps` interface defines slots for the [`Title`](/dropins/checkout/containers/) component. These slots enable you to customize the title content displayed in specific containers.
Copy file name to clipboardExpand all lines: src/content/docs/releases/changelog.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,11 +215,11 @@ import Aside from '@components/Aside.astro';
215
215
216
216
The **[`Event Handling`](/dropins/all/events/) has been documented** within the list of events emitted and subscribed by the checkout drop-in component containers.
217
217
218
-
A new **[`Active`](/dropins/checkout/containers/#active-property) property has been added** for all containers: This property activates/deactivates the container.
218
+
A new **[`Active`](/dropins/checkout/containers/) property has been added** for all containers: This property activates/deactivates the container.
219
219
220
-
A new **[`AutoSync`](/dropins/checkout/containers/#autosync-property) property has been added** for some containers: This property allows the container automatically synchronizing its state changes with the backend.
220
+
A new **[`AutoSync`](/dropins/checkout/containers/) property has been added** for some containers: This property allows the container automatically synchronizing its state changes with the backend.
221
221
222
-
A new **[`TitleProps`](/dropins/checkout/containers/#title-and-heading-customization) interface has been created** to customize the title and header of some containers.
222
+
A new **[`TitleProps`](/dropins/checkout/containers/) interface has been created** to customize the title and header of some containers.
223
223
224
224
The **[`BillToShippingAddress`](/dropins/checkout/containers/bill-to-shipping-address/) container configuration structure has been modified.** A new property has been added to the `BillToShippingAddressProps` interface:
0 commit comments