Hello,
I made a custom item type for page property items and I want them executed in the page layout file.
Why is this piece of code not working?
<section style="background-color: @GetValue("Item.Page.SectionBgColor");">
<div id="pagecontent" class="dwcontent @GetValue("Item.Page.ContentStyle")" title="content">
</div>
</section>
Looking to an answer :)
Best wishes,
Roop
