Skip to content

Commit 3697728

Browse files
committed
changes after review
1 parent 3a0de18 commit 3697728

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

content/guides/embed/ui-elements/explorer-metadata.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ alias_paths:
1111
- /docs/content-explorer
1212
---
1313

14-
# Content Explorer - Metadata view
14+
# Content Explorer - metadata view
1515

1616
With Content Explorer you can also display files and folders
1717
based on their metadata.
@@ -38,6 +38,20 @@ The next step is to create a metadata template you will use to populate the Cont
3838
cascade policy. For detailed instructions, see
3939
[instructions on customizing and applying templates][apply-templates].
4040

41+
### Display name and key parameters
42+
43+
* The `displayName` parameter is the display name of the template visible
44+
in the Admin Console.
45+
* The `templateKey` parameter is a unique identifier of the template. It needs
46+
to be unique across the enterprise for which you create the metadata template.
47+
If you don't provide the `templateKey` parameter, API creates a unique one
48+
based on the value in `displayName`.
49+
* The `[fields].displayName` parameter is the display name of the field as it
50+
is shown to the user in the web and mobile apps.
51+
* The `[fields].key` parameter is a unique identifier for a specific field in
52+
the template. The identifier must be unique within the template to which it
53+
belongs.
54+
4155
## Display metadata view
4256

4357
To make things easier, you can use a [sample project][metadata-project] to
@@ -179,19 +193,6 @@ function App() {
179193
export default App;
180194
```
181195

182-
## Display name and key parameters
183-
184-
* The `displayName` parameter is the display name of the template.
185-
* The `templateKey` parameter is a unique identifier of the template. It needs
186-
to be unique across the enterprise for which you create the metadata template.
187-
If you don't provide the `templateKey` parameter, API creates a unique one
188-
based on the value in `displayName`.
189-
* The `[fields].displayName` parameter is the display name of the field as it
190-
is shown to the user in the web and mobile apps.
191-
* The `[fields].key` parameter is a unique identifier for a specific field in
192-
the template. The identifier must be unique within the template to which it
193-
belongs.
194-
195196
## Key
196197

197198
To decide which fields to show, the metadata Content Explorer uses metadata
@@ -218,6 +219,9 @@ Chinese, etc.) they are automatically renamed to generic identifiers:
218219
* `field` for the first occurrence
219220
* `field1`, `field2`, and so on for subsequent occurrences
220221

222+
Key names are based on the display names. If a display name contains non-Latin
223+
characters, the key will be renamed.
224+
221225
<Message type='notice'>
222226
**TIP**: For a detailed flow, see [Metadata view blog post][blogpost].
223227
</Message>

0 commit comments

Comments
 (0)