|
1 | 1 | # Install Page Builder Examples
|
2 | 2 |
|
3 |
| -You can find the code examples used and referred to within this documentation on GitHub in the [pagebuilder-examples repo](https://github.com/magento-devdocs/pagebuilder-examples). |
| 3 | +You can find the code examples used, and referred to, within this documentation on GitHub in the [pagebuilder-examples repo](https://github.com/magento-devdocs/pagebuilder-examples). |
4 | 4 | This repo contains two types of examples:
|
5 | 5 |
|
6 | 6 | - Fully functional content type modules
|
7 | 7 | - Files for how-to topics
|
8 | 8 |
|
9 | 9 | ## Fully functional content type modules
|
10 | 10 |
|
11 |
| -The custom content type modules are here for you to download and install so you can learn by example. These content type modules include the following three: |
| 11 | +The following custom content type modules are here for you to download and install so you can learn by example: |
12 | 12 |
|
13 |
| -- **[PageBuilderQuote](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderQuote)** — This is the completed module featured in the [content type tutorial](../create-custom-content-type/overview.md). This module provides an example of a simple content type that provides stylized quotations you can use for things like customer testimonials. |
14 |
| -- **[PageBuilderGrid](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderGrid)** — This module shows how you can create a content type to rebuild the Magento Luma home page using a grid structure with grid items. |
15 |
| -- **[PageBuilderFaq](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderFaq)** — This module shows how you can create a content type for an FAQ page that uses an accordion for the questions and answers. |
| 13 | +- **[PageBuilderQuote](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderQuote)**—This module shows you how to use a simple content type to stylize quotations for things like customer testimonials. This is the completed module featured in the [content type tutorial](../create-custom-content-type/overview.md). |
| 14 | +- **[PageBuilderGrid](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderGrid)**—This module shows you how to create a content type to rebuild the Magento Luma home page using a grid structure with grid items. |
| 15 | +- **[PageBuilderFaq](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/PageBuilderFaq)**—This module shows you how to create a content type for an FAQ page that uses an accordion for the questions and answers. |
16 | 16 |
|
17 | 17 | ## Files for how-to topics
|
18 | 18 |
|
19 |
| -This documentation contains several how-to topics for adding features to your content type. The corresponding how-to directories in the repo provide the code changes required for adding the feature to the PageBuilderQuote module. |
| 19 | +This documentation contains several how-to topics for adding features to your content type. The corresponding how-to directories in the repo provide the code changes required for adding the feature to the `PageBuilderQuote` module. |
20 | 20 |
|
21 |
| -For example, the topic [How to add a custom toolbar](../how-to/how-to-add-custom-toolbar.md), has a corresponding directory within the [pagebuilder-examples repo](https://github.com/magento-devdocs/pagebuilder-examples) called [how-to-add-custom-toolbar](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/how-to-add-custom-toolbar). This directory provides the files with the code changes you need to make in order to add a custom toolbar to the PageBuilderQuote module. |
| 21 | +For example, the topic [How to add a custom toolbar](../how-to/how-to-add-custom-toolbar.md), has a corresponding directory within the [pagebuilder-examples repo](https://github.com/magento-devdocs/pagebuilder-examples) called [how-to-add-custom-toolbar](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/how-to-add-custom-toolbar). This directory provides the files with the code changes you need to make in order to add a custom toolbar to the `PageBuilderQuote` module. |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
0 commit comments