mirror of https://github.com/halo-dev/halo
Support attachment type for theme setting.
parent
9ae1f739c7
commit
0f5c836e63
|
@ -21,7 +21,9 @@ public enum InputType {
|
||||||
|
|
||||||
TEXTAREA,
|
TEXTAREA,
|
||||||
|
|
||||||
COLOR;
|
COLOR,
|
||||||
|
|
||||||
|
ATTACHMENT;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert type to input type.
|
* Convert type to input type.
|
||||||
|
|
Loading…
Reference in New Issue