aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Widgets.md
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-12 20:22:36 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-12 20:22:36 -0800
commit93e5449c0843494c49ae799fa044299ca5cdeb6d (patch)
treef134950ce659d8926550d2265456d0112eed9203 /doc/Widgets.md
parent888bf76e4b4c2d4285c0bb28334df6e9af884e16 (diff)
downloadvolse-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/Widgets.md')
-rw-r--r--doc/Widgets.md7
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 />&nbsp;<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 />&nbsp;<br />
+
+
Creating New Widgets
====================