mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add features position description in tile card editor (#24421)
This commit is contained in:
parent
e21d1399ea
commit
9250ecb16f
@ -245,6 +245,9 @@ export class HuiTileCardEditor
|
||||
label: localize(
|
||||
`ui.panel.lovelace.editor.card.tile.features_position_options.${value}`
|
||||
),
|
||||
description: localize(
|
||||
`ui.panel.lovelace.editor.card.tile.features_position_options.${value}_description`
|
||||
),
|
||||
value,
|
||||
image: {
|
||||
src: `/static/images/form/tile_features_position_${value}.svg`,
|
||||
|
@ -7185,7 +7185,9 @@
|
||||
"features_position": "Features position",
|
||||
"features_position_options": {
|
||||
"bottom": "Bottom",
|
||||
"inline": "Inline"
|
||||
"bottom_description": "Displays all features stacked",
|
||||
"inline": "Inline",
|
||||
"inline_description": "Displays only the first feature"
|
||||
},
|
||||
"features_position_helper_vertical": "Always displayed at the bottom if the content layout is vertical",
|
||||
"content_layout": "Content layout",
|
||||
|
Loading…
x
Reference in New Issue
Block a user