diff options
author | friendica <info@friendica.com> | 2014-03-23 20:08:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-23 20:08:42 -0700 |
commit | 592f5591d9751b3ed6194ba018ff56897bc4e7e5 (patch) | |
tree | eeb978190007e454e7ddff5aa276a8909ba7ac6c | |
parent | 350624e993ebc3693350d74ce06fb35fc73b4d3c (diff) | |
download | volse-hubzilla-592f5591d9751b3ed6194ba018ff56897bc4e7e5.tar.gz volse-hubzilla-592f5591d9751b3ed6194ba018ff56897bc4e7e5.tar.bz2 volse-hubzilla-592f5591d9751b3ed6194ba018ff56897bc4e7e5.zip |
update widget docs with archive widget changes
-rw-r--r-- | doc/Widgets.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Widgets.md b/doc/Widgets.md index dc7093f8a..0f8d948ff 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -33,6 +33,9 @@ Some/many of these widgets have restrictions which may restrict the type of page * filer - select filed items from network/matrix stream - must be logged in * archive - date range selector for network and channel pages + * args: 'wall' - 1 or 0, limit to wall posts or network/matrix posts (default) + * 'style': 'list' or 'select' - presentation format, a select form element or a list, default 'select' + * * fullprofile - same as profile currently |