File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/PageBuilder/docs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ The configuration for container group will be the following snippet:
80
80
``` xml
81
81
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_PageBuilder:etc/content_type.xsd" >
82
82
<type name =" custom-container-group"
83
- label =" Custom Container Group "
83
+ label =" Containers "
84
84
component =" Magento_PageBuilder/js/content-type-collection"
85
85
preview_component =" CustomPageBuilder_CustomContentTypes/js/content-type/custom-container-group/preview"
86
86
master_component =" Magento_PageBuilder/js/content-type/master-collection"
@@ -622,7 +622,7 @@ Now we are going to add logic to the container group and container.
622
622
In the file:
623
623
624
624
``` xml
625
- view/adminhtml/web/js/content-type/custom-container-group.js
625
+ view/adminhtml/web/js/content-type/custom-container-group/preview .js
626
626
```
627
627
628
628
We are going to add the following:
@@ -703,7 +703,7 @@ In this preview component we are doing 4 things.
703
703
Next lets add logic to the container in the file:
704
704
705
705
``` xml
706
- view/adminhtml/web/js/content-type/custom-container.js
706
+ view/adminhtml/web/js/content-type/custom-container/preview .js
707
707
```
708
708
709
709
With the content:
You can’t perform that action at this time.
0 commit comments