Name | Type | Description | Notes |
---|---|---|---|
color | String | One of: `pink, yellow, lime, blue, black, orange, red, purple, sky, green` | [optional] |
brightness | String | Determines whether the text on the cover should be dark or light. Setting it to `light` will make the text on the card cover dark. And vice versa, setting it to dark will make the text on the card cover light | [optional] |
url | String | Used if making an image the cover. Only Unsplash URLs (https://images.unsplash.com/) work. | [optional] |
-
pink
(value:"pink"
) -
yellow
(value:"yellow"
) -
lime
(value:"lime"
) -
blue
(value:"blue"
) -
black
(value:"black"
) -
orange
(value:"orange"
) -
red
(value:"red"
) -
purple
(value:"purple"
) -
sky
(value:"sky"
) -
green
(value:"green"
)
-
dark
(value:"dark"
) -
light
(value:"light"
)