Skip to content

Commit 3b25e36

Browse files
authored
Merge pull request #70 from magento-obsessive-owls/MAGETWO-92265-docs-edit-heading
[CMS Team 1] MAGETWO-92265 Missing documentation from Editing Heading
2 parents d189247 + c91435e commit 3b25e36

17 files changed

+152
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This project repository contains PageBuilder developer documentation on the foll
3636
1. [Events]
3737
1. [Master format]
3838
1. [Visual select]
39+
1. [Custom Toolbar]
3940

4041
[Architecture overview]: app/code/Magento/PageBuilder/docs/architecture-overview.md
4142
[BlueFoot to PageBuilder data migration]: app/code/Magento/PageBuilder/docs/bluefoot-data-migration.md
@@ -48,6 +49,7 @@ This project repository contains PageBuilder developer documentation on the foll
4849
[Events]: app/code/Magento/PageBuilder/docs/events.md
4950
[Master format]: app/code/Magento/PageBuilder/docs/master-format.md
5051
[Visual select]: app/code/Magento/PageBuilder/docs/visual-select.md
52+
[Custom Toolbar]: app/code/Magento/PageBuilder/docs/toolbar.md
5153

5254
## Contribute to PageBuilder
5355

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
[Events]: events.md
2828
[Master format]: master-format.md
2929
[Visual select]: visual-select.md
30+
[Custom Toolbar]: toolbar.md
3031
[Roadmap and Known Issues]: roadmap.m
3132

3233
## Overview

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
2020
1. [Events]
2121
1. [Master format]
2222
1. [Visual select]
23+
1. [Custom Toolbar]
2324
5. [Roadmap and known issues]
2425

2526
[Introduction]: README.md
@@ -37,4 +38,5 @@ It replaces the default WYSIWYG Editor in the Admin area with a highly configura
3738
[Events]: events.md
3839
[Master format]: master-format.md
3940
[Visual select]: visual-select.md
40-
[Roadmap and Known Issues]: roadmap.md
41+
[Custom Toolbar]: toolbar.md
42+
[Roadmap and Known Issues]: roadmap.md

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1. [Events]
1818
1. [Master format]
1919
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and Known Issues]: roadmap.md
3840

3941
## What is PageBuilder?

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
1. [Events]
1717
1. [Master format]
1818
1. [Visual select]
19+
1. [Custom Toolbar]
1920
5. [Roadmap and known issues]
2021

2122
[Introduction]: README.md
@@ -33,6 +34,7 @@
3334
[Events]: events.md
3435
[Master format]: master-format.md
3536
[Visual select]: visual-select.md
37+
[Custom Toolbar]: toolbar.md
3638
[Roadmap and known issues]: roadmap.md
3739

3840
## Overview

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
1. [How to add a new content type]
2020
1. [Events]
2121
1. [Master format]
22-
1. [Visual select]
22+
1. [Visual select]
23+
1. [Custom Toolbar]
2324
5. [Roadmap and known issues]
2425

2526
[Introduction]: README.md
@@ -37,6 +38,7 @@
3738
[Events]: events.md
3839
[Master format]: master-format.md
3940
[Visual select]: visual-select.md
41+
[Custom Toolbar]: toolbar.md
4042
[Roadmap and known issues]: roadmap.md
4143

4244
## Configuration

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
1. [How to add a new content type]
1717
1. [Events]
1818
1. [Master format]
19-
1. [Visual select]
19+
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and known issues]: roadmap.md
3840

3941

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1. [Events]
1818
1. [Master format]
1919
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
**[Architecture overview]** - An overview of the PageBuilder module architecture.
@@ -41,6 +42,8 @@
4142

4243
**[Visual select]** - Documentation on customizing the visual select field.
4344

45+
**[Custom Toolbar]** - Documentation on adding a custom toolbar.
46+
4447
[Introduction]: README.md
4548
[Contribution guide]: CONTRIBUTING.md
4649
[Installation guide]: install.md
@@ -55,4 +58,5 @@
5558
[Events]: events.md
5659
[Master format]: master-format.md
5760
[Visual select]: visual-select.md
61+
[Custom Toolbar]: toolbar.md
5862
[Roadmap and known issues]: roadmap.md

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1. **Events**
1818
1. [Master format]
1919
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and Known Issues]: roadmap.md
3840

3941
This document contains reference information for events dispatched in PageBuilder.

app/code/Magento/PageBuilder/docs/how-to-add-new-content-type.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
1. [Events]
1818
1. [Master format]
1919
1. [Visual select]
20+
1. [Custom Toolbar]
2021
5. [Roadmap and known issues]
2122

2223
[Introduction]: README.md
@@ -34,6 +35,7 @@
3435
[Events]: events.md
3536
[Master format]: master-format.md
3637
[Visual select]: visual-select.md
38+
[Custom Toolbar]: toolbar.md
3739
[Roadmap and known issues]: roadmap.md
3840

3941

0 commit comments

Comments
 (0)