Publisher does not support the Fluid field type. Please do not contact asking when support will be available.
If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.
Ticket: bloq_var_ with a relationships field works fine in parent bloq, but when passing to child bloq it breaks.
Status | Resolved |
Add-on / Version | Bloqs 4.4.0 |
Severity | |
EE Version | 5.4.0 |
Josh Brodleit
Dec 09, 2020Works fine in parent:
{bloq_var_button_override}{bloq_var_button_override:title} {/bloq_var_button_override}
Breaks in child:
{bloq_var_button_override}{bloq_var_button_override:title} {/bloq_var_button_override}
BoldMinded (Brian)
Dec 09, 2020
Bloq vars only work with basic field types, not complex ones like Relationship, Assets etc. Basically any field type that has it’s own database table or requires it’s own custom parsing to display content won’t work. It was designed to pass down simple values, usually configuration, to child bloqs.