CMS Development

dmsacco
Teilnehmer/-in

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

lösung

{% 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 Upvotes
1 Akzeptierte Lösung
benvanlooy
Lösung
Stratege/Strategin | Platinum Partner
Stratege/Strategin | Platinum Partner

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

lösung

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

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
2 Antworten
dmsacco
Teilnehmer/-in

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

lösung

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

0 Upvotes
benvanlooy
Lösung
Stratege/Strategin | Platinum Partner
Stratege/Strategin | Platinum Partner

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

lösung

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 Upvotes