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:
Paulus Schoutsen 2024-01-17 06:43:25 -05:00 committed by GitHub
parent d85c729fa5
commit d1478567f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,10 @@ const SCHEMA = [
type: "grid",
name: "",
schema: [
{
name: "title",
selector: { text: {} },
},
{
name: "columns",
default: DEFAULT_COLUMNS,

View File

@ -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"
},