Closed KTibow closed 3 years ago
Cards can show up in the card picker with the syntax
window.customCards = window.customCards || []; window.customCards.push({ type: "content-card-example", name: "Content Card", preview: false, // Optional - defaults to false description: "A custom card made by me!" // Optional });
It'd be nice if this card supported that.
Done in v1.3.0
I was just working on it ...
Cards can show up in the card picker with the syntax
It'd be nice if this card supported that.