Support attachment type for theme setting.

pull/296/head
ruibaby 2019-08-28 00:13:04 +08:00
parent 9ae1f739c7
commit 0f5c836e63
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ public enum InputType {
TEXTAREA,
COLOR;
COLOR,
ATTACHMENT;
/**
* Convert type to input type.