Skip to content

Commit 827a027

Browse files
authored
Merge branch 'develop' into MQE-1994
2 parents cfef6b7 + f45d1b1 commit 827a027

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to the Magento 2 Page Builder project!
44

55
## Overview
66

7-
Magento 2 Page Builder makes it easy to create content-rich pages with custom layouts that enhance your visual storytelling, and drive customer engagement and loyalty.
7+
Page Builder introduces an intuitive, drag-and-drop interface for creating digital content, powered by content types like images, videos, banners, etc. with instant preview capabilities that enable non-technical users to take control of their content. It allows to create new pages, enrich products and categories, and launch content updates quickly and easily without the help of a front-end web developer.
88

99
## Documentation
1010
Complete documentation located on the [Magento DevDocs](https://devdocs.magento.com/page-builder/docs/):

docs/getting-started/install-pagebuilder.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ These installation instructions are only for contributors to the Page Builder co
77

88
Before installing Page Builder for making contributions, make sure you have the following prerequisites:
99

10-
- A local development installation of Magento Commerce 2.3.1 -- Use the installation instructions from the [DevDocs installation guide](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
11-
- Access to the private Page Builder repository
10+
- A local development installation of Magento Commerce 2.3.1+ -- Use the installation instructions from the [DevDocs installation guide](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
11+
- Access to the private Page Builder repository. You should participate in [Magento Partner Program](https://magento.com/partners/become) to have these permissions.
1212
- [npm package manager](https://www.npmjs.com/get-npm)
1313

1414
1. Clone the Page Builder repos into the root directory of your Magento Commerce 2.3+ installation:
@@ -21,8 +21,8 @@ Before installing Page Builder for making contributions, make sure you have the
2121
2. From the root directory of your Magento Commerce installation, use the `dev/tools/build-ee.php` script to symlink `magento2-page-builder` and `magento2-page-builder-ee` repos into your Magento Commerce installation:
2222
2323
```terminal
24-
php dev/tools/build-ee.php --command=link --ee-source="magento2-page-builder" --ce-source="."
25-
php dev/tools/build-ee.php --command=link --ee-source="magento2-page-builder-ee" --ce-source="."
24+
php dev/tools/build-ee.php --command=link --exclude=true --ee-source="magento2-page-builder" --ce-source="."
25+
php dev/tools/build-ee.php --command=link --exclude=true --ee-source="magento2-page-builder-ee" --ce-source="."
2626
```
2727
2828
The results should look like this:
@@ -46,7 +46,14 @@ If you plan to contribute to Page Builder, you need to install Node.js dependenc
4646
Navigate to the `pagebuilder` directory and install Page Builder dependencies using the following command:
4747
4848
```terminal
49-
cd pagebuilder && npm install
49+
cd <pagebuilder-git-folder>
50+
npm install
5051
```
5152

52-
After installing the npm packages, you can run `npm run start`. This command watches for changes to your TypeScript files, compiles, and checks for errors.
53+
After installing the npm packages, you can run:
54+
55+
```terminal
56+
npm run start
57+
```
58+
59+
This command watches for changes to your TypeScript files, compiles, and checks for errors.

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ The following topics will help you get started with Page Builder development:
2626
- [View Page Builder](getting-started/view-pagebuilder.md)
2727
- [Install Page Builder Examples](getting-started/install-pagebuilder-examples.md)
2828
- [Check out the User Guide](https://docs.magento.com/m2/ee/user_guide/cms/page-builder.html)
29-
30-
## Videos
31-
32-
<iframe title="Adobe Video Publishing Cloud Player" width="1024" height="576" src="https://video.tv.adobe.com/v/31596t4/?enable10seconds=on&quality=12&speedcontrol=on" frameborder="1" webkitallowfullscreen mozallowfullscreen allowfullscreen scrolling="no"></iframe>

0 commit comments

Comments
 (0)