CMS Development

dmsacco
Participante

Trying to Use a Boolean to Give the Option to hide a Button

resolver

{% boolean "show_primary_cta_logo" label='Show Primary CTA?' value="true" no_wrapper=True, export_to_template_context=True %} {% if widget_data.show_primary_cta_logo.value == 'true' %}

  {{ widget.button_text }} 
 

{% endif %}

0 Me gusta
1 Soluciones aceptada
benvanlooy
Solución
Colaborador líder | Partner nivel Platinum
Colaborador líder | Partner nivel Platinum

Trying to Use a Boolean to Give the Option to hide a Button

resolver

Just to be sure, check out the Developer Info

 

and see if "widget_data.show_primary_cta_logo.value" is the right "path".. In the past this often has been my problem, that sometimes for some reason the path is different like it's not value but body.value.. So best check the Developer Info.

https://designers.hubspot.com/docs/hubl/how-to-use-developer-info-on-cos-pages

Ver la solución en mensaje original publicado

0 Me gusta
2 Respuestas 2
dmsacco
Participante

Trying to Use a Boolean to Give the Option to hide a Button

resolver

I am not sure if I am missing something in my code, but the button isn't showing up on either toggle option.

0 Me gusta
benvanlooy
Solución
Colaborador líder | Partner nivel Platinum
Colaborador líder | Partner nivel Platinum

Trying to Use a Boolean to Give the Option to hide a Button

resolver

Just to be sure, check out the Developer Info

 

and see if "widget_data.show_primary_cta_logo.value" is the right "path".. In the past this often has been my problem, that sometimes for some reason the path is different like it's not value but body.value.. So best check the Developer Info.

https://designers.hubspot.com/docs/hubl/how-to-use-developer-info-on-cos-pages

0 Me gusta