Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-k-tomy committed Apr 23, 2015
1 parent ad913b3 commit 7b3ad0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Magento Extension that will allow to add javascript and css for static blocks.
COMPATIBILITY
---------------

Currently this extension supports Magento 1.8,1.9,1.8.1
Currently this extension supports Magento 1.8,1.9,1.8.1. Most probably this extension will work with lower version too.


MORE INFO
Expand Down Expand Up @@ -42,4 +42,4 @@ NOTES
3. Don't put html contents inside the text area
4. You can put jquery in text area. In this case, it is your job to make sure that, necessary jquery files are added.
5. By default, all the script and CSS that are related to static blocks are included in `head` part.

6. Extension can detect static blocks that are added via `layout-updates`, static blocks that are added via `block-directive` (eg: `{{block id="blockId"}}` or `{{block type="cms/block" block_id="blockId"}}`) in CMS Pages and static block that are added via `layout-directive` (eg: `{{layout handle="some_handle"}}`) in CMS Pages.

0 comments on commit 7b3ad0a

Please sign in to comment.