editor: Support for selecting metadata keys from a list in the metadata editor
[fnpeditor.git] / src / editor / modules / metadataEditor / templates / item.html
index 3920f68..8166eb5 100644 (file)
@@ -1,5 +1,5 @@
 <tr>
-    <td><div contenteditable="true" class="rng-module-metadataEditor-metaItemKey"><%= key %></div></td>
+    <td></td>
     <td><div contenteditable="true" class="rng-module-metadataEditor-metaItemValue"><%= value %></div></td>
     <td><button class="rng-visualEditor-metaRemoveBtn btn btn-mini btn-danger">x</button></td>
 </tr>
\ No newline at end of file