feat: renderer
This commit is contained in:
@@ -10,15 +10,14 @@ const (
|
||||
type BlockField struct {
|
||||
Path string
|
||||
CodecType CodecType
|
||||
Required bool
|
||||
Value any
|
||||
Hidden bool
|
||||
}
|
||||
|
||||
type Block struct {
|
||||
Type BlockType
|
||||
Path string
|
||||
Codec CodecType
|
||||
Required bool
|
||||
ListTemplate string
|
||||
Fields []BlockField
|
||||
Value any
|
||||
|
Reference in New Issue
Block a user