From 7b3ad0a7dac3c6d11f8cb8fd64cb1a68f7ec924f Mon Sep 17 00:00:00 2001 From: Rajeev K Tomy Date: Thu, 23 Apr 2015 16:24:55 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57ed5b9..20f0b12 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.