Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add active state icon sales channel configuration selects and add preview slot for selects
issue: NEXT-21916
author: Joshua Behrens
author_email: code@joshua-behrens.de
author_github: @JoshuaBehrens
---
- Added slot
preview
tosw-select-result
to have a slot before the text for easier object placement and similar code structure to table cells - Added slot
result-label-preview
tosw-entity-multi-select
to expose thepreview
slot fromsw-select-result
like theresult-label-property
slot - Added active state icon to
sw-sales-channel-defaults-select
as preview for the result item depending on new propertyshouldShowActiveState
(defaults to false) - Changed
shouldShowActiveState
for payment method, country and shipping method configurations insw-sales-channel-detail-base
- Changed sorting of payment methods in
sw-sales-channel-detail-base
for payment methods selection fromposition ASC
toactive DESC, position ASC