diff options
author | friendica <info@friendica.com> | 2014-11-17 20:11:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-17 20:11:05 -0800 |
commit | 7b39fac5f07cd2e85e4e978de8b259d40c03a173 (patch) | |
tree | 06100d4317df95a9663c0c5c6f125c7b7572f98f | |
parent | 7e8f3e4dfb7dfda96c1bba5ea42ebc7ea875e30d (diff) | |
download | volse-hubzilla-7b39fac5f07cd2e85e4e978de8b259d40c03a173.tar.gz volse-hubzilla-7b39fac5f07cd2e85e4e978de8b259d40c03a173.tar.bz2 volse-hubzilla-7b39fac5f07cd2e85e4e978de8b259d40c03a173.zip |
forgot to add catcloud to the widget doc
-rw-r--r-- | doc/Widgets.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Widgets.md b/doc/Widgets.md index 48006adcd..dcf8dfb48 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -39,6 +39,12 @@ Some/many of these widgets have restrictions which may restrict the type of page * categories - categories filter (channel page) * tagcloud_wall - tagcloud for channel page only + * args: 'limit' - number of tags to return (default 50) +<br /> <br /> + +* catcloud_wall - tagcloud for channel page categories + * args: 'limit' - number of categories to return (default 50) +<br /> <br /> * affinity - affinity slider for network page - must be logged in |