diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-30 17:53:47 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-30 17:53:47 -0700 |
commit | 9fc87d43c9a38b3ba1079412fde81ef0f5190fed (patch) | |
tree | 678814e4037551388050c3afb1eb8cae39615b92 /doc | |
parent | 097002910ead3ec263f723eb66e659f0469b8bb6 (diff) | |
parent | e8d2dd7204b2ae80819905075de1a036c2be9aa6 (diff) | |
download | volse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.tar.gz volse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.tar.bz2 volse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Comanche.md | 4 | ||||
-rw-r--r-- | doc/comanche.bb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/Comanche.md b/doc/Comanche.md index 56bf68457..147988938 100644 --- a/doc/Comanche.md +++ b/doc/Comanche.md @@ -88,6 +88,10 @@ This places the menu called "mymenu" at this location on the page, which must be This places a block named "contributors" in this region. + [block][var=wrap]none[/var]contributors[/block] + +The variable [var=wrap]none[/var] in a block removes the wrapping div element from the block. + **Widgets** diff --git a/doc/comanche.bb b/doc/comanche.bb index 19a74833e..3afe14489 100644 --- a/doc/comanche.bb +++ b/doc/comanche.bb @@ -108,6 +108,10 @@ This places the menu called "mymenu" at this location on the page, whi [/code]
This places a block named "contributors" in this region.
+[code]
+ [block][var=wrap]none[/var]contributors[/block]
+[/code]
+The variable [var=wrap]none[/var] in a block removes the wrapping div element from the block.
[b]Widgets[/b]
|