Skip to content

Commit 4177eee

Browse files
authored
Merge pull request #2828 from Shopify/remove-odp-only-in-setting-unstable-lh
[Unstable]Update setting definition message on customer account extension
2 parents 1067374 + 5cf256d commit 4177eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-extensions/docs/surfaces/customer-account/staticPages/configuration.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Access to metafields on a read-only basis through the [Order Status API](/docs/a
309309
anchorLink: 'settings-definition',
310310
title: 'Settings definition',
311311
sectionContent:
312-
"The settings for a customer account UI extension define a set of fields that the merchant will be able to set a value for from the [checkout editor](/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor). You can use validation options to apply additional constraints to the data that the setting can store, such as a minimum or maximum value. \n\n Each settings definition can include up to 20 settings. \n\n > Note: \n > All setting inputs are optional. You should code the extension so that it still works if the merchant hasn't set a value for the setting. The settings are only available to order status [targets](/api/customer-account-ui-extensions/targets).",
312+
"The settings for a customer account UI extension define a set of fields that the merchant will be able to set a value for from the [checkout editor](/apps/checkout/test-ui-extensions#test-the-extension-in-the-checkout-editor). You can use validation options to apply additional constraints to the data that the setting can store, such as a minimum or maximum value. \n\n Each settings definition can include up to 20 settings. \n\n > Note: \n > All setting inputs are optional. You should code the extension so that it still works if the merchant hasn't set a value for the setting.",
313313
sectionSubContent: [
314314
{
315315
title: 'Properties',

0 commit comments

Comments
 (0)