Advanced.menu rewrite

Hi, guys. One other thing im trying to do is let the client change the menu texto under the “content” tab instead of “advanced”. (just wanna let him edit things under one tab)

header.menu:
              type: text
              label: Menu
              toggleable: true
              help: Name that appears on menu

Thing is, editing this doesnt change anything, although editing in “advanced” does change it.
Any ideas?

cheers

If you copy the header.menu field from one tab to another the last instance of the field is going to override the first. You can move something to one tab, but you have to unset@ it in the advanced tab so it’s not picked up there.

perfect! thanks a lot!