From b3be60acf6a44b9e9156dc2e8679db351529d5a6 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Thu, 30 May 2024 23:51:24 +0100 Subject: [PATCH] Document collapse-after-rows property --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 264efb6..f719d8b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -471,6 +471,7 @@ Preview: | channels | array | yes | | | limit | integer | no | 25 | | style | string | no | horizontal-cards | +| collapse-after-rows | integer | no | 4 | | video-url-template | string | no | https://www.youtube.com/watch?v={VIDEO-ID} | ##### `channels` @@ -485,6 +486,9 @@ Then scroll down and click on "Share channel", then "Copy channel ID": ##### `limit` 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` Used to change the appearance of the widget. Possible values are `horizontal-cards` and `grid-cards`.