Skip to content

Commit 25e2b2a

Browse files
committed
MC-3445: Warning for disabling PB module
- Revise content based on review feedback
1 parent 5510cf9 commit 25e2b2a

File tree

1 file changed

+7
-31
lines changed

1 file changed

+7
-31
lines changed

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

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
1. [Composer installation](#composer-installation)
99
1. [GitHub installation](#github-installation)
1010
1. [Activation](#activation)
11-
1. [Uninstall PageBuilder](#uninstall-pagebuilder)
11+
1. [Disable PageBuilder](#disable-pagebuilder)
1212
1. [Troubleshooting](#troubleshooting)
1313
3. [Contribution guide]
1414
4. [Developer documentation]
@@ -119,39 +119,15 @@ Follow these steps to activate PageBuilder in the Admin:
119119
4. Under **Advanced Content Tools**, select **Yes** for **Enable Page Builder**.
120120
5. Click **Save Config**
121121

122-
## Uninstall PageBuilder
122+
## Disable PageBuilder
123123

124-
Before you uninstall the PageBuilder module, we recommend deactivating the editor in the Admin and migrate content.
125-
The editor will be deactivated, but the module can continue to render the content while you migrate away from PageBuilder.
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.
126126

127-
The following side effects occur if you uninstall the PageBuilder module without migrating the content:
127+
If you disabled or uninstalled the PageBuilder module and you wish to continue using PageBuilder-built content, you need to do the following:
128128

129-
* Content that uses JavaScript functionality provided by PageBuilder will not work
130-
* Pages with full width layout will display blank content
131-
132-
### Steps for disabling and removing PageBuilder
133-
134-
Follow these steps to disable the PageBuilder module and remove it from your system:
135-
136-
1. Disable the PageBuilder module and update Magento using the following command:
137-
138-
``` bash
139-
php bin/magento module:disable Magento/PageBuilder
140-
php bin/magento setup:upgrade
141-
```
142-
143-
2. Use one of the following methods to remove the PageBuilder files from your system:
144-
145-
* If you used the manual GitHub installation method:
146-
147-
``` bash
148-
cd app/code/Magento && rm -fr PageBuilder
149-
```
150-
* If you installed PageBuilder using composer:
151-
152-
``` bash
153-
composer remove Magento/PageBuilder
154-
```
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.
155131

156132
## Troubleshooting
157133

0 commit comments

Comments
 (0)