Remove frame column caster from YAML def
This commit is contained in:
@@ -51,7 +51,7 @@ type (
|
||||
Unique bool `json:"unique"`
|
||||
System bool `json:"system"`
|
||||
|
||||
Caster frameCellCaster `json:"-"`
|
||||
Caster frameCellCaster `json:"-" yaml:"-"`
|
||||
}
|
||||
|
||||
FrameDefinitionSet []*FrameDefinition
|
||||
|
||||
Reference in New Issue
Block a user