Skip to content

Commit cf4c088

Browse files
author
Michael Yu
committed
MC-800: [Doc] Create Custom Content Block
- Fixed file paths in documentation
1 parent b053eea commit cf4c088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/docs/how-to-create-custom-pagebuilder-content-type-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ And inside it should have:
499499

500500
In order for the icons to work, you have to create the following files:
501501
``` xml
502-
view/web/css/images/content-type/custom-container-group/appearance/left.svg
503-
view/web/css/images/content-type/custom-container-group/appearance/right.svg
502+
view/adminhtml/web/css/images/content-type/custom-container-group/appearance/left.svg
503+
view/adminhtml/web/css/images/content-type/custom-container-group/appearance/right.svg
504504
```
505505

506506
## Templates

0 commit comments

Comments
 (0)