Add wrap field to PageBlockStyle struct
This commit is contained in:
@@ -73,6 +73,7 @@ type (
|
||||
|
||||
PageBlockStyle struct {
|
||||
Variants map[string]string `json:"variants,omitempty"`
|
||||
Wrap map[string]string `json:"wrap,omitempty"`
|
||||
}
|
||||
|
||||
PageButton struct {
|
||||
|
||||
Reference in New Issue
Block a user