diff options
author | redmatrix <git@macgirvin.com> | 2016-01-14 18:43:54 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-14 18:43:54 -0800 |
commit | 6ff192c4ead307b65df793a138f9c1e18de81e5f (patch) | |
tree | 12c9076072a5bdb34005dc0ba40dd55f059fffbe /doc | |
parent | 64753effd1cd47c43846e5bc8653180acd7c4bc9 (diff) | |
download | volse-hubzilla-6ff192c4ead307b65df793a138f9c1e18de81e5f.tar.gz volse-hubzilla-6ff192c4ead307b65df793a138f9c1e18de81e5f.tar.bz2 volse-hubzilla-6ff192c4ead307b65df793a138f9c1e18de81e5f.zip |
update widget docs with widget_cover_photo
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 baacffd6f..06f043356 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -85,6 +85,13 @@ Some/many of these widgets have restrictions which may restrict the type of page * style - CSS style string <br /> <br /> +* cover_photo - display the cover photo for the selected channel + * args: + * channel_id - channel to use, default is the profile_uid + * style - CSS style string (default is dynamically resized to width of region) +<br /> <br /> + + * photo_rand - display a random photo from one of your photo albums. Photo permissions are honoured * args: * album - album name (very strongly recommended if you have lots of photos) |