Skip to content

Commit 46c7f9a

Browse files
author
Igor Melnikov
authored
Merge pull request #129 from magento-obsessive-owls/MC-3445-Warning-for-disabling-PB-module
[CMS Team 2 - Sprint 15] Update documentation
2 parents 1693f2a + e410b16 commit 46c7f9a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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)