Skip to content

Commit 3024579

Browse files
author
amrit
committed
Readme updated
1 parent 8c278ba commit 3024579

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,18 @@ If you don't want to install via composer, you can use this way.
4545
php bin/magento setup:upgrade
4646
php bin/magento setup:static-content:deploy
4747
```
48+
49+
## Use below code to add Banner on CMS page and Static Block
50+
51+
<b>1. Add banner manually</b>
52+
53+
```{{block class="Razecode\Banner\Block\BannerSlider" template="Razecode_Banner::bannerslider.phtml" name="razecode.banner"}}
54+
```
55+
56+
<b>2. Add banner from admin configuration</b>
57+
58+
Go to:
59+
60+
```
61+
Store > Configuration > Razecode > Banner Slider > General Configuration > Display Slider from layout xml file (default)
62+
```

0 commit comments

Comments
 (0)