Update interfaces.md

Correct link for types.
This commit is contained in:
Sebastian Kinzlinger
2021-01-03 08:58:42 +02:00
committed by GitHub
parent fc9aa242a6
commit ca2fd85aef

View File

@@ -35,7 +35,7 @@ export default {
- `description` — A short description (<80 characters) of this interface shown in the App.
- `icon` — An icon name from the material icon set, or the extended list of Directus custom icons.
- `component` — A reference to your Vue component.
- `types` — A CSV of supported [types](#).
- `types` — A CSV of supported [types](/concepts/platform-overview.html#types).
<!-- prettier-ignore-start -->
::: tip