We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jan 12, 2022 3:16 PM
I just use some modules in one of the page. I just coded it like this.
{% module 'blog_comments_heading'
path='@hubspot/header',
label='Blog comments heading',
header_tag='h3',
value='Leave a Comment'
%}
I want to prevent this from editing in Content editors. what code i have to add?
Solved! Go to Solution.
Jan 13, 2022 5:19 AM
Hey @PrasadKD
Unfortunately I couldn't find anything that you need to add to prevent the content from being changed. But I have an alternative. To do this, you have to write your own module and just switch this on in the editing area.
1.
2.
3. And you link this module in your template.
I hope,I hope I could help.
Best regards,
Özcan
![]() | Did my post help answer your query? Help the Community by marking it as a solution |
Jan 13, 2022 5:19 AM
Hey @PrasadKD
Unfortunately I couldn't find anything that you need to add to prevent the content from being changed. But I have an alternative. To do this, you have to write your own module and just switch this on in the editing area.
1.
2.
3. And you link this module in your template.
I hope,I hope I could help.
Best regards,
Özcan
![]() | Did my post help answer your query? Help the Community by marking it as a solution |