Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 8e46914

Browse files
committed
update core-field metadata
1 parent 919ab4b commit 8e46914

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

metadata.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
<x-meta id="core-field" label="Polymer Core Field">
1+
<x-meta id="core-field" label="Polymer Core Field" group="Polymer Core" isContainer>
2+
23
<template>
3-
<core-field icon="search" theme="polymer-ui-light-theme">
4+
<core-field icon="search" theme="core-light-theme">
45
<core-icon icon="search"></core-icon>
5-
<core-input placeholder="text input" flex></core-input>
6+
<core-input placeholder="text input" core-flex></core-input>
67
</core-field>
78
</template>
9+
810
<template id="imports">
911
<link rel="import" href="core-field.html">
1012
<link rel="import" href="../core-icon/core-icon.html">
1113
<link rel="import" href="../core-input/core-input.html">
1214
</template>
15+
1316
</x-meta>
1417

0 commit comments

Comments
 (0)