mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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",
|
type: "grid",
|
||||||
name: "",
|
name: "",
|
||||||
schema: [
|
schema: [
|
||||||
|
{
|
||||||
|
name: "title",
|
||||||
|
selector: { text: {} },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "columns",
|
name: "columns",
|
||||||
default: DEFAULT_COLUMNS,
|
default: DEFAULT_COLUMNS,
|
||||||
|
@ -5224,6 +5224,7 @@
|
|||||||
"grid": {
|
"grid": {
|
||||||
"name": "Grid",
|
"name": "Grid",
|
||||||
"description": "The Grid card allows you to show multiple cards in a grid.",
|
"description": "The Grid card allows you to show multiple cards in a grid.",
|
||||||
|
"title": "Title",
|
||||||
"columns": "Columns",
|
"columns": "Columns",
|
||||||
"square": "Render cards as squares"
|
"square": "Render cards as squares"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user