when we add a block in a CMS page for our multistore now it can only be done like this (I think)
{{widget type="cms/widget_block" template="cms/widget/static_block/default.phtml" block_id="55"}}
We would much rather use somethin like block_name to add blocks - a little more human readable. Can this be done?
Something like
{{widget type="cms/widget_block" template="cms/widget/static_block/default.phtml" block_name="my_handle_fot_this_block"}}
thx