title | issue | author | author_email | author_github |
---|---|---|---|---|
Fix snippet default value sanitize |
NEXT-30489 |
Malte Janz |
MalteJanz |
- Changed the snippet sanitizer to allow the attribute
data-prev-url
insrc/Core/Framework/Resources/config/packages/shopware.yaml
- Removed deprecated translation key
general.privacyNotice
. Usegeneral.privacyNoticeText
instead. - Removed deprecated translation key
account.profileDelete
. Useaccount.profileDeleteText
instead. - Removed deprecated translation key
checkout.confirmTerms
. Usecheckout.confirmTermsText
instead. - Removed deprecated translation key
checkout.confirmTermsReminder
. Usecheckout.confirmTermsReminderText
instead. - Removed deprecated translation key
contact.privacyNotice
. Usecontact.privacyNoticeText
instead. - Removed deprecated translation key
footer.serviceContactLink
. Usefooter.serviceContactText
instead. - Removed deprecated translation key
footer.includeVat
. Usefooter.includeVatText
instead. - Removed deprecated translation key
footer.excludeVat
. Usefooter.excludeVatText
instead. - Removed deprecated translation key
cookie.message
. Usecookie.messageText
instead. - Removed deprecated translation key
component.cms.vimeo.privacyNotice
. Usecomponent.cms.vimeo.privacyNoticeText
instead.