You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/PageBuilder/docs/install.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
1.[Composer installation](#composer-installation)
9
9
1.[GitHub installation](#github-installation)
10
10
1.[Activation](#activation)
11
+
1.[Disable PageBuilder](#disable-pagebuilder)
11
12
1.[Troubleshooting](#troubleshooting)
12
13
3.[Contribution guide]
13
14
4.[Developer documentation]
@@ -118,6 +119,16 @@ Follow these steps to activate PageBuilder in the Admin:
118
119
4. Under **Advanced Content Tools**, select**Yes**for**Enable Page Builder**.
119
120
5. Click **Save Config**
120
121
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.
0 commit comments