File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
app/code/Magento/PageBuilder/view/adminhtml/ui_component Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<form xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Ui:etc/ui_configuration.xsd" >
9
- <fieldset name =" content" sortOrder = " 10 " >
9
+ <fieldset name =" content" >
10
10
<field name =" content" formElement =" wysiwyg" >
11
11
<argument name =" data" xsi : type =" array" >
12
12
<item name =" config" xsi : type =" array" >
13
- <item name =" source" xsi : type =" string" >page</item >
14
13
<item name =" wysiwygConfigData" xsi : type =" array" >
15
14
<item name =" pagebuilder_content_snapshot" xsi : type =" boolean" >true</item >
16
15
<item name =" pagebuilder_button" xsi : type =" boolean" >true</item >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <form xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Ui:etc/ui_configuration.xsd" >
9
+ <fieldset name =" content" >
10
+ <field name =" content" formElement =" wysiwyg" >
11
+ <argument name =" data" xsi : type =" array" >
12
+ <item name =" config" xsi : type =" array" >
13
+ <item name =" wysiwygConfigData" xsi : type =" array" >
14
+ <item name =" pagebuilder_content_snapshot" xsi : type =" boolean" >true</item >
15
+ <item name =" pagebuilder_button" xsi : type =" boolean" >true</item >
16
+ </item >
17
+ </item >
18
+ </argument >
19
+ <settings >
20
+ <additionalClasses >
21
+ <class name =" admin__field-wide admin__field-page-builder" >true</class >
22
+ </additionalClasses >
23
+ </settings >
24
+ </field >
25
+ </fieldset >
26
+ </form >
You can’t perform that action at this time.
0 commit comments