Skip to content

Commit 47f14b2

Browse files
committed
MC-3044: Update dev docs for full width template
- Resolve glossarys on all docs pages - Add new documentation page for full width page templates
1 parent 28281a5 commit 47f14b2

23 files changed

+275
-33
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
2323
1. [Reuse product conditions in content types]
2424
1. [Store component master format as widget directive]
2525
1. [Custom Toolbar]
26+
1. [Add image uploader to content type]
27+
1. [Full Width Page Layouts]
2628
5. [Roadmap and known issues]
2729

2830
[Introduction]: README.md
@@ -44,4 +46,6 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
4446
[Reuse product conditions in content types]: product-conditions.md
4547
[Store component master format as widget directive]: widget-directive.md
4648
[Custom Toolbar]: toolbar.md
49+
[Full Width Page Layouts]: full-width-page-layouts.md
50+
[Add image uploader to content type]: image-uploader.md
4751
[Roadmap and Known Issues]: roadmap.md

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@
1515
1. [Content type configuration]
1616
1. [How to add a new content type]
1717
1. [Events]
18+
1. [Bindings]
1819
1. [Master format]
1920
1. [Visual select]
2021
1. [Reuse product conditions in content types]
2122
1. [Store component master format as widget directive]
2223
1. [Custom Toolbar]
24+
1. [Add image uploader to content type]
25+
1. [Full width page layouts]
2326
5. [Roadmap and known issues]
2427

2528
[Introduction]: README.md
26-
[Contribution guide]: CONTRIBUTING.md
2729
[Installation Guide]: install.md
30+
[Contribution guide]: CONTRIBUTING.md
2831
[Developer documentation]: developer-documentation.md
2932
[Architecture overview]: architecture-overview.md
3033
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
@@ -35,11 +38,14 @@
3538
[Content type configuration]: content-type-configuration.md
3639
[How to add a new content type]: how-to-add-new-content-type.md
3740
[Events]: events.md
41+
[Bindings]: bindings.md
3842
[Master format]: master-format.md
3943
[Visual select]: visual-select.md
4044
[Reuse product conditions in content types]: product-conditions.md
4145
[Store component master format as widget directive]: widget-directive.md
4246
[Custom Toolbar]: toolbar.md
47+
[Full width page layouts]: full-width-page-layouts.md
48+
[Add image uploader to content type]: image-uploader.md
4349
[Roadmap and Known Issues]: roadmap.md
4450

4551
## What is PageBuilder?

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@
1515
1. [Content type configuration]
1616
1. [How to add a new content type]
1717
1. [Events]
18-
1. **Bindings**
18+
1. **Bindings**
1919
1. [Master format]
20-
1. [Visual select]
20+
1. [Visual select]
21+
1. [Reuse product conditions in content types]
22+
1. [Store component master format as widget directive]
23+
1. [Custom Toolbar]
24+
1. [Add image uploader to content type]
25+
1. [Full width page layouts]
2126
5. [Roadmap and known issues]
2227

2328
[Introduction]: README.md
29+
[Installation Guide]: install.md
2430
[Contribution guide]: CONTRIBUTING.md
25-
[Installation guide]: install.md
2631
[Developer documentation]: developer-documentation.md
2732
[Architecture overview]: architecture-overview.md
2833
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
@@ -33,9 +38,15 @@
3338
[Content type configuration]: content-type-configuration.md
3439
[How to add a new content type]: how-to-add-new-content-type.md
3540
[Events]: events.md
41+
[Bindings]: bindings.md
3642
[Master format]: master-format.md
3743
[Visual select]: visual-select.md
38-
[Roadmap and known issues]: roadmap.md
44+
[Reuse product conditions in content types]: product-conditions.md
45+
[Store component master format as widget directive]: widget-directive.md
46+
[Custom Toolbar]: toolbar.md
47+
[Full width page layouts]: full-width-page-layouts.md
48+
[Add image uploader to content type]: image-uploader.md
49+
[Roadmap and Known Issues]: roadmap.md
3950

4051
## Summary
4152

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@
1414
1. [Content type configuration]
1515
1. [How to add a new content type]
1616
1. [Events]
17+
1. [Bindings]
1718
1. [Master format]
1819
1. [Visual select]
1920
1. [Reuse product conditions in content types]
2021
1. [Store component master format as widget directive]
2122
1. [Custom Toolbar]
23+
1. [Add image uploader to content type]
24+
1. [Full width page layouts]
2225
5. [Roadmap and known issues]
2326

2427
[Introduction]: README.md
28+
[Installation Guide]: install.md
2529
[Contribution guide]: CONTRIBUTING.md
26-
[Installation guide]: install.md
2730
[Developer documentation]: developer-documentation.md
2831
[Architecture overview]: architecture-overview.md
2932
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
@@ -34,12 +37,15 @@
3437
[Content type configuration]: content-type-configuration.md
3538
[How to add a new content type]: how-to-add-new-content-type.md
3639
[Events]: events.md
40+
[Bindings]: bindings.md
3741
[Master format]: master-format.md
3842
[Visual select]: visual-select.md
3943
[Reuse product conditions in content types]: product-conditions.md
4044
[Store component master format as widget directive]: widget-directive.md
4145
[Custom Toolbar]: toolbar.md
42-
[Roadmap and known issues]: roadmap.md
46+
[Full width page layouts]: full-width-page-layouts.md
47+
[Add image uploader to content type]: image-uploader.md
48+
[Roadmap and Known Issues]: roadmap.md
4349

4450
## Overview
4551

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@
1818
1. **Content type configuration**
1919
1. [How to add a new content type]
2020
1. [Events]
21+
1. [Bindings]
2122
1. [Master format]
22-
1. [Visual select]
23+
1. [Visual select]
2324
1. [Reuse product conditions in content types]
2425
1. [Store component master format as widget directive]
25-
1. [Custom Toolbar]
26+
1. [Custom Toolbar]
27+
1. [Add image uploader to content type]
28+
1. [Full width page layouts]
2629
5. [Roadmap and known issues]
2730

2831
[Introduction]: README.md
32+
[Installation Guide]: install.md
2933
[Contribution guide]: CONTRIBUTING.md
30-
[Installation guide]: install.md
3134
[Developer documentation]: developer-documentation.md
3235
[Architecture overview]: architecture-overview.md
3336
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
@@ -38,12 +41,15 @@
3841
[Content type configuration]: content-type-configuration.md
3942
[How to add a new content type]: how-to-add-new-content-type.md
4043
[Events]: events.md
44+
[Bindings]: bindings.md
4145
[Master format]: master-format.md
4246
[Visual select]: visual-select.md
4347
[Reuse product conditions in content types]: product-conditions.md
4448
[Store component master format as widget directive]: widget-directive.md
4549
[Custom Toolbar]: toolbar.md
46-
[Roadmap and known issues]: roadmap.md
50+
[Full width page layouts]: full-width-page-layouts.md
51+
[Add image uploader to content type]: image-uploader.md
52+
[Roadmap and Known Issues]: roadmap.md
4753

4854
## Configuration
4955

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@
1515
1. [Content type configuration]
1616
1. [How to add a new content type]
1717
1. [Events]
18+
1. [Bindings]
1819
1. [Master format]
1920
1. [Visual select]
2021
1. [Reuse product conditions in content types]
2122
1. [Store component master format as widget directive]
2223
1. [Custom Toolbar]
24+
1. [Add image uploader to content type]
25+
1. [Full width page layouts]
2326
5. [Roadmap and known issues]
2427

2528
[Introduction]: README.md
29+
[Installation Guide]: install.md
2630
[Contribution guide]: CONTRIBUTING.md
27-
[Installation guide]: install.md
2831
[Developer documentation]: developer-documentation.md
2932
[Architecture overview]: architecture-overview.md
3033
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
@@ -35,12 +38,15 @@
3538
[Content type configuration]: content-type-configuration.md
3639
[How to add a new content type]: how-to-add-new-content-type.md
3740
[Events]: events.md
41+
[Bindings]: bindings.md
3842
[Master format]: master-format.md
3943
[Visual select]: visual-select.md
4044
[Reuse product conditions in content types]: product-conditions.md
4145
[Store component master format as widget directive]: widget-directive.md
4246
[Custom Toolbar]: toolbar.md
43-
[Roadmap and known issues]: roadmap.md
47+
[Full width page layouts]: full-width-page-layouts.md
48+
[Add image uploader to content type]: image-uploader.md
49+
[Roadmap and Known Issues]: roadmap.md
4450

4551

4652

app/code/Magento/PageBuilder/docs/developer-documentation.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@
1515
1. [Content type configuration]
1616
1. [How to add a new content type]
1717
1. [Events]
18+
1. [Bindings]
1819
1. [Master format]
1920
1. [Visual select]
2021
1. [Reuse product conditions in content types]
2122
1. [Store component master format as widget directive]
22-
1. [Custom Toolbar]
23+
1. [Custom Toolbar]
24+
1. [Add image uploader to content type]
25+
1. [Full width page layouts]
2326
5. [Roadmap and known issues]
2427

2528
**[Architecture overview]** - An overview of the PageBuilder module architecture.
@@ -40,6 +43,8 @@
4043

4144
**[Events]** - Reference documentation for PageBuilder events.
4245

46+
**[Bindings]** - Documentation outlining new bindings provided within Page Builder.
47+
4348
**[Master format]** - Describes the master format for PageBuilder content types.
4449

4550
**[Visual select]** - Documentation on customizing the visual select field.
@@ -50,9 +55,12 @@
5055

5156
**[Custom Toolbar]** - Documentation on adding a custom toolbar.
5257

58+
**[Full width page layouts]** - Documentation regarding full width page layouts supplied as part of Page Builder.
59+
5360
[Introduction]: README.md
61+
[Installation Guide]: install.md
5462
[Contribution guide]: CONTRIBUTING.md
55-
[Installation guide]: install.md
63+
[Developer documentation]: developer-documentation.md
5664
[Architecture overview]: architecture-overview.md
5765
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
5866
[Third-party content type migration]: new-content-type-example.md
@@ -62,9 +70,12 @@
6270
[Content type configuration]: content-type-configuration.md
6371
[How to add a new content type]: how-to-add-new-content-type.md
6472
[Events]: events.md
73+
[Bindings]: bindings.md
6574
[Master format]: master-format.md
6675
[Visual select]: visual-select.md
6776
[Reuse product conditions in content types]: product-conditions.md
6877
[Store component master format as widget directive]: widget-directive.md
6978
[Custom Toolbar]: toolbar.md
70-
[Roadmap and known issues]: roadmap.md
79+
[Full width page layouts]: full-width-page-layouts.md
80+
[Add image uploader to content type]: image-uploader.md
81+
[Roadmap and Known Issues]: roadmap.md

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Navigation
44

5-
1. **Introduction**
5+
1. [Introduction]
66
2. [Installation guide]
77
3. [Contribution guide]
88
4. [Developer documentation]
@@ -15,16 +15,19 @@
1515
1. [Content type configuration]
1616
1. [How to add a new content type]
1717
1. **Events**
18+
1. [Bindings]
1819
1. [Master format]
1920
1. [Visual select]
2021
1. [Reuse product conditions in content types]
2122
1. [Store component master format as widget directive]
2223
1. [Custom Toolbar]
24+
1. [Add image uploader to content type]
25+
1. [Full width page layouts]
2326
5. [Roadmap and known issues]
2427

2528
[Introduction]: README.md
26-
[Contribution guide]: CONTRIBUTING.md
2729
[Installation Guide]: install.md
30+
[Contribution guide]: CONTRIBUTING.md
2831
[Developer documentation]: developer-documentation.md
2932
[Architecture overview]: architecture-overview.md
3033
[BlueFoot to PageBuilder data migration]: bluefoot-data-migration.md
@@ -35,11 +38,14 @@
3538
[Content type configuration]: content-type-configuration.md
3639
[How to add a new content type]: how-to-add-new-content-type.md
3740
[Events]: events.md
41+
[Bindings]: bindings.md
3842
[Master format]: master-format.md
3943
[Visual select]: visual-select.md
4044
[Reuse product conditions in content types]: product-conditions.md
4145
[Store component master format as widget directive]: widget-directive.md
4246
[Custom Toolbar]: toolbar.md
47+
[Full width page layouts]: full-width-page-layouts.md
48+
[Add image uploader to content type]: image-uploader.md
4349
[Roadmap and Known Issues]: roadmap.md
4450

4551
This document contains reference information for events dispatched in Page Builder.

0 commit comments

Comments
 (0)