Browse Source

tryin to add syndication to view

main
jk 3 years ago
parent
commit
fecc36cdd2
  1. 2
      views/editor.php

2
views/editor.php

@ -128,7 +128,7 @@
<input id="post-description" type="text" value="" placeholder="Description">
<input id="post-image" type="text" value="" placeholder="Banner Image">
<div id="content" class="editable"></div>
Syndicate? <select id="post-syndicate" class="form-select-small">
<span style="font-size:18px">Syndicate? </span><select id="post-syndicate" class="form-select-small">
<option value="no">No</option>
<option value="yes">Yes</option>
</select>

Loading…
Cancel
Save