Blog, Website & Page Publishing

matttunney
Contributeur de premier rang

hubl condition when editing content

Résolue

Hi -

Is there a variable or function that I can call to prevent some scripts from running when a content editor is either editing or previewing a blog post or landing page.

 

Thanks

Matt

0 Votes
1 Solution acceptée
tjoyce
Solution
Expert reconnu | Partenaire solutions Elite
Expert reconnu | Partenaire solutions Elite

hubl condition when editing content

Résolue

@matttunney - 

{% if request.domain == 'preview.hs-sites.com' %}
    //the content editor is previewing the post       
{% else %}
    //the content editor is editing the post
{% endif %}

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

Voir la solution dans l'envoi d'origine

1 Réponse
tjoyce
Solution
Expert reconnu | Partenaire solutions Elite
Expert reconnu | Partenaire solutions Elite

hubl condition when editing content

Résolue

@matttunney - 

{% if request.domain == 'preview.hs-sites.com' %}
    //the content editor is previewing the post       
{% else %}
    //the content editor is editing the post
{% endif %}

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.