From c2443037eed88181614ab01888d00fe1c006ee72 Mon Sep 17 00:00:00 2001 From: zeke-witter Date: Mon, 24 Apr 2017 10:24:15 -0500 Subject: [PATCH 1/2] Update RSS widget documentation --- docs/widgets.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/widgets.md b/docs/widgets.md index fe477e8c8..28988f166 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -225,14 +225,21 @@ This provides a more usable click surface, a simpler and cleaner user experience ``` +#### About entity file values + +* **lim**: The number of items to show. Any number greater than 6 will default to 6 (due to space limitations). Use a smaller number for feeds that are infrequently updated. +* **titleLim**: Limit the length (in characters, including spaces) of feed titles. This number should be between 30 and 60 (depending on whether you're showing dates or not). +* **showdate**: T/F show each feed item's published date. The date format is "M/d" due to space consideration. +* **showShowing**: T/F Show the "Showing [x] out of [y]" message (to communicate that there is more to see). Set this to true if your feed has frequent updates. + #### Additional information Note the addition required value in the entity file: From 0e13d0101e1019fea9c415f87822328336ff685e Mon Sep 17 00:00:00 2001 From: zeke-witter Date: Mon, 24 Apr 2017 11:37:02 -0500 Subject: [PATCH 2/2] Update date format info --- docs/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets.md b/docs/widgets.md index 28988f166..bcb54d2f8 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -237,7 +237,7 @@ This provides a more usable click surface, a simpler and cleaner user experience * **lim**: The number of items to show. Any number greater than 6 will default to 6 (due to space limitations). Use a smaller number for feeds that are infrequently updated. * **titleLim**: Limit the length (in characters, including spaces) of feed titles. This number should be between 30 and 60 (depending on whether you're showing dates or not). -* **showdate**: T/F show each feed item's published date. The date format is "M/d" due to space consideration. +* **showdate**: T/F show each feed item's published date. The date format is "M/d/yy" (localizable) due to space consideration. * **showShowing**: T/F Show the "Showing [x] out of [y]" message (to communicate that there is more to see). Set this to true if your feed has frequent updates. #### Additional information