Blog, Website & Page Publishing

matttunney
Top Contributor

hubl condition when editing content

SOLVE

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 Upvotes
1 Accepted solution
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

hubl condition when editing content

SOLVE

@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.

View solution in original post

1 Reply 1
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

hubl condition when editing content

SOLVE

@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.