We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26163
    • 43 Posts
    Is it possible to hide content editor but with a value in it, such as wayfinder. I don’t want the user to fiddle with wayfinder so I want to hide it, but the wayfinder snippet should be here.
    • Yes. There are a couple of options. First, put what you want into it. Then you can use ManagerManager to hide it from

      1. everybody, all the time (could be awkward if you want to change it later)
      2. only users assigned specified roles (or NOT assigned a specific role)
      3. only on resources using specified templates (or NOT using specified templates)

      MM has very good documentation included.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 26163
        • 43 Posts
        Thanks Susan. That did not strike me earlier.
        I thought I could use something like mm_hideFields(’content’,’’’’’[!Wayfinder? &startId=`10`!]’);

        Anyways, if this is not possible, your’s is the best idea.