Just started learning Umbraco, I come from the Kentico world.
I have a Document type of General Content that has a basic body field. I created a partial called HeroHeader that has other field. How do I go about adding that partial to only specific General Content Pages, I don't want it on every page. Do I add an item under that page? Or is there another route to go? Any direction would be great.
And most obvious, as you called it "only specific General Content Pages" then just create "Specific Content" document type for them (you can inherit it from your "General Content" if you wish to inherit fields from it.).
Create BlockList or BlockGrid property for your page content, so you will be able to add any components in any order to it.
Partials
Just started learning Umbraco, I come from the Kentico world.
I have a Document type of General Content that has a basic body field. I created a partial called HeroHeader that has other field. How do I go about adding that partial to only specific General Content Pages, I don't want it on every page. Do I add an item under that page? Or is there another route to go? Any direction would be great.
Hi, Brian
There are two options I see:
is working on a reply...