Update new post form

This commit is contained in:
Daniel Supernault 2018-09-08 21:23:06 -06:00
parent 64dae33a87
commit 7c1b0c2065
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -31,6 +31,19 @@
</button>
<div class="collapse" id="collapsePreview">
<div class="form-group pt-3">
<label class="font-weight-bold text-muted small">Visibility</label>
<div class="switch switch-sm">
<select class="form-control" name="visibility">
<option value="public" selected="">Public</option>
<option value="unlisted">Unlisted (hidden from public timelines)</option>
<option value="private">Followers Only</option>
</select>
</div>
<small class="form-text text-muted">
Set the visibility of this post.
</small>
</div>
<div class="form-group">
<label class="font-weight-bold text-muted small">CW/NSFW</label>
<div class="switch switch-sm">
<input type="checkbox" class="switch" id="cw-switch" name="cw">