Browse Source

Remove required attribute for boolean field.

pull/604/head
Sebastian 5 years ago
parent
commit
d8cd551fd1
  1. 1
      backend/extensions/Squidex.Extensions/Actions/Email/EmailAction.cs

1
backend/extensions/Squidex.Extensions/Actions/Email/EmailAction.cs

@ -31,7 +31,6 @@ namespace Squidex.Extensions.Actions.Email
[DataType(DataType.Text)]
public int ServerPort { get; set; }
[LocalizedRequired]
[Display(Name = "Use SSL", Description = "Specify whether the SMPT client uses Secure Sockets Layer (SSL) to encrypt the connection.")]
[DataType(DataType.Text)]
public bool ServerUseSsl { get; set; }

Loading…
Cancel
Save