Use radio buttons for heading style (#22173)

This commit is contained in:
Paul Bottein 2024-10-01 14:26:51 +02:00 committed by GitHub
parent ce9993fd36
commit f30603753e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ export class HuiHeadingCardEditor
name: "heading_style",
selector: {
select: {
mode: "dropdown",
mode: "list",
options: ["title", "subtitle"].map((value) => ({
label: localize(
`ui.panel.lovelace.editor.card.heading.heading_style_options.${value}`