mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Wrap content to 80 chars
This commit is contained in:
@@ -2,16 +2,20 @@
|
|||||||
Optional content placeholders
|
Optional content placeholders
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Use double brackets and '??' to define optional content. You can then specify whether to include that content or not for each recipient.
|
Use double brackets and '??' to define optional content. You can then
|
||||||
|
specify whether to include that content or not for each recipient.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For example if you only want to show something to people who are under 18:
|
For example if you only want to show something to people who are under
|
||||||
|
18:
|
||||||
</p>
|
</p>
|
||||||
<div class="panel panel-border-wide">
|
<div class="panel panel-border-wide">
|
||||||
<p>
|
<p>
|
||||||
((under18??Please get your application signed by a parent or guardian))
|
((under18??Please get your application signed by a parent or
|
||||||
|
guardian))
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Specify 'yes' or 'no' for this content to appear (or not), when sending messages.
|
Specify 'yes' or 'no' for this content to appear (or not), when sending
|
||||||
|
messages.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user