1. Is there any way to have properties inside interface, i need for example IMenu ISocialWidgets IColors and than each will have few properties, then i can inherit correct ones on page types that need to have respective properties.
2. Is there any way to have property on page type that is not picked up by Episerver, for example some integer property to stor count, or i should create pageview model for each page type ?
3. Is there any way to pull macro, or maybe even block into XhtmlProperty in edit mode ?