feat: dialog to change template metadata in editor
This commit is contained in:
@@ -20,7 +20,7 @@ type template struct {
|
||||
IsBuilt bool `json:"isBuilt"`
|
||||
|
||||
Files []*templateFile `bun:"rel:has-many,join:id=template_id" json:"-"`
|
||||
FileMap map[string]*templateFile `bun:"-" json:"files"`
|
||||
FileMap map[string]*templateFile `bun:"-" json:"files,omitempty"`
|
||||
}
|
||||
|
||||
type templateFile struct {
|
||||
|
Reference in New Issue
Block a user