diff options
Diffstat (limited to 'doc/Widgets.md')
-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 /> |