diff options
author | friendica <info@friendica.com> | 2014-11-22 12:26:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-22 12:26:04 -0800 |
commit | b16f93883077a3637d055a4c70a28ef0c994efec (patch) | |
tree | 8182991580db2190f7ab81270d7398089abd2911 /doc | |
parent | c785b5a90cbc1b5b62e95794cb001abc7609dc12 (diff) | |
download | volse-hubzilla-b16f93883077a3637d055a4c70a28ef0c994efec.tar.gz volse-hubzilla-b16f93883077a3637d055a4c70a28ef0c994efec.tar.bz2 volse-hubzilla-b16f93883077a3637d055a4c70a28ef0c994efec.zip |
random block widget
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 2c5625156..68f9e4cea 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -90,5 +90,12 @@ Some/many of these widgets have restrictions which may restrict the type of page * album - album name (very strongly recommended if you have lots of photos) * scale - typically 0 (original size), 1 (640px), or 2 (320px) * style - CSS style string + * channel_id - if not your own +<br /> <br /> + +* random_block - display a random block element from your webpage design tools collection. Permissions are honoured. + * args: + * contains - only return blocks which include the contains string in the block name + * channel_id - if not your own <br /> <br /> |