Allow setting custom CSS classes for individual widgets
This commit is contained in:
parent
b327e59ab1
commit
4dbb5975c0
3 changed files with 9 additions and 2 deletions
|
|
@ -119,6 +119,7 @@ const (
|
|||
type widgetBase struct {
|
||||
Type string `yaml:"type"`
|
||||
Title string `yaml:"title"`
|
||||
CSSClass string `yaml:"css-class"`
|
||||
CustomCacheDuration DurationField `yaml:"cache"`
|
||||
ContentAvailable bool `yaml:"-"`
|
||||
Error error `yaml:"-"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue