Skip to content

Commit 65bd6cd

Browse files
committed
MAGEDOC-3440: Edit events topic
Cherry picking ot update branch
1 parent 4396065 commit 65bd6cd

File tree

2 files changed

+93
-2
lines changed

2 files changed

+93
-2
lines changed

docs/getting-started/introduction.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
# PageBuilder Early Adopters Program
2+
3+
The Page Builder Early Adopters 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.
8+
9+
## Installation
10+
11+
See [Install Page Builder](install-pagebuilder.md)
12+
13+
<!-- {% comment %} -->
14+
15+
## Developer documentation
16+
17+
### Getting started
18+
19+
* [Install Page Builder](install-pagebuilder.md)
20+
* [Activate Page Builder](activate-pagebuilder.md)
21+
* [View Page Builder](view-pagebuilder.md)
22+
23+
### Create a content type
24+
25+
* [Overview](../create-basic-content-type/overview.md)
26+
* [Step 1: Add configuration](../create-basic-content-type/step-1-add-configuration.md)
27+
* [Step 2: Add templates](../create-basic-content-type/step-2-add-templates.md)
28+
* [Step 3: Add components](../create-basic-content-type/step-3-add-components.md)
29+
* [Step 4: Add form](../create-basic-content-type/step-4-add-form.md)
30+
* [Step 5: Add styles](../create-basic-content-type/step-5-add-styles.md)
31+
* [Step 6: Add an icon](../create-basic-content-type/step-6-add-icon.md)
32+
* [What's next](../create-basic-content-type/whats-next.md)
33+
34+
### Configurations
35+
36+
* [Main configurations](../configurations/content-type-configuration.md)
37+
* [Additional configurations](../configurations/additional-configurations.md)
38+
* [Panel configurations](../configurations/panel-configurations.md)
39+
* [Option menu configurations](../configurations/option-menu-configurations.md)
40+
* [Icons and images](../configurations/icons-and-images.md)
41+
* [Block chooser configuration](../configurations/block-chooser-configuration.md)
42+
* [Full-width page layout configuration](../configurations/full-width-page-layout-configuration.md)
43+
* [Responsive layout configuration](../configurations/responsive-layout-configuration.md)
44+
* [Storefront configuration](../configurations/storefront-configuration.md)
45+
* [Selector configuration](../configurations/selector-configuration.md)
46+
* [Product conditions configuration](../configurations/product-conditions-configuration.md)
47+
* [Server-side rendered previews](../configurations/server-side-rendered-previews.md)
48+
49+
### How tos
50+
51+
* [How to develop a container content type](../how-to/how-to-develop-container-content-type.md)
52+
* [How to use the Image Uploader](../how-to/how-to-use-image-uploader.md)
53+
* [How to use the Image Uploader](../how-to/how-to-use-image-uploader.md)
54+
* [How to add inline text editing](../how-to/how-to-add-inline-text-editing.md)
55+
* [How to add a custom toolbar](../how-to/how-to-add-custom-toolbar.md)
56+
* [How to convert product attribute fields to use Page Builder](../how-to/how-to-convert-product-attributes-to-use-pagebuilder.md)
57+
* [How to store a component master format as a widget-directive](../how-to/how-to-store-master-format-as-widget-directive.md)
58+
59+
### Reference
60+
61+
* [Architecture](../reference/architecture.md)
62+
* [Events](../reference/events.md)
63+
* [Knockout bindings](../reference/knockout-bindings.md)
64+
65+
### Migration
66+
67+
* [Migrate from BlueFoot](../migration/migrate-from-bluefoot.md)
68+
* [Migrate custom content types from BlueFoot](../migration/migrate-custom-content-types-from-bluefoot.md)
69+
70+
### Other
71+
72+
* [Release notes](../release-notes.md)
73+
* [Component status](../comp-status2.md)
74+
* [Contribution guide](https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md)
75+
76+
<!-- {% endcomment %} -->
77+
78+
## Contribute to Page Builder
79+
80+
We appreciate any and all contributions to PageBuilder. If you are interested in contributing to this repository, please see our [Contribution guide](https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md).
81+
82+
## Page Builder updates from the Magento core team
83+
84+
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.
85+
86+
## Contact us
87+
88+
To participate in technical discussions and ask questions, join us in [Slack], where a number of Page Builder team members are present.
89+
90+
[Slack]: https://magentocommeng.slack.com/messages/GANS1R4C9

docs/reference/events.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ events.on(`stage:${this.parent.stageId}:readyAfter`, function (params) {});
460460

461461
[Back to top]
462462

463+
### `stage:{{preview.parent.stageId}}:readyAfter` {#stageidreadyafter}
463464

464465

465466
### `stage:{{preview.parent.stageId}}:masterFormatRenderAfter` {#stageidmasterformatrenderafter}
@@ -528,7 +529,7 @@ events.on("state", function (params) {});
528529
| ------- | ----------- |
529530
| `state` | `DataStore` |
530531

531-
[Back to top]
532+
### `{{config.name}}:{{preview.parent.id}}:updateAfter` {#confignameidupdateafter}
532533

533534

534535

@@ -562,4 +563,4 @@ events.on("googleMaps:authFailure", function () {});
562563

563564
[Back to top]: #events-list
564565

565-
<!-- {% endraw %} -->
566+
<!-- {% endraw %} -->

0 commit comments

Comments
 (0)