浏览代码

Replace tag input with rich widget

Getty Ritter 4 年之前
父节点
当前提交
03d2ed0dd5
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      templates/edit_link.mustache

+ 3 - 1
templates/edit_link.mustache

@@ -19,7 +19,9 @@
     </div>
     <div class="tags">
       <label for="tags">Tags</label>
-      <input name="tags" type="text" value="{{#tags}}{{#tag}}{{name}} {{/tag}}{{/tags}}" />
+      <input class="tagtest" type="text"
+        value="{{#tags}}{{#tag}}{{name}}{{/tag}},{{/tags}}"
+        data-whitelist="{{#all_tags}}{{name}},{{/all_tags}}" />
     </div>
 
     <div class="submit">