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/creating-custom-content-block.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,13 @@
64
64
65
65
Use the content type configuration to add new content types. Refer to content-type-configuration.md, in the configuration section for further details.
66
66
67
-
The following is an example of a custom container content type configuration in DaveMacaulay_PageBuilderGrid/view/base/pagebuilder/content_type/homepage_grid.xml:
67
+
The following is an example of a custom container content type configuration in SamplePageBuilderModule_PageBuilderGrid/view/base/pagebuilder/content_type/homepage_grid.xml:
@@ -126,13 +126,13 @@ The following is an example of a custom container content type configuration in
126
126
</type>
127
127
```
128
128
129
-
The following is an example of a custom container children content type configuration in DaveMacaulay_PageBuilderGrid/view/base/pagebuilder/content_type/homepage_grid_item.xml:
129
+
The following is an example of a custom container children content type configuration in SamplePageBuilderModule_PageBuilderGrid/view/base/pagebuilder/content_type/homepage_grid_item.xml:
@@ -451,7 +451,7 @@ This will get merged with the PageBuilders layout, adding the widget configurati
451
451
Afterwards, it is time to create the actual widget. The widget should be stored in the component location in the layout configuration which in this example is:
0 commit comments