mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add title to grid card editor (#19429)
* Add title to grid card editor * Update src/panels/lovelace/editor/config-elements/hui-grid-card-editor.ts Co-authored-by: Bram Kragten <mail@bramkragten.nl> --------- Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
d85c729fa5
commit
d1478567f0
@ -33,6 +33,10 @@ const SCHEMA = [
|
||||
type: "grid",
|
||||
name: "",
|
||||
schema: [
|
||||
{
|
||||
name: "title",
|
||||
selector: { text: {} },
|
||||
},
|
||||
{
|
||||
name: "columns",
|
||||
default: DEFAULT_COLUMNS,
|
||||
|
@ -5224,6 +5224,7 @@
|
||||
"grid": {
|
||||
"name": "Grid",
|
||||
"description": "The Grid card allows you to show multiple cards in a grid.",
|
||||
"title": "Title",
|
||||
"columns": "Columns",
|
||||
"square": "Render cards as squares"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user