Open cmgriffing opened 6 days ago
I think we end up needing more columns in the db.
For now, I think we need:
bgType
: "solid"
| "linearGradient"
bgGradientColorStart
: stringbgGradientColorEnd
: stringbgGradientLinearDirection
: number (0 - 359)So making sure we have those in the validation might be good too.
Add a support for linear gradient
solid
|linear-gradient
| ...