Files
notifications-admin/app/templates/partials/templates/guidance-optional-content.html
Chris Hill-Scott adf1493fb5 Add guidance about horizontal lines
We’ve supported this for a while but don’t tell anyone how to do it.

This commit also alters the spacing of things so the description groups
better with the example.
2018-06-28 16:06:04 +01:00

21 lines
493 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<h2 class="heading-medium">
Optional content
</h2>
<p>
Use double brackets and ?? to define optional content.
</p>
<p class="bottom-gutter-1-3">
For example if you only want to show something to people who are under
18:
</p>
<div class="panel panel-border-wide">
<p>
((under18??Please get your application signed by a parent or
guardian.))
</p>
</div>
<p>
For each person you send this message to, specify yes or no to
show or hide this content.
</p>