Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.41 KB

File metadata and controls

42 lines (31 loc) · 1.41 KB

AppConfigSalesChannel

Properties

Name Type Description Notes
emailRequestMode EmailRequestModeEnum Display a popup to users requesting their email address [optional]
webToAppRedirect WebToAppRedirectEnum Sends users to their native apps or request them to install the pwa [optional]
addressEntryType AddressEntryTypeEnum Address entry type - TextEntryManualDisallowed is the only supported configuration [optional]
displayDeliveryRestaurantListScreen Boolean Display Pickup Restaurant List Screen [optional]

Enum: EmailRequestModeEnum

Name Value
DONOTREQUEST "DoNotRequest"
REQUEST "Request"
REQUIRE "Require"

Enum: WebToAppRedirectEnum

Name Value
NOREDIRECT "NoRedirect"
REDIRECTONCE "RedirectOnce"
REDIRECTALWAYS "RedirectAlways"
SUGGESTPWA "SuggestPwa"
FORCEPWA "ForcePwa"

Enum: AddressEntryTypeEnum

Name Value
MAPFIRST "MapFirst"
TEXTENTRYMANUALALLOWED "TextEntryManualAllowed"
TEXTENTRYMANUALDISALLOWED "TextEntryManualDisallowed"