docs: Various minor doc improvements (#2384)

This commit is contained in:
Dermot Duffy
2026-03-01 14:49:01 -08:00
committed by GitHub
parent 37004f91fa
commit db0a747729
8 changed files with 96 additions and 65 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ render and can operate in `image` or `folders` views depending on configuration.
| `card_id` | An optional ID to uniquely identify this card. For use when actions are being sent to card(s) via [URL actions](../usage/url-actions.md). Must exclusively consist of these characters: `[a-zA-Z0-9_]`. |
| [`dimensions`](dimensions.md) | Configures the overall card dimensions. |
| [`elements`](elements/README.md) | Add custom elements to the card. |
| [`folders`](folders.md) | Configures folders to be used in the card. Optional. If present, the first listed camera is the default. |
| [`folders`](folders.md) | Configures folders to be used in the card. Optional. If present, the first listed folder is the default. |
| [`image`](image.md) | Configures the `image` view. |
| [`live`](live.md) | Configures the `live` view. |
| [`media_gallery`](media-gallery.md) | Configures the media gallery. |