Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Last active August 2, 2016 15:54
Show Gist options
  • Save casper-rasmussen/9c1569f9a927b71a28b5205409048e7e to your computer and use it in GitHub Desktop.
Save casper-rasmussen/9c1569f9a927b71a28b5205409048e7e to your computer and use it in GitHub Desktop.
[AdministrationSettings(
CodeOnly = true)]
[ContentType(
GUID = "[GUID]",
AvailableInEditMode = true,
DisplayName = "Custom Type")]
public class CustomContentType : ContentBase, ILocalizable
{
//Other properties goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment