Skip to content

Instantly share code, notes, and snippets.

@katstojanovski
Last active May 24, 2016 13:58
Show Gist options
  • Save katstojanovski/f2bfc04a91a6b738db0522fd1225df00 to your computer and use it in GitHub Desktop.
Save katstojanovski/f2bfc04a91a6b738db0522fd1225df00 to your computer and use it in GitHub Desktop.
Article ViewModel
[ContentModel("article", true)]
public class Article : ViewModelBase, IRenderableViewModel
{
[TextField]
public string Heading { get; set; }
[RenderData]
public IRenderData RenderData { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment