Remove deprecated snippet keys in 6.8
- Dominant language
- PHP
- Stars
- 3.4k
- Forks
- 1.2k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 433
Description
### Shopware Version
6.8
### Affected area / extension
Platform(Default)
### Actual behaviour
Somel condition-related snippet keys are currently deprecated but still exist in the codebase:
global.sw-condition.condition.cartTaxDisplay
global.sw-condition.condition.lineItemOfTypeRule
global.sw-condition.condition.promotionCodeOfTypeRule
global.sw-condition.condition.dayOfWeekRule
These keys have been restructured in the generic sw-condition-generic snippet group.
More deprecated snippets:
sw-order.documentModal.labelCreateDownloadPdf (unused since #15202)
sw-settings-document.detail.displayTitle (unused since https://github.com/shopware/shopware/pull/18008)
### Expected behaviour
The deprecated snippet keys should be removed for 6.8.
Contributor guide
Assessment
This issue has not been assessed yet.