OSDN Git Service

editor: article editor supports media embed
[newslash/newslash.git] / src / newslash_web / templates / common / article / editor.html.tt2
index ed4b2f9..6bb813e 100644 (file)
       </label>
     </p>
 
+    <p v-if="contentType == 'story'">
+      <label>メディア:
+        <textarea name="media" v-model="editor.media"
+                  placeholder="埋め込みコンテンツなどをここに記述してください" ></textarea>
+      </label>
+    </p>
+
     <p v-if="contentType == 'submission'">
       <label>URL(本文がない場合は必須):
         <input type="text" name="url" v-model="editor.url" placeholder="重要なURLを1つ(任意)" />