Skip to content

Commit 72a1ffe

Browse files
author
Michael Yu
committed
MC-800: [Doc] Create Custom Content Block
- Added documentation for creating custom container content type
1 parent ec1f2ef commit 72a1ffe

25 files changed

+1034
-32
lines changed

app/code/Magento/PageBuilder/docs/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
1. [Code of Conduct](#code-of-conduct)
1212
4. [Developer documentation]
1313
5. [Roadmap and known issues]
14-
6. [Creating Custom Content Block]
14+
6. [Creating custom content block]
15+
7. [How to create custom PageBuilder content type container]
1516

1617
[Introduction]: README.md
1718
[Installation Guide]: install.md

app/code/Magento/PageBuilder/docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
2929
1. [Custom Toolbar]
3030
1. [Full width page layouts]
3131
5. [Roadmap and known issues]
32-
6. [Creating Custom Content Block]
32+
6. [Creating custom content block]
33+
7. [How to create custom PageBuilder content type container]
3334

3435
[Introduction]: README.md
3536
[Contribution guide]: CONTRIBUTING.md
@@ -57,3 +58,4 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
5758
[Add image uploader to content type]: image-uploader.md
5859
[Roadmap and Known Issues]: roadmap.md
5960
[Creating Custom Content Block]: creating-custom-content-block.md
61+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md

app/code/Magento/PageBuilder/docs/architecture-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
1. [Custom Toolbar]
2727
1. [Full width page layouts]
2828
5. [Roadmap and known issues]
29-
6. [Creating Custom Content Block]
29+
6. [Creating custom content block]
30+
7. [How to create custom PageBuilder content type container]
3031

3132
[Introduction]: README.md
3233
[Contribution guide]: CONTRIBUTING.md
@@ -54,6 +55,7 @@
5455
[Add image uploader to content type]: image-uploader.md
5556
[Roadmap and Known Issues]: roadmap.md
5657
[Creating Custom Content Block]: creating-custom-content-block.md
58+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
5759

5860
## What is PageBuilder?
5961

app/code/Magento/PageBuilder/docs/bindings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
1. [Custom Toolbar]
2727
1. [Full width page layouts]
2828
5. [Roadmap and known issues]
29-
6. [Creating Custom Content Block]
29+
6. [Creating custom content block]
30+
7. [How to create custom PageBuilder content type container]
3031

3132
[Introduction]: README.md
3233
[Contribution guide]: CONTRIBUTING.md
@@ -54,6 +55,7 @@
5455
[Add image uploader to content type]: image-uploader.md
5556
[Roadmap and Known Issues]: roadmap.md
5657
[Creating Custom Content Block]: creating-custom-content-block.md
58+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
5759

5860
## Summary
5961

app/code/Magento/PageBuilder/docs/block-chooser-component.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
1. [Custom Toolbar]
2727
1. [Full width page layouts]
2828
5. [Roadmap and known issues]
29-
6. [Creating Custom Content Block]
29+
6. [Creating custom content block]
30+
7. [How to create custom PageBuilder content type container]
3031

3132
[Introduction]: README.md
3233
[Contribution guide]: CONTRIBUTING.md
@@ -54,6 +55,7 @@
5455
[Add image uploader to content type]: image-uploader.md
5556
[Roadmap and Known Issues]: roadmap.md
5657
[Creating Custom Content Block]: creating-custom-content-block.md
58+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
5759

5860
## What's in this topic
5961

app/code/Magento/PageBuilder/docs/bluefoot-data-migration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
1. [Add image uploader to content type]
2828
1. [Full width page layouts]
2929
5. [Roadmap and known issues]
30-
6. [Creating Custom Content Block]
30+
6. [Creating custom content block]
31+
7. [How to create custom PageBuilder content type container]
3132

3233
[Introduction]: README.md
3334
[Installation Guide]: install.md
@@ -56,6 +57,7 @@
5657
[Add image uploader to content type]: image-uploader.md
5758
[Roadmap and Known Issues]: roadmap.md
5859
[Creating Custom Content Block]: creating-custom-content-block.md
60+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
5961

6062
## Overview
6163

app/code/Magento/PageBuilder/docs/content-type-configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
1. [Custom Toolbar]
3030
1. [Full width page layouts]
3131
5. [Roadmap and known issues]
32-
6. [Creating Custom Content Block]
32+
6. [Creating custom content block]
33+
7. [How to create custom PageBuilder content type container]
3334

3435
[Introduction]: README.md
3536
[Contribution guide]: CONTRIBUTING.md
@@ -57,6 +58,7 @@
5758
[Add image uploader to content type]: image-uploader.md
5859
[Roadmap and Known Issues]: roadmap.md
5960
[Creating Custom Content Block]: creating-custom-content-block.md
61+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
6062

6163
## Configuration
6264

app/code/Magento/PageBuilder/docs/content-type-preview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
1. **Render a backend content type preview**
2323
1. [Custom Toolbar]
2424
5. [Roadmap and known issues]
25-
6. [Creating Custom Content Block]
25+
6. [Creating custom content block]
26+
7. [How to create custom PageBuilder content type container]
2627

2728
[Introduction]: README.md
2829
[Contribution guide]: CONTRIBUTING.md
@@ -46,7 +47,7 @@
4647
[Custom Toolbar]: toolbar.md
4748
[Roadmap and Known Issues]: roadmap.md
4849
[Creating Custom Content Block]: creating-custom-content-block.md
49-
50+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
5051

5152
## What's in this topic
5253
This topic describes how to use the `RenderPool` on the stage to render a backend [content type] preview.

app/code/Magento/PageBuilder/docs/creating-custom-content-block.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
1. [Add image uploader to content type]
2929
1. [Full width page layouts]
3030
5. [Roadmap and known issues]
31-
6. [Creating Custom Content Block]
31+
6. [Creating custom content block]
32+
7. [How to create custom PageBuilder content type container]
3233

3334
[Introduction]: README.md
3435
[Installation Guide]: install.md
@@ -57,6 +58,7 @@
5758
[Add image uploader to content type]: image-uploader.md
5859
[Roadmap and Known Issues]: roadmap.md
5960
[Creating Custom Content Block]: creating-custom-content-block.md
61+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
6062

6163
## Configuration for Page Builder blocks
6264

app/code/Magento/PageBuilder/docs/custom-configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
1. [Add image uploader to content type]
2929
1. [Full width page layouts]
3030
5. [Roadmap and known issues]
31-
6. [Creating Custom Content Block]
31+
6. [Creating custom content block]
32+
7. [How to create custom PageBuilder content type container]
3233

3334
[Introduction]: README.md
3435
[Installation Guide]: install.md
@@ -57,7 +58,7 @@
5758
[Add image uploader to content type]: image-uploader.md
5859
[Roadmap and Known Issues]: roadmap.md
5960
[Creating Custom Content Block]: creating-custom-content-block.md
60-
61+
[How to create custom PageBuilder content type container]: how-to-create-custom-pagebuilder-content-type-container.md
6162

6263
## What's in this topic
6364
This topic describes how to extend and configure Page Builder content types to accommodate any preferred setting that is not addressed in the confines of our existing `content_type.xsd` schema definition.

0 commit comments

Comments
 (0)