3
0

Remove frame column caster from YAML def

This commit is contained in:
Tomaž Jerman
2021-09-28 13:10:10 +02:00
committed by Denis Arh
parent edcac041bc
commit c2136c54c6

View File

@@ -51,7 +51,7 @@ type (
Unique bool `json:"unique"`
System bool `json:"system"`
Caster frameCellCaster `json:"-"`
Caster frameCellCaster `json:"-" yaml:"-"`
}
FrameDefinitionSet []*FrameDefinition