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.
|
* Input type enum.
|
||||||
*
|
*
|
||||||
* @author johnniang
|
* @author johnniang
|
||||||
|
* @author ryanwang
|
||||||
* @date 4/10/19
|
* @date 4/10/19
|
||||||
*/
|
*/
|
||||||
public enum InputType {
|
public enum InputType {
|
||||||
|
@ -18,7 +19,9 @@ public enum InputType {
|
||||||
|
|
||||||
SELECT,
|
SELECT,
|
||||||
|
|
||||||
TEXTAREA;
|
TEXTAREA,
|
||||||
|
|
||||||
|
COLOR;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert type to input type.
|
* Convert type to input type.
|
||||||
|
|
Loading…
Reference in New Issue