Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created August 5, 2016 14:22
Show Gist options
  • Save casper-rasmussen/acd9566d6e1c906902fce788aa2c1f15 to your computer and use it in GitHub Desktop.
Save casper-rasmussen/acd9566d6e1c906902fce788aa2c1f15 to your computer and use it in GitHub Desktop.
[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