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
Follow these steps to activate PageBuilder in the Admin:
4
+
5
+
1. Navigate to the Admin section of you Magento instance.
6
+
2. In the **Stores** tab, select **Configuration** under the Settings group.
7
+
3. In the **General** group on the page, select **Content Management**.
8
+
4. Under **Advanced Content Tools**, select **Yes** for **Enable Page Builder**.
9
+
5. Click **Save Config**
10
+
11
+
## Disable PageBuilder
12
+
13
+
We recommend you deactivate the PageBuilder editor through the Admin instead of disabling the module itself.
14
+
This allows the PageBuilder module to continue rendering the content on the storefront even if the editor is not used in the Admin.
15
+
16
+
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:
17
+
18
+
1. Implement PageBuilder widgets and initialize them on dynamic blocks since JavaScript functionality provided by PageBuilder will no longer work.
19
+
2. Change the layout in the database for entities that use the full width layout to prevent blank layout content.
5. Return to the root directory of your Magento application and install the PageBuilder module using the following command:
59
+
6. Enable Page Builder module using the following command:
91
60
``` sh
92
61
bin/magento setup:upgrade
93
62
```
@@ -96,60 +65,13 @@ Do not use this installation method for evaluation or production instances.
96
65
97
66
When a new version of Page Builder is available, destroy your existing 2.3.0-alpha instance and follow the [composer](install.md#composer-installation) or [GitHub](install.md#github-installation) installation steps.
98
67
99
-
## Installing Node.js dependencies
100
-
101
-
If you plan to contribute to Page Builder, you need to install Node.js dependencies to compile TypeScript.
102
-
103
-
Navigate to the `pagebuilder` directory and install PageBuilder dependencies using the following command:
104
-
``` sh
105
-
cd pagebuilder && yarn install
106
-
```
107
-
108
-
Then you can run `npx gulp` to watch changes to TypeScript files and compile.
109
-
110
-
To check for TypeScript errors, you can run `npx tslint --fix -p tsconfig.json`.
111
-
112
-
## Activation
113
-
114
-
Follow these steps to activate PageBuilder in the Admin:
115
-
116
-
1. Navigate to the Admin section of you Magento instance.
117
-
2. In the **Stores** tab, select**Configuration** under the Settings group.
118
-
3. In the **General** group on the page, select**Content Management**.
119
-
4. Under **Advanced Content Tools**, select**Yes**for**Enable Page Builder**.
120
-
5. Click **Save Config**
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.
131
-
132
68
## Troubleshooting
133
69
134
-
### Common access problems
135
-
136
-
If you are having trouble installing PageBuilder, please verify that the `MAGEID` account you provided for the Early Access Program (EAP) belongs to an active Magento partner account.
137
-
138
-
**Note:**
139
-
*Your company may have multiple Magento accounts, and only one or two may be active.*
140
-
*Ask your company to provide you with an active Magento account.*
141
-
142
-
Log into www.magento.com and see if the **Support** and **Downloads** tabs are available.
143
-
144
-

145
-
146
-
If these tabs do not appear in your Magento account, it is not an active Magento partner account, and
147
-
you will not be able to access PageBuilder.
70
+
### Page Builder repositories access problems
148
71
149
-
If you provided incorrect `MAGEID` by mistake and have another one that is valid, please resubmit this form:
150
-
https://goo.gl/forms/unvuDikl9wydmKt12
72
+
If you are having trouble accessing PageBuilder repositories, please contact [Igor Melnykov] or [Olena Tkacheva].
151
73
152
-
### Errors
74
+
### 2.3 alpha installation problems
153
75
154
76
If you run into any of the following errors:
155
77
@@ -161,6 +83,6 @@ Could not find a matching version of package magento/module-page-builder-commerc
161
83
```
162
84
163
85
Check your composer keys in the `auth.json` file.
164
-
If these keys are correct and you still encounter these errors, please contact [Olena Tkacheva].
86
+
If these keys are correct and you still encounter these errors, please contact [Igor Melnykov] or [Olena Tkacheva].
0 commit comments