Skip to content

Commit 091093f

Browse files
committed
MC-20091: Update links to examples
MC-20091: Update links to examples Fixed incorrectly links to slack channel MC-20091: Update links to examples Fixed slack links to link to my profile
1 parent e88d072 commit 091093f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/getting-started/install-pagebuilder-examples.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ The [Example directory](https://github.com/magento-devdocs/pagebuilder-examples/
2020

2121
- **[PageBuilderExtensionBanner](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderExtensionBanner)** — This Banner extension module shows the basic pattern for customizing existing content types using appearances.
2222

23+
## Additional extension modules
24+
25+
- **[PageBuilderLazyLoading](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderLazyLoading)** — This module shows how to add lazy loading behavior to the Image content type. For this example, we use the [lazysizes](https://github.com/aFarkas/lazysizes) loader. Created by [Bruce Denham](https://magentocommeng.slack.com/messages/DA4LERA9L).
26+
- **[DeactivatingPageBuilder](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/DeactivatingPageBuilder)** — This example module shows you how to disable Page Builder for a particular page in Magento, specifically Pages, Blocks, and Dynamic Blocks. Created by [Bruce Denham](https://magentocommeng.slack.com/messages/DA4LERA9L).
27+
- **[PageBuilderExtensionBaseForms](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderExtensionBaseForms)** — This module shows you how to remove fields and fieldsets from Page Builder's built-in forms. Created by [Bruce Denham](https://magentocommeng.slack.com/messages/DA4LERA9L).
28+
- **[PageBuilderExtensionText](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderExtensionText)** — This module shows you how to customize the Page Builder's Text toolbar, integrate your own theme's typography, and add TinyMCE's `code` plugin to the toolbar so you can view the HTML code directly. Created by [Bruce Denham](https://magentocommeng.slack.com/messages/DA4LERA9L).
29+
- **[PageBuilderExtensionSlider](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderExtensionSlider)** — This module shows you how to add `centerMode` and `centerPadding` settings from the [slick carousel](https://kenwheeler.github.io/slick/) used by the Slider. Create by [Bruce Denham](https://magentocommeng.slack.com/messages/DA4LERA9L).
30+
2331
## Example code for how-to topics
2432

2533
**In Progress**. The how-to directories in the repo correspond to the how-to topics in this documentation. Each how-to directory provides the files and code changes featured in the how-to topics.
@@ -28,7 +36,7 @@ For example, the topic [How to add a custom toolbar](../how-to/how-to-add-custom
2836

2937
## Installation
3038

31-
Assuming you have Page Builder 1.0.0 already installed, you can install the example modules as follows:
39+
Assuming you have Page Builder already installed, you can install the example modules as follows:
3240

3341
1. Clone the pagebuilder-examples repo:
3442

0 commit comments

Comments
 (0)