mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 05:28:46 +00:00
Feature: Added timeStyle to date format for custom API (#2294)
* Add timeStyle option to custom API date format * Update documentation
This commit is contained in:
parent
dc8bea95ac
commit
fc67e1a986
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ widget:
|
|||
label: Field 4
|
||||
format: date # optional - defaults to text
|
||||
dateStyle: long # optional - defaults to "long". Allowed values: `["full", "long", "medium", "short"]`.
|
||||
timeStyle: medium # optional - Allowed values: `["full", "long", "medium", "short"]`.
|
||||
```
|
||||
|
||||
Supported formats for the values are `text`, `number`, `float`, `percent`, `bytes`, `bitrate` and `date`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue