Skip to content

Commit 763b05c

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-92184: JS Templates Limitations
1 parent 6410a4a commit 763b05c

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+3
-0
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/abstract.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ define([
5757
'${ $.provider }:${ $.customScope ? $.customScope + "." : ""}data.validate': 'validate',
5858
'isUseDefault': 'toggleUseDefault'
5959
},
60+
ignoreTmpls: {
61+
value: true
62+
},
6063

6164
links: {
6265
value: '${ $.provider }:${ $.dataScope }'

0 commit comments

Comments
 (0)