File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
app/code/Magento/Ui/view/base Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 122
122
<multiple >true</multiple >
123
123
</settings >
124
124
</checkboxset >
125
- <wysiwyg class =" Magento\Ui\Component\Form\Element\Wysiwyg" component =" Magento_Ui/js/form/element/wysiwyg" template =" ui/content/content " >
125
+ <wysiwyg class =" Magento\Ui\Component\Form\Element\Wysiwyg" component =" Magento_Ui/js/form/element/wysiwyg" template =" ui/form/wysiwyg " >
126
126
<settings >
127
127
<elementTmpl >ui/content/content</elementTmpl >
128
+ <validation >
129
+ <rule name =" validate-no-utf8mb4-characters" xsi : type =" boolean" >true</rule >
130
+ </validation >
128
131
</settings >
129
132
</wysiwyg >
130
133
<actionDelete class =" Magento\Ui\Component\Form\Element\ActionDelete" component =" Magento_Ui/js/dynamic-rows/action-delete" template =" ui/dynamic-rows/cells/action-delete" />
Original file line number Diff line number Diff line change
1
+ <!--
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+ -->
7
+ < div css ="$data.additionalClasses " visible ="visible ">
8
+ < div html ="getContentUnsanitizedHtml() "> </ div >
9
+ < label class ="admin__field-error " if ="error " attr ="for: uid " text ="error "> </ label >
10
+ </ div >
11
+
12
+ < div data-role ="spinner "
13
+ class ="admin__data-grid-loading-mask "
14
+ visible ="loading "
15
+ if ="showSpinner ">
16
+ < div class ="spinner ">
17
+ < span repeat ="8 "> </ span >
18
+ </ div >
19
+ </ div >
You can’t perform that action at this time.
0 commit comments