3
0

Add missing meta.style to page layout actions

This commit is contained in:
Tomaž Jerman
2023-04-05 15:45:23 +02:00
committed by Jože Fortun
parent c82592f6de
commit c62b7b61a1

View File

@@ -108,6 +108,8 @@ type (
// struct field is kept for the convenience for now since it allows us
// easy encoding/decoding of the outgoing/incoming values
Label string `json:"label"`
Style map[string]any `json:"style,omitempty"`
}
PageLayoutFilter struct {