fixes #8 type and version added to json export
This commit is contained in:
@@ -28,6 +28,7 @@ func DefaultConf() *Conf {
|
||||
type Conf struct {
|
||||
Title string `json:"title"`
|
||||
Version string `json:"version"`
|
||||
Type string `json:"type"`
|
||||
Values []Value `json:"values"`
|
||||
Areas []Area `json:"areas"`
|
||||
Rating Rating `json:"rating"`
|
||||
|
||||
Reference in New Issue
Block a user