mirror of
https://github.com/Xevion/glance.git
synced 2026-01-31 02:24:25 -06:00
Allow setting widget title URL
This commit is contained in:
@@ -357,6 +357,7 @@ pages:
|
||||
| ---- | ---- | -------- |
|
||||
| type | string | yes |
|
||||
| title | string | no |
|
||||
| title-url | string | no |
|
||||
| cache | string | no |
|
||||
| css-class | string | no |
|
||||
|
||||
@@ -366,6 +367,9 @@ Used to specify the widget.
|
||||
#### `title`
|
||||
The title of the widget. If left blank it will be defined by the widget.
|
||||
|
||||
#### `title-url`
|
||||
The URL to go to when clicking on the widget's title. If left blank it will be defined by the widget (if available).
|
||||
|
||||
#### `cache`
|
||||
How long to keep the fetched data in memory. The value is a string and must be a number followed by one of s, m, h, d. Examples:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user