File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
app/code/Magento/PageBuilder/view/adminhtml/ui_component Expand file tree Collapse file tree 1 file changed +23
-0
lines changed 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" sortOrder =" 10" >
10
+ <field name =" content" formElement =" wysiwyg" >
11
+ <argument name =" data" xsi : type =" array" >
12
+ <item name =" config" xsi : type =" array" >
13
+ <item name =" source" xsi : type =" string" >page</item >
14
+ <item name =" wysiwygConfigData" xsi : type =" array" >
15
+ <item name =" is_pagebuilder_enabled" xsi : type =" boolean" >true</item >
16
+ <item name =" pagebuilder_content_snapshot" xsi : type =" boolean" >true</item >
17
+ <item name =" pagebuilder_button" xsi : type =" boolean" >true</item >
18
+ </item >
19
+ </item >
20
+ </argument >
21
+ </field >
22
+ </fieldset >
23
+ </form >
You can’t perform that action at this time.
0 commit comments