|
1 |
| -# magento2-page-builder |
2 |
| - |
3 |
| -<!-- {% raw %} --> |
4 |
| - |
5 | 1 | ## PageBuilder Early Access Program
|
6 | 2 |
|
7 |
| -The PageBuilder Early Access Program (EAP) gives partners the following perks: |
8 |
| - |
9 |
| -* Explore PageBuilder extension points to build custom modules and integrations for 3rd party services, such as Facebook, Instagram, etc. |
10 |
| -* Try out PageBuilder customization options and extend its functionality beyond its default features. |
11 |
| -* Preview PageBuilder to prepare a migration plan from BlueFoot 1.0 to PageBuilder. |
12 |
| - |
13 |
| -**Note:** |
14 |
| -*This program should not be used to design and launch a production website using early code.* |
15 |
| - |
16 |
| -## Installation |
17 |
| - |
18 |
| -We offer one method for installing PageBuilder: |
19 |
| - |
20 |
| -* As a [Composer package] - use this option if you do not plan to contribute to the PageBuilder code repository. |
21 |
| -* Using the [GitHub repository] - use this option to install PageBuilder from the GitHub repository and contribute to the code. |
22 |
| - |
23 |
| -[Composer package]: docs/install-pagebuilder.md#composer-installation |
24 |
| -[GitHub repository]: docs/install-pagebuilder.md#github-installation |
25 |
| - |
26 |
| -<!-- {% comment %} --> |
| 3 | +The Page Builder Early Access Program (EAP) gives partners the following perks: |
| 4 | + |
| 5 | +* Explore extension points to build custom modules and integrations for 3rd party services, such as Facebook and Instagram. |
| 6 | +* Try out customization options and extend its functionality beyond its default features. |
| 7 | +* Preview to prepare a migration plan from BlueFoot 1.0 to PageBuilder. |
27 | 8 |
|
28 | 9 | ## Developer documentation
|
29 | 10 |
|
30 |
| -### Getting Started |
31 |
| - |
32 |
| -1. [Introduction](docs/getting-started/introduction.md) |
33 |
| -2. [Install Page Builder](docs/getting-started/install-pagebuilder.md) |
34 |
| -3. [Activate Page Builder](docs/getting-started/activate-pagebuilder.md) |
35 |
| - |
36 |
| -### Customizations |
37 |
| - |
38 |
| -* [Block chooser](docs/customizations/block-chooser.md) |
39 |
| -* [Full-width page layouts](docs/customizations/full-width-page-layouts.md) |
40 |
| -* [Responsive layouts](docs/customizations/responsive-layouts.md) |
41 |
| -* [Storefront customization](docs/customizations/storefront-customization.md) |
42 |
| -* [Visual selects](docs/customizations/visual-selects.md) |
43 |
| -* [Additional data configuration](docs/customizations/additional-data-configuration.md) |
44 |
| -* [Product conditions](docs/customizations/product-conditions.md) |
45 |
| -* [Server-side rendered previews](docs/customizations/server-side-rendered-previews.md) |
46 |
| - |
47 |
| -### How Tos |
48 |
| - |
49 |
| -* [How to develop a new content type](docs/how-to/how-to-develop-new-content-type.md) |
50 |
| -* [How to develop a container content type](docs/how-to/how-to-develop-container-content-type.md) |
51 |
| -* [How to use the Image Uploader](docs/how-to/how-to-use-image-uploader.md) |
52 |
| -* [How to add inline text editing](docs/how-to/how-to-add-inline-text-editing.md) |
53 |
| -* [How to add a custom toolbar](docs/how-to/how-to-add-custom-toolbar.md) |
54 |
| -* [How to convert product attribute fields to use Page Builder](docs/how-to/how-to-convert-product-attributes-to-use-pagebuilder.md) |
55 |
| -* [How to store a component master format as a widget-directive](docs/how-to/how-to-store-master-format-as-widget-directive.md) |
56 |
| - |
57 |
| -### Reference |
58 |
| - |
59 |
| -* [Architecture](docs/reference/architecture.md) |
60 |
| -* [Events](docs/reference/events.md) |
61 |
| -* [Knockout bindings](docs/reference/knockout-bindings.md) |
62 |
| -* [Configuration](docs/reference/configuration.md) |
63 |
| -* [Master format](docs/reference/master-format.md) |
64 |
| - |
65 |
| -### Migration |
66 |
| - |
67 |
| -* [Migrate from BlueFoot](docs/migration/migrate-from-bluefoot.md) |
68 |
| -* [Migrate custom content types from BlueFoot](docs/migration/migrate-custom-content-types-from-bluefoot.md) |
69 |
| - |
70 |
| -<!-- {% endcomment %} --> |
| 11 | +We will update the developer documentation frequently during beta. Please use this link to access the latest updates: |
| 12 | +[Page Builder developer documentation](https://devdocs.magedevteam.com/ds_pagebuilder/page-builder/getting-started/introduction.html) |
71 | 13 |
|
72 | 14 | ## Contribute to PageBuilder
|
73 | 15 |
|
74 | 16 | We appreciate any and all contributions to PageBuilder. If you are interested in contributing to this repository, please see our [Contribution Guide].
|
75 | 17 |
|
76 |
| -[Contribution Guide]: CONTRIBUTING.md |
77 |
| - |
78 | 18 | ## PageBuilder updates from the Magento core team
|
79 | 19 |
|
80 |
| -The PageBuilder team updates the code every 2 weeks. |
81 |
| -**These changes may introduce breaking changes.** |
82 |
| - |
83 |
| -## Provide feedback |
| 20 | +We will push new beta releases once a week, including work from the backlog. We don't expect any large breaking changes, but we will communicate them to you if the need arises. |
84 | 21 |
|
85 |
| -We want to hear what you think of PageBuilder! |
86 |
| -We are particularly interested on your thoughts on the following: |
| 22 | +## Contact us |
87 | 23 |
|
88 |
| -* [How would you customize PageBuilder and what do you need to accomplish this task?](https://github.com/magento/magento2-page-builder/issues/57) |
89 |
| -* [What web content API do you use or would like to see in PageBuilder?](https://github.com/magento/magento2-page-builder/issues/58) |
| 24 | +To participate in technical discussions and ask questions, join us in [Slack], where a number of Page Builder team members are present. |
90 | 25 |
|
91 |
| -To participate in technical discussions and ask questions, join us in [Slack]. |
92 | 26 |
|
93 |
| -For all other questions or requests, contact [Olena Tkacheva]. |
94 |
| - |
95 |
| -[Slack]: https://magentocommeng.slack.com/ |
96 |
| -[Olena Tkacheva]: https://magentocommeng.slack.com/messages/@UAFV915FB |
97 |
| - |
98 |
| -<!-- {% endraw %} --> |
| 27 | +[Contribution Guide]: CONTRIBUTING.md |
| 28 | +[Slack]: https://magentocommeng.slack.com/messages/GANS1R4C9 |
0 commit comments