Screenshots:
I want disable email field but [Editable(false)]
attribute does not work.
How can I solve this problem?
[NopResourceDisplayName("Admin.Address.Fields.Email")]
[AllowHtml]
//[Editable(false)]
public string Email { get; set; }
ReadOnly(true)
attribute also does not work.