Created
August 5, 2016 14:22
-
-
Save casper-rasmussen/acd9566d6e1c906902fce788aa2c1f15 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
[ContentType(GUID = "EEB1904D-AC67-47E6-A825-D4E6464DC64C", | |
DisplayName = "Checkout Page Type", | |
GroupName = "Checkout", | |
Description = "Checkout Page Type")] | |
[Access(Access = AccessLevel.Create, Roles = IsEditingCommerceRole.Name)] | |
public class CheckoutPageType : PageData | |
{ | |
//Properties goes here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment