|
| 1 | +<!-- {% raw %} --> |
| 2 | + |
1 | 3 | # Introduction
|
2 | 4 |
|
3 | 5 | PageBuilder is a module that provides a visual way to build content within the Admin editor for Magento 2.3 and above.
|
4 | 6 | It replaces the default WYSIWYG Editor in the Admin area with a highly configurable drag-and-drop editing system.
|
5 | 7 |
|
6 |
| -[This page will introduce Page Builder by providing infographics, screenshots, and descriptions for what Page Builder is and how it works.] |
| 8 | +## PageBuilder Early Access Program |
| 9 | + |
| 10 | +The PageBuilder Early Access Program (EAP) gives partners the following perks: |
| 11 | + |
| 12 | +* Explore PageBuilder extension points to build custom modules and integrations for 3rd party services, such as Facebook, Instagram, etc. |
| 13 | +* Try out PageBuilder customization options and extend its functionality beyond its default features. |
| 14 | +* Preview PageBuilder to prepare a migration plan from BlueFoot 1.0 to PageBuilder. |
| 15 | + |
| 16 | +**Note:** |
| 17 | +*This program should not be used to design and launch a production website using early code.* |
| 18 | + |
| 19 | +## Installation |
| 20 | + |
| 21 | +To install Page Builder, use the method described in the topic [Install Page Builder]. |
| 22 | + |
| 23 | +[Install Page Builder]: install-pagebuilder.md |
| 24 | + |
| 25 | +<!-- {% comment %} --> |
| 26 | + |
| 27 | +## Developer documentation |
| 28 | + |
| 29 | +### Getting Started |
| 30 | + |
| 31 | +* [Introduction](../getting-started/introduction.md) |
| 32 | +* [Install Page Builder](../getting-started/install-pagebuilder.md) |
| 33 | +* [Activate Page Builder](../getting-started/activate-pagebuilder.md) |
| 34 | +* [View Page Builder](../getting-started/view-pagebuilder.md) |
| 35 | + |
| 36 | +### Create a content type |
| 37 | + |
| 38 | +* [Overview](../create-basic-content-type/overview.md) |
| 39 | +* [Step 1: Add configuration](../create-basic-content-type/step-1-add-configuration.md) |
| 40 | +* [Step 2: Add templates](../create-basic-content-type/step-2-add-templates.md) |
| 41 | +* [Step 3: Add components](../create-basic-content-type/step-3-add-components.md) |
| 42 | +* [Step 4: Add editor](../create-basic-content-type/step-4-add-editor.md) |
| 43 | +* [Step 5: Add styles](../create-basic-content-type/step-5-add-styles.md) |
| 44 | +* [Step 6: Add frontend widget](../create-basic-content-type/step-6-add-frontend-widget.md) |
| 45 | +* [What's next](../create-basic-content-type/whats-next.md) |
| 46 | + |
| 47 | +### Configurations |
| 48 | + |
| 49 | +* [Main configurations](../configurations/content-type-configuration.md) |
| 50 | +* [Additional configurations](../configurations/additional-configurations.md) |
| 51 | +* [Panel configurations](../configurations/panel-configurations.md) |
| 52 | +* [Option menu configurations](../configurations/option-menu-configurations.md) |
| 53 | +* [Iconography](../configurations/iconography.md) |
| 54 | +* [Block chooser configuration](../configurations/block-chooser-configuration.md) |
| 55 | +* [Full-width page layout configuration](../configurations/full-width-page-layout-configuration.md) |
| 56 | +* [Responsive layout configuration](../configurations/responsive-layout-configuration.md) |
| 57 | +* [Storefront configuration](../configurations/storefront-configuration.md) |
| 58 | +* [Selector configuration](../configurations/selector-configuration.md) |
| 59 | +* [Product conditions configuration](../configurations/product-conditions-configuration.md) |
| 60 | +* [Server-side rendered previews](../configurations/server-side-rendered-previews.md) |
| 61 | + |
| 62 | +### How Tos |
| 63 | + |
| 64 | +* [How to develop a new content type](../how-to/how-to-develop-new-content-type.md) |
| 65 | +* [How to develop a container content type](../how-to/how-to-develop-container-content-type.md) |
| 66 | +* [How to use the Image Uploader](../how-to/how-to-use-image-uploader.md) |
| 67 | +* [How to use the Image Uploader](../how-to/how-to-use-image-uploader.md) |
| 68 | +* [How to add inline text editing](../how-to/how-to-add-inline-text-editing.md) |
| 69 | +* [How to add a custom toolbar](../how-to/how-to-add-custom-toolbar.md) |
| 70 | +* [How to convert product attribute fields to use Page Builder](../how-to/how-to-convert-product-attributes-to-use-pagebuilder.md) |
| 71 | +* [How to store a component master format as a widget-directive](../how-to/how-to-store-master-format-as-widget-directive.md) |
| 72 | + |
| 73 | +### Reference |
| 74 | + |
| 75 | +* [Architecture](../reference/architecture.md) |
| 76 | +* [Events](../reference/events.md) |
| 77 | +* [Knockout bindings](../reference/knockout-bindings.md) |
| 78 | +* [Master format](../reference/master-format.md) |
| 79 | + |
| 80 | +### Migration |
| 81 | + |
| 82 | +* [Migrate from BlueFoot](../migration/migrate-from-bluefoot.md) |
| 83 | +* [Migrate custom content types from BlueFoot](../migration/migrate-custom-content-types-from-bluefoot.md) |
| 84 | + |
| 85 | +<!-- {% endcomment %} --> |
| 86 | + |
| 87 | +## Contribute to PageBuilder |
| 88 | + |
| 89 | +We appreciate any and all contributions to PageBuilder. If you are interested in contributing to this repository, please see our [Contribution Guide]. |
| 90 | + |
| 91 | +[Contribution Guide]: CONTRIBUTING.md |
| 92 | + |
| 93 | +## PageBuilder updates from the Magento core team |
| 94 | + |
| 95 | +The PageBuilder team updates the code every 2 weeks. |
| 96 | +**These changes may introduce breaking changes.** |
| 97 | + |
| 98 | +## Provide feedback |
| 99 | + |
| 100 | +We want to hear what you think of PageBuilder! |
| 101 | +We are particularly interested on your thoughts on the following: |
| 102 | + |
| 103 | +* [How would you customize PageBuilder and what do you need to accomplish this task?](https://github.com/magento/magento2-page-builder/issues/57) |
| 104 | +* [What web content API do you use or would like to see in PageBuilder?](https://github.com/magento/magento2-page-builder/issues/58) |
| 105 | + |
| 106 | +To participate in technical discussions and ask questions, join us in [Slack]. |
| 107 | + |
| 108 | +For all other questions or requests, contact [Olena Tkacheva]. |
| 109 | + |
| 110 | +[Slack]: https://magentocommeng.slack.com/ |
| 111 | +[Olena Tkacheva]: https://magentocommeng.slack.com/messages/@UAFV915FB |
7 | 112 |
|
8 |
| -TBW |
| 113 | +<!-- {% endraw %} --> |
0 commit comments