mirror of
https://github.com/thekiwismarthome/shopping-list-manager.git
synced 2026-05-01 11:46:30 +00:00
Update shopping_list_card.js
This commit is contained in:
@@ -2196,7 +2196,7 @@ customElements.define('shopping-list-card', ShoppingListCard);
|
|||||||
window.customCards = window.customCards || [];
|
window.customCards = window.customCards || [];
|
||||||
window.customCards.push({
|
window.customCards.push({
|
||||||
type: 'shopping-list-card',
|
type: 'shopping-list-card',
|
||||||
name: 'Shopping List',
|
name: 'Shopping List Card',
|
||||||
description: 'A shopping list card with search, categories, and product images.',
|
description: 'A shopping list card with search, categories, and product images.',
|
||||||
preview: false
|
preview: false
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user