mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-25 10:16:35 +00:00
Update custom-card.md - add documentationURL (#1990)
This commit is contained in:
parent
629b9ec50e
commit
6343922de2
@ -267,6 +267,7 @@ window.customCards.push({
|
|||||||
name: "Content Card",
|
name: "Content Card",
|
||||||
preview: false, // Optional - defaults to false
|
preview: false, // Optional - defaults to false
|
||||||
description: "A custom card made by me!", // Optional
|
description: "A custom card made by me!", // Optional
|
||||||
|
documentationURL: "https://developers.home-assistant.io/docs/frontend/custom-ui/custom-card/", // Adds a help link in the frontend card editor
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user