It looks like you're new here. If you want to get involved, click one of these buttons!
I am developing a website using fuel blocks so I can dynamically use them on pages in cms, I have created the page and block from cms and passed variables inside block like this
{fuel_block(array('view' => 'my_view', 'vars' => array('my_var' => 'my_var_value')))}
and in block accessing it like this
{fuel_var('my_var', 'Default value')}
Comments
There is a fix for this issue currently in develop branch and it can be used now just fine.