Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 674 Bytes

2020-11-10-fix-styling-in-custom-field-set-renderer-with-inheritance-and-add-inheritance-to-system-config-renderer.md

File metadata and controls

15 lines (15 loc) · 674 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: Fix styling in custom field set renderer with inheritance and add inheritance to system config renderer
issue: NEXT-11437
author: Jannis Leifeld
author_email: j.leifeld@shopware.com 
author_github: @jleifeld
---

Administration

  • Added inheritance to sw-system-config
  • Changed visual appearance of boolean and checkbox fields in custom-field-set-renderer
  • Removed method restoreInheritance in sw-checkbox-field
  • Added property bordered in sw-checkbox-field
  • Removed property bordered in sw-switch-field
  • Removed method onInheritanceRestore in sw-switch-field
  • Changed default value of hasParent in sw-inherit-wrapper to undefined