Last active
August 2, 2016 15:54
-
-
Save casper-rasmussen/9c1569f9a927b71a28b5205409048e7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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