Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 595 Bytes

2021-01-14-add-select-to-property-display-type.md

File metadata and controls

14 lines (14 loc) · 595 Bytes
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 select display type to properties
issue: NEXT-7997
author: Sebastian Lember, Timo Boomgaarden
author_email: [email protected], [email protected] 
author_github: @sebi007, @timoboomgaarden
---

Administration

  • Added select value to displayTypes in sw-property-detail-base

Storefront

  • Added select-element to storefront/page/product-detail/configurator.html.twig
  • Added selector for select-elements in variant-switch.plugin.js
  • Changed _getFormValue() to also iterate over select-elements for variant switching in variant-switch.plugin.js