Open dsellers1 opened 1 year ago
Fixed typo in Grid Layout example code The code reads
title: Grid layout type: custom:grid-layout layout: ...
but it should read
title: Grid layout type: custom:layout-card layout_type: custom:grid-layout layout: ...
The original code does not give any errors but does not display anything. With the change, the example matches the screenshot.
Fixed typo in Grid Layout example code The code reads
but it should read
The original code does not give any errors but does not display anything. With the change, the example matches the screenshot.