thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.05k stars 125 forks source link

Layout options field not showing #259

Open Redding43 opened 11 months ago

Redding43 commented 11 months ago

My Home Assistant version: 2023.10.5

Layout-card version (FROM BROWSER CONSOLE): 2.4.4

What I am doing: trying to adjust layout for dashboard.

What I expected to happen: see layout options field

What happened instead: no field showing

Minimal steps to reproduce: edit dashboard, select the Grid (Layout-card) (or other alternatives), save dashboard. Edit again but no Layout Options field appears in settings tab

image

Redding43 commented 11 months ago

Think I have kind of solved it. Looks the field is showing, irrespective of the template selected, plus the field has no title so was not clear

Cliff-R-K commented 10 months ago

I don't understand, I have the same problem where got no Layout-tab

ccruzen commented 10 months ago

FYI, ran into this problem as well, there wasn't a layout tab. Based on Redding43's comment, figured out that at the bottom of the screen, under "Subviews don't appear in tabs and have a back button.", in the code section next to the 1| is where you enter the: width: 300 max_cols: 10

Nick2253 commented 7 months ago

To be clear, there does not appear to be a "Layout" tab any more, and the code box at the bottom of the "Settings" tab (as shown in the screenshot above) is where you put the layout code, like:

width: 300
max_cols: 10

In my opinion, the lack of a label on this box is definitely a usability bug, and the lack of the "Layout" tab also needs to be addressed in the documentation.