feat: some experiments
This commit is contained in:
@@ -22,9 +22,9 @@ type Block struct {
|
||||
Fields []BlockField
|
||||
Optional bool
|
||||
Value any
|
||||
content string
|
||||
content Slice
|
||||
}
|
||||
|
||||
func (b Block) GetContent() string {
|
||||
return b.content
|
||||
return b.content.String()
|
||||
}
|
||||
|
Reference in New Issue
Block a user