You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/PageBuilder/docs/toolbar.md
+7-125Lines changed: 7 additions & 125 deletions
Original file line number
Diff line number
Diff line change
@@ -50,133 +50,12 @@ To add a custom toolbar to a Page Builder content block:
50
50
51
51
## Add a toolbar configuration
52
52
53
-
To add a Toolbar configuration to your content block, you need to create a new instance of the `Toolbar` class, then add configuration options to it. Page Builder's Heading content block (`app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/heading/preview.ts`) provides an example of what you can do in your own content block:
53
+
To add a Toolbar configuration to your content block, you need to create a new instance of the `Toolbar` class, then add configuration options to it.
0 commit comments