Design Studio Templates: Making an existing editable section NOT editable | Community
Skip to main content
Tony_Jackson
New Participant
February 1, 2018
Solved

Design Studio Templates: Making an existing editable section NOT editable

  • February 1, 2018
  • 1 reply
  • 5313 views

Hi folks,

Relative noob here, creating a custom template based on an existing Marketo template.

I've figured out how to make new modules based on old ones, create editable content not in a template (rudimentary, but it works). What I can't figure out is how to lock an area down so that users can't modify it when creating an email.

The boss wants the header and footer of the email locked down from editing. Is there any documentation that discusses exactly what code must be removed from a section to accomplish this? It is obviously more than just the "mkto*" class, but I'm having difficulty figuring out exactly what else needs to be removed to make it all work properly.

Thanks to any information folks can provide.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Grégoire_Miche2

Remove also the mktoName="XXX" attibute in the tags.

if it persists, paste here the code.

-Greg

1 reply

Grégoire_Miche2
New Participant
February 1, 2018

Hi Tony,

this page provides you with the syntax for editables zones in email templates : Email Template Syntax - Marketo Docs - Product Documentation

basically, zones are editable when the html tag has an "mktEditable" or "mktoText" class. Remove that call and you are done.

-Greg

Tony_Jackson
New Participant
February 1, 2018

No "mktEditable" in the code.

Removing mktoText class from the areas I want to lock down, I get the following on saving:

Error: Element With No Name: logo_header

Error: Element With No Name: icoFacebook

Error: Element With No Name: icoTwitter

Error: Element With No Name: icoLinkedin

Error: Element With No Name: icoYoutube

Error: Element With No Name: icoInstagram

Error: Element With No Name: photoBig

Error: Element With No Name: photo1

Error: Element With No Name: photo1a7b1490c-9eef-42a9-8550-ec315b451898

Error: Element With No Name: icoPhone

Error: Element With No Name: icoMail

It's bizarre, because none of those images are found in the areas where I removed the class.

Grégoire_Miche2
Grégoire_Miche2Accepted solution
New Participant
February 1, 2018

Remove also the mktoName="XXX" attibute in the tags.

if it persists, paste here the code.

-Greg