Index: third_party/polymer/components-chromium/core-input/metadata.html |
diff --git a/third_party/polymer/components-chromium/core-input/metadata.html b/third_party/polymer/components-chromium/core-input/metadata.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..01f69bbe1ec4acb075585a80677234b9f7687df4 |
--- /dev/null |
+++ b/third_party/polymer/components-chromium/core-input/metadata.html |
@@ -0,0 +1,11 @@ |
+<x-meta id="core-input" label="Input" group="Core" isEditor> |
+ |
+ <template> |
+ <core-input placeholder="Type something..." style="padding: 15px;"></core-input> |
+ </template> |
+ |
+ <template id="imports"> |
+ <link rel="import" href="core-input.html"> |
+ </template> |
+ |
+</x-meta> |