diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-12 20:22:36 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-12 20:22:36 -0800 |
commit | 93e5449c0843494c49ae799fa044299ca5cdeb6d (patch) | |
tree | f134950ce659d8926550d2265456d0112eed9203 /doc | |
parent | 888bf76e4b4c2d4285c0bb28334df6e9af884e16 (diff) | |
download | volse-hubzilla-93e5449c0843494c49ae799fa044299ca5cdeb6d.tar.gz volse-hubzilla-93e5449c0843494c49ae799fa044299ca5cdeb6d.tar.bz2 volse-hubzilla-93e5449c0843494c49ae799fa044299ca5cdeb6d.zip |
really basic photo album widget for content regions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Widgets.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Widgets.md b/doc/Widgets.md index 7acd9241b..7c506dea7 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -108,6 +108,13 @@ Some/many of these widgets have restrictions which may restrict the type of page <br /> <br /> +* album - provides a widget containing a complete photo album from albums belonging to the page owner; this may be too large to present in a sidebar region as is best implemented as a content region widget. + * args: + * album - album name + * title - optional title, album name is used if not present +<br /> <br /> + + Creating New Widgets ==================== |