|
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). |
4 |
| -This repo contains two types of 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). This repo contains two types of examples: |
5 | 4 |
|
6 |
| -- Fully functional content type modules |
| 5 | +- Fully functional modules |
7 | 6 | - Files for how-to topics
|
8 | 7 |
|
9 |
| -## Fully functional content type modules |
| 8 | +## Fully functional modules |
10 | 9 |
|
11 | 10 | The following custom content type modules are here for you to download and install so you can learn by example:
|
12 | 11 |
|
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. |
| 12 | +- **[PageBuilderQuote](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/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). |
| 13 | +- **[PageBuilderGrid](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/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. |
| 14 | +- **[PageBuilderFaq](https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/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 | 15 |
|
17 | 16 | ## Files for how-to topics
|
18 | 17 |
|
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. |
| 18 | +The how-to directories in the repo correspond to the how-to topics in this documentation. They provide the files and code changes required by the topic in order to add the given feature to the `PageBuilderQuote` module. |
20 | 19 |
|
21 | 20 | 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 | 21 |
|
|
0 commit comments