mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Allow rich rext for Site Message and Space Desc
Closes #291 Style both site-wide message and per space descriptions using the fully-featured rich text editor.
This commit is contained in:
parent
8970a21b58
commit
5c1ad25dc9
8 changed files with 156 additions and 10 deletions
|
@ -27,7 +27,7 @@
|
|||
{{space.name}}
|
||||
</div>
|
||||
{{#if (not-eq viewDensity "3")}}
|
||||
<div class="desc">{{space.desc}} </div>
|
||||
<div class="desc">{{{space.desc}}}</div>
|
||||
{{/if}}
|
||||
{{#if (eq viewDensity "1")}}
|
||||
<div class="meta">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue