Skip to content

Commit c14c328

Browse files
shrieleneeirenelagno
authored andcommitted
MC-3792: Update documentation
1 parent 2c81dbe commit c14c328

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

app/code/Magento/PageBuilder/docs/master-format.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,25 @@ Inline styles
10241024
6. margin
10251025
7. padding
10261026

1027+
## Dynamic Block
1028+
1029+
```
1030+
<div data-role="dynamic_block" data-appearance="default">{{widget type="Magento\Banner\Block\Widget\Banner" display_mode="fixed" rotate="" template="widget/block.phtml" banner_ids="54" unique_id="54" type_name="Dynamic Blocks Rotator"}</div>
1031+
```
1032+
1033+
Attributes
1034+
1. data-role [dynamic_block]
1035+
2. data-appearance [default]
1036+
1037+
Inline styles
1038+
1. text-align
1039+
2. border
1040+
3. border_color
1041+
4. border_width
1042+
5. border_radius
1043+
6. margins
1044+
7. padding
1045+
10271046
## Products
10281047

10291048
```

0 commit comments

Comments
 (0)