I'm a new Umbraco user and loving it so far. I got a question about documenttypes. I have a "Master" documenttype and several child documentypes. Now i want to save time and work by putting content in the Master page and let the child inherit the content. Ok so far so good.
Now for example i want to set the html meta tag only in the Master page. I made a tab called Meta Data in the Masterpage and let the child inherit it. The problem is that for every child made i have to insert the content manually otherwise the content wont show.
For the title i made a macro and that works for every child page. Is there a way to set a tab only for the Master page for things like this?
Documentype question
Hi,
I'm a new Umbraco user and loving it so far. I got a question about documenttypes. I have a "Master" documenttype and several child documentypes. Now i want to save time and work by putting content in the Master page and let the child inherit the content. Ok so far so good.
Now for example i want to set the html meta tag only in the Master page. I made a tab called Meta Data in the Masterpage and let the child inherit it. The problem is that for every child made i have to insert the content manually otherwise the content wont show.
For the title i made a macro and that works for every child page. Is there a way to set a tab only for the Master page for things like this?
Code Child:
Code MasterPage:
set 'recursive' to true in umbraco:Item
e.g.
Wow how could i have overlooked that. I feel stupid :). Anyway thanks for the help.
is working on a reply...