mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-11 20:32:06 +02:00
docs(schema): ensure every enum variant has a renderable title
This commit is contained in:
@@ -135,6 +135,7 @@ pub enum TimeFormat {
|
||||
/// Twenty-four-hour format displayed as a binary clock with rectangles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)
|
||||
BinaryRectangle,
|
||||
/// Custom format (https://docs.rs/chrono/latest/chrono/format/strftime/index.html)
|
||||
#[cfg_attr(feature = "schemars", schemars(title = "Custom"))]
|
||||
Custom(String),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user