Remove frame column caster from YAML def

This commit is contained in:
Tomaž Jerman
2021-10-01 10:08:58 +02:00
committed by Denis Arh
parent edcac041bc
commit c2136c54c6
+1 -1
View File
@@ -51,7 +51,7 @@ type (
Unique bool `json:"unique"`
System bool `json:"system"`
Caster frameCellCaster `json:"-"`
Caster frameCellCaster `json:"-" yaml:"-"`
}
FrameDefinitionSet []*FrameDefinition