mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-28 19:35:00 +01:00
Document collapse-after-rows property
This commit is contained in:
parent
b58d3e2849
commit
b3be60acf6
@ -471,6 +471,7 @@ Preview:
|
|||||||
| channels | array | yes | |
|
| channels | array | yes | |
|
||||||
| limit | integer | no | 25 |
|
| limit | integer | no | 25 |
|
||||||
| style | string | no | horizontal-cards |
|
| style | string | no | horizontal-cards |
|
||||||
|
| collapse-after-rows | integer | no | 4 |
|
||||||
| video-url-template | string | no | https://www.youtube.com/watch?v={VIDEO-ID} |
|
| video-url-template | string | no | https://www.youtube.com/watch?v={VIDEO-ID} |
|
||||||
|
|
||||||
##### `channels`
|
##### `channels`
|
||||||
@ -485,6 +486,9 @@ Then scroll down and click on "Share channel", then "Copy channel ID":
|
|||||||
##### `limit`
|
##### `limit`
|
||||||
The maximum number of videos to show.
|
The maximum number of videos to show.
|
||||||
|
|
||||||
|
##### `collapse-after-rows`
|
||||||
|
Specify the number of rows to show when using the `grid-cards` style before the "SHOW MORE" button appears.
|
||||||
|
|
||||||
##### `style`
|
##### `style`
|
||||||
Used to change the appearance of the widget. Possible values are `horizontal-cards` and `grid-cards`.
|
Used to change the appearance of the widget. Possible values are `horizontal-cards` and `grid-cards`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user