mirror of https://github.com/halo-dev/halo
parent
65ed8b84af
commit
ae73515537
|
@ -21,8 +21,6 @@ public class OptionParam implements InputConverter<Option> {
|
|||
@Size(max = 100, message = "Length of option key must not be more than {max}")
|
||||
private String key;
|
||||
|
||||
|
||||
@Size(max = 1023, message = "Length of option value must not be more than {max}")
|
||||
private String value;
|
||||
|
||||
private OptionType type;
|
||||
|
|
Loading…
Reference in New Issue