Skip to content

Commit 0f16549

Browse files
committed
Merge remote-tracking branch 'mainline/develop' into MC-3610-Remove-legacy-system-from-slide
2 parents 692363f + 9d40f18 commit 0f16549

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

app/code/Magento/PageBuilder/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"magento/module-directory": "*",
1919
"php": "~7.1.3||~7.2.0"
2020
},
21+
"conflict": {
22+
"gene/bluefoot": "*"
23+
},
2124
"type": "magento2-module",
2225
"license": [
2326
"proprietary"

app/code/Magento/PageBuilder/docs/install.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
1. [Composer installation](#composer-installation)
99
1. [GitHub installation](#github-installation)
1010
1. [Activation](#activation)
11+
1. [Disable PageBuilder](#disable-pagebuilder)
1112
1. [Troubleshooting](#troubleshooting)
1213
3. [Contribution guide]
1314
4. [Developer documentation]
@@ -118,6 +119,16 @@ Follow these steps to activate PageBuilder in the Admin:
118119
4. Under **Advanced Content Tools**, select **Yes** for **Enable Page Builder**.
119120
5. Click **Save Config**
120121

122+
## Disable PageBuilder
123+
124+
We recommend you deactivate the PageBuilder editor through the Admin instead of disabling the module itself.
125+
This allows the PageBuilder module to continue rendering the content on the storefront even if the editor is not used in the Admin.
126+
127+
If you disabled or uninstalled the entire PageBuilder module instead of just the editor, you need to do the following to continue using PageBuilder-built content:
128+
129+
1. Implement PageBuilder widgets and initialize them on dynamic blocks since JavaScript functionality provided by PageBuilder will no longer work.
130+
2. Change the layout in the database for entities that use the full width layout to prevent blank layout content.
131+
121132
## Troubleshooting
122133

123134
### Common access problems

0 commit comments

Comments
 (0)