Open
Description
This issue is automatically created based on existing pull request: #30718: Developer Experience: Make getAdditionalConfig
extensible
Description (*)
For 2.5 branch
Currently when you need to add some extra data to Configurable Swatches, you need either:
- Inherit class and add your custom elements
- Plugin end decode the data before adding your
Example from Extension Vendor code:
To avoid such situations, I introduced the change that enables us to put our own data in Swatch config without unnecessary hassle.
Related Pull Requests
Fixed Issues (if relevant)
- Fixes magento/magento2#<issue_number>
Manual testing scenarios (*)
- ...
- ...
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Pull Request in Progress