Created
November 30, 2018 11:37
-
-
Save simple17/df645000ff5a3487ccc35d035b24bd10 to your computer and use it in GitHub Desktop.
[Set default propertie value] #episerver
This file contains 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
public override void SetDefaultValues(ContentType contentType) | |
{ | |
base.SetDefaultValues(contentType); | |
Height = 240; | |
Width = 320; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment