diff options
author | friendica <info@friendica.com> | 2014-03-05 04:28:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-05 04:28:48 -0800 |
commit | d58abc0230e07663ce543088c186639d36f82f02 (patch) | |
tree | 474ebb0f31063805d8b95dcddc22d4345c989936 /doc/Widgets.md | |
parent | 61f47cd5ed6eee337d9ab30b65844b5118080b76 (diff) | |
download | volse-hubzilla-d58abc0230e07663ce543088c186639d36f82f02.tar.gz volse-hubzilla-d58abc0230e07663ce543088c186639d36f82f02.tar.bz2 volse-hubzilla-d58abc0230e07663ce543088c186639d36f82f02.zip |
add clock widget and correct some doco
Diffstat (limited to 'doc/Widgets.md')
-rw-r--r-- | doc/Widgets.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Widgets.md b/doc/Widgets.md index 678c1b7ac..dc7093f8a 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -4,6 +4,10 @@ Core Widgets Some/many of these widgets have restrictions which may restrict the type of page where they may appear or may require login +* clock - displays the current time + * args: military (1 or 0) - use 24 hour time as opposed to AM/PM + * + * profile - displays a profile sidebar on pages which load profiles (pages with nickname in the URL) * tagcloud - display a tagcloud of webpage items |