Hi,
Is it possible to disable edit on email templates for specific users? So that users could not modify existing template colors/fonts etc. that are designed to match with brand colors?
They should be able to edit texts.
Thanks! -elisa
Hi Elisa
We are solving this problem by removing the "data-editorblocktype" tag from any blocks that you want to stop them from editing.
e.g.: This stops the user from editing it in the designer view:
<div class=""><p>Hello {{contact.firstname}},</p></div>
This allows them to edit the text / image:
<div data-editorblocktype="Text" class="">
If they have access to the HTML then they will be able to add it back in, so a combination of Abhinav's solution and this one may work?
Tim
Hi elisak,
As per my understanding, if the editing is done on Html, There is a New Feature called , "Reusable content blocks" where you can block the Html access to the user.
Under Settings->Designer Feature protection-> Select New
Select new -> select the User and blocked features-> Save and close.
In this way you will be able to Block the Html access for the User.
Hope It helps,
Best Regards,
Abhinav sunku.
“If this has answered your question, please mark as Verified!”
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156