mirror of https://github.com/halo-dev/halo
Support color type for theme setting.
parent
f7c3ca8020
commit
a160bad825
|
@ -6,6 +6,7 @@ import org.springframework.lang.Nullable;
|
|||
* Input type enum.
|
||||
*
|
||||
* @author johnniang
|
||||
* @author ryanwang
|
||||
* @date 4/10/19
|
||||
*/
|
||||
public enum InputType {
|
||||
|
@ -18,7 +19,9 @@ public enum InputType {
|
|||
|
||||
SELECT,
|
||||
|
||||
TEXTAREA;
|
||||
TEXTAREA,
|
||||
|
||||
COLOR;
|
||||
|
||||
/**
|
||||
* Convert type to input type.
|
||||
|
|
Loading…
Reference in New Issue