From b32a33a804db93caf2d61a2b4bc69f9ca9a1d8b4 Mon Sep 17 00:00:00 2001 From: Neill Robson Date: Mon, 19 Mar 2018 19:14:52 -0400 Subject: [PATCH] Add empty price settings group in XSD I did a bit of code digging but couldn't figure out why the price component definition did not have any valid/configured child nodes for whatsoever. I decided that the best route would be to add blank groups with the proper labels, so that the actual validation results remain unchanged, but the skeleton now exists for future developers to add valid configuration. --- .../ui_component/etc/definition/price.xsd | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/code/Magento/Ui/view/base/ui_component/etc/definition/price.xsd b/app/code/Magento/Ui/view/base/ui_component/etc/definition/price.xsd index 5a3053e59be95..4c7c7d1488547 100644 --- a/app/code/Magento/Ui/view/base/ui_component/etc/definition/price.xsd +++ b/app/code/Magento/Ui/view/base/ui_component/etc/definition/price.xsd @@ -12,7 +12,31 @@ + + + + + + + + + + + + + + + + + + + + + + + +