Allow renaming Custom Embed items (#255)

This commit is contained in:
calzoneman 2013-08-22 17:33:03 -05:00
parent 1294a7bd50
commit 36445bed6e
3 changed files with 12 additions and 0 deletions

View file

@ -180,6 +180,7 @@
<div id="customembed_entry" style="display: none;">
Paste the embed code below and hit Next or End. Acceptable embed codes are <code>&lt;iframe&gt;</code> and <code>&lt;object&gt;</code> tags.
<textarea rows="3" class="input-block-level" id="customembed_code"></textarea>
<input type="text" class="input-block-level" id="customembed_title" placeholder="(Optional) Title">
</div>
<br>
</div>