Skip to content

Commit 9aec6de

Browse files
authored
fix(payment): Remove Braintree banners settings from Page Builder when experiment will be rolled out to 100% (bigcommerce#2561)
* Removed banner widget configuration and translations * CHANGELOG
1 parent 8278072 commit 9aec6de

3 files changed

Lines changed: 1 addition & 631 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Draft
88
- Add net-new "order.pickup_addresses" to unify objects used on Order Details and Order Invoice pages [#2557](https://github.com/bigcommerce/cornerstone/pull/2557)
9+
- Removed banner widget configuration and related translations [#2561](https://github.com/bigcommerce/cornerstone/pull/2561)
910

1011
## 6.16.2 (06-18-2025)
1112
- Restore indentation and quote rules to match BC Sass Style Guide [#2554](https://github.com/bigcommerce/cornerstone/pull/2554)

schema.json

Lines changed: 0 additions & 194 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,199 +3687,5 @@
36873687
]
36883688
}
36893689
]
3690-
},
3691-
{
3692-
"name": "i18n.PaymentBanners",
3693-
"enable": "paymentBanners",
3694-
"settings": [
3695-
{
3696-
"type": "paragraph",
3697-
"content": "i18n.BannersMessaging"
3698-
},
3699-
{
3700-
"type": "heading",
3701-
"content": "i18n.ProductPageBanner"
3702-
},
3703-
{
3704-
"type": "select",
3705-
"label": "i18n.BannerStyleColor",
3706-
"id": "paymentbanners-proddetailspage-color",
3707-
"force_reload": true,
3708-
"options": [
3709-
{
3710-
"value": "blue",
3711-
"label": "i18n.Blue"
3712-
},
3713-
{
3714-
"value": "black",
3715-
"label": "i18n.Black"
3716-
},
3717-
{
3718-
"value": "white",
3719-
"label": "i18n.White"
3720-
},
3721-
{
3722-
"value": "white-no-border",
3723-
"label": "i18n.White-no-border"
3724-
},
3725-
{
3726-
"value": "gray",
3727-
"label": "i18n.gray"
3728-
},
3729-
{
3730-
"value": "monochrome",
3731-
"label": "i18n.monochrome"
3732-
},
3733-
{
3734-
"value": "grayscale",
3735-
"label": "i18n.grayscale"
3736-
}
3737-
]
3738-
},
3739-
{
3740-
"type": "select",
3741-
"label": "i18n.BannerStyleRatio",
3742-
"id": "paymentbanners-proddetailspage-ratio",
3743-
"force_reload": true,
3744-
"options": [
3745-
{
3746-
"value": "8x1",
3747-
"label": "i18n.8x1"
3748-
},
3749-
{
3750-
"value": "20x1",
3751-
"label": "i18n.20x1"
3752-
}
3753-
]
3754-
},
3755-
{
3756-
"type": "heading",
3757-
"content": "i18n.HomePageBanner"
3758-
},
3759-
{
3760-
"type": "select",
3761-
"label": "i18n.BannerStyleColor",
3762-
"id": "paymentbanners-homepage-color",
3763-
"force_reload": true,
3764-
"options": [
3765-
{
3766-
"value": "blue",
3767-
"label": "i18n.Blue"
3768-
},
3769-
{
3770-
"value": "black",
3771-
"label": "i18n.Black"
3772-
},
3773-
{
3774-
"value": "white",
3775-
"label": "i18n.White"
3776-
},
3777-
{
3778-
"value": "white-no-border",
3779-
"label": "i18n.White-no-border"
3780-
},
3781-
{
3782-
"value": "gray",
3783-
"label": "i18n.gray"
3784-
},
3785-
{
3786-
"value": "monochrome",
3787-
"label": "i18n.monochrome"
3788-
},
3789-
{
3790-
"value": "grayscale",
3791-
"label": "i18n.grayscale"
3792-
}
3793-
]
3794-
},
3795-
{
3796-
"type": "select",
3797-
"label": "i18n.BannerStyleRatio",
3798-
"id": "paymentbanners-homepage-ratio",
3799-
"force_reload": true,
3800-
"options": [
3801-
{
3802-
"value": "8x1",
3803-
"label": "i18n.8x1"
3804-
},
3805-
{
3806-
"value": "20x1",
3807-
"label": "i18n.20x1"
3808-
}
3809-
]
3810-
},
3811-
{
3812-
"type": "heading",
3813-
"content": "i18n.CartPageBanner"
3814-
},
3815-
{
3816-
"type": "select",
3817-
"label": "i18n.BannerTextStyleColor",
3818-
"id": "paymentbanners-cartpage-text-color",
3819-
"force_reload": true,
3820-
"options": [
3821-
{
3822-
"value": "black",
3823-
"label": "i18n.Black"
3824-
},
3825-
{
3826-
"value": "white",
3827-
"label": "i18n.White"
3828-
},
3829-
{
3830-
"value": "monochrome",
3831-
"label": "i18n.monochrome"
3832-
},
3833-
{
3834-
"value": "grayscale",
3835-
"label": "i18n.grayscale"
3836-
}
3837-
]
3838-
},
3839-
{
3840-
"type": "select",
3841-
"label": "i18n.BannerStyleLogoPosition",
3842-
"id": "paymentbanners-cartpage-logo-position",
3843-
"force_reload": true,
3844-
"options": [
3845-
{
3846-
"value": "left",
3847-
"label": "i18n.left"
3848-
},
3849-
{
3850-
"value": "right",
3851-
"label": "i18n.right"
3852-
},
3853-
{
3854-
"value": "top",
3855-
"label": "i18n.top"
3856-
}
3857-
]
3858-
},
3859-
{
3860-
"type": "select",
3861-
"label": "i18n.BannerStyleLogoType",
3862-
"id": "paymentbanners-cartpage-logo-type",
3863-
"force_reload": true,
3864-
"options": [
3865-
{
3866-
"value": "inline",
3867-
"label": "i18n.inline"
3868-
},
3869-
{
3870-
"value": "primary",
3871-
"label": "i18n.primary"
3872-
},
3873-
{
3874-
"value": "alternative",
3875-
"label": "i18n.alternative"
3876-
},
3877-
{
3878-
"value": "none",
3879-
"label": "i18n.none"
3880-
}
3881-
]
3882-
}
3883-
]
38843690
}
38853691
]

0 commit comments

Comments
 (0)