I have a question weather a blocklist content could be rendered on multiple pages.
For example on my homepage i have a BlockList element called MainContent that consists of 5 BlockList element, one of them is called ServiceRow.
Now if i want that content to be also rendered on the /Services page how can i achive that ?
I am new to Umbraco so it may be a bit a stupid question :)
Btw i did this var mainContent = Model.Parent.Value<>
Blocklist render on multiple pages
Hello,
I have a question weather a blocklist content could be rendered on multiple pages.
For example on my homepage i have a BlockList element called MainContent that consists of 5 BlockList element, one of them is called ServiceRow. Now if i want that content to be also rendered on the /Services page how can i achive that ?
I am new to Umbraco so it may be a bit a stupid question :) Btw i did this var mainContent = Model.Parent.Value<>
Thank you.
is working on a reply...