We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c81dbe commit c14c328Copy full SHA for c14c328
app/code/Magento/PageBuilder/docs/master-format.md
@@ -1024,6 +1024,25 @@ Inline styles
1024
6. margin
1025
7. padding
1026
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
1046
## Products
1047
1048
```
0 commit comments