feat: reimplement pathAlias for yaml fields
All checks were successful
Build and Push Server / build-and-push (push) Successful in 7m4s
All checks were successful
Build and Push Server / build-and-push (push) Successful in 7m4s
This commit is contained in:
@@ -8,15 +8,17 @@ const (
|
||||
)
|
||||
|
||||
type BlockField struct {
|
||||
Path string
|
||||
CodecType CodecType
|
||||
Value any
|
||||
Hidden bool
|
||||
Path string
|
||||
PathAliases []string
|
||||
CodecType CodecType
|
||||
Value any
|
||||
Hidden bool
|
||||
}
|
||||
|
||||
type Block struct {
|
||||
Type BlockType
|
||||
Path string
|
||||
PathAliases []string
|
||||
Codec CodecType
|
||||
ListTemplate string
|
||||
Fields []BlockField
|
||||
|
||||
Reference in New Issue
Block a user