Handle card rendering errors to show in ui

This commit is contained in:
Yegor Vialov
2020-04-29 07:45:15 +00:00
parent 7d746fd546
commit bc045344a5
4 changed files with 122 additions and 55 deletions

View File

@ -119,6 +119,7 @@ class CardType {
static const MARKDOWN = "markdown";
static const LIGHT = "light";
static const ENTITY_FILTER = "entity-filter";
static const UNKNOWN = "unknown";
}
class Sizes {