Cannot access variables inside blocks

edited April 2018 in Bug Reports

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.

Sign In or Register to comment.