Hi there.
In the current docs, card-detail-badges
does not have its options explicitly defined, while card-badges
does.
(for context, I spent quite some time trying to set a badge icon to no avail - no icon was displayed, but no errors were shown either)
Is anyone please able to confirm that the valid card badge details are as follows?
Property Type Notes
-----------------------------
dynamic function Must be used in isolation
refresh number Optional; can be set in the returned output of a `dynamic` function
Property Type Notes
-----------------------------
title string Optional
text string
color string Optional, must be one of a predefined list of color names
callback function Optional, mutually exclusive with `url`
url string Optional, see `callback`
target string Optional, can be used in conjunction with `url`
Thanks in advance.