@goldenhippo/builder-cart-schemas 0.19.0 → 0.20.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.
@@ -1424,6 +1424,23 @@ var createFeatureConfig = (gridFilterModelId) => {
1424
1424
  localized: false,
1425
1425
  defaultCollapsed: true
1426
1426
  },
1427
+ {
1428
+ name: "passwordlessLoginEnabled",
1429
+ friendlyName: "Enable Passwordless Login",
1430
+ helperText: "Enable or disable passwordless login for the brand",
1431
+ type: "boolean",
1432
+ localized: false,
1433
+ defaultCollapsed: true
1434
+ },
1435
+ {
1436
+ name: "passwordlessLoginDefault",
1437
+ friendlyName: "Passwordless Login is Default",
1438
+ helperText: "When enabled, passwordless login is presented as the default login method",
1439
+ type: "boolean",
1440
+ localized: false,
1441
+ defaultCollapsed: true,
1442
+ showIf: `return options.get('passwordlessLoginEnabled') === true`
1443
+ },
1427
1444
  {
1428
1445
  name: "subscriptionExperience",
1429
1446
  friendlyName: "Subscription Experience",