From c9215e5d1c58430fa61de79dbdcdcc824d52d4d3 Mon Sep 17 00:00:00 2001 From: Igor Vitol Date: Tue, 8 May 2018 14:01:47 +0300 Subject: [PATCH] Add 'const' type support to layout arguments --- app/code/Magento/Ui/etc/di.xml | 1 + .../Magento/Framework/View/Layout/etc/layout_merged.xsd | 6 ++++++ .../Framework/View/Layout/etc/page_configuration.xsd | 6 ++++++ 3 files changed, 13 insertions(+) diff --git a/app/code/Magento/Ui/etc/di.xml b/app/code/Magento/Ui/etc/di.xml index 8cf0e1e12e781..c029e18addf73 100644 --- a/app/code/Magento/Ui/etc/di.xml +++ b/app/code/Magento/Ui/etc/di.xml @@ -252,6 +252,7 @@ + Magento\Framework\Data\Argument\Interpreter\Constant configurableObjectArgumentInterpreterProxy configurableObjectArgumentInterpreterProxy arrayArgumentInterpreterProxy diff --git a/lib/internal/Magento/Framework/View/Layout/etc/layout_merged.xsd b/lib/internal/Magento/Framework/View/Layout/etc/layout_merged.xsd index f830f41b53255..e50b8a9cf2808 100644 --- a/lib/internal/Magento/Framework/View/Layout/etc/layout_merged.xsd +++ b/lib/internal/Magento/Framework/View/Layout/etc/layout_merged.xsd @@ -62,4 +62,10 @@ + + + + + + diff --git a/lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd b/lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd index 397b71fe70825..09ad246b3a64d 100644 --- a/lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd +++ b/lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd @@ -32,4 +32,10 @@ + + + + + +