diff --git a/docs/src/content/docs/nl/plugins/manifest.mdx b/docs/src/content/docs/nl/plugins/manifest.mdx index 6d1d05a6..4fe807a1 100644 --- a/docs/src/content/docs/nl/plugins/manifest.mdx +++ b/docs/src/content/docs/nl/plugins/manifest.mdx @@ -53,7 +53,7 @@ De URL naar de projectstartpagina. Specify a license for your plugin so that people know how they are permitted to use it, and any restrictions you're placing on it. -### private +### privé Whether or not to publish the plugin in public directories. If set to `true`, directories should refuse to publish the plugin. @@ -104,17 +104,17 @@ A field is a form element: | Eigenschap | Type | Notitie | | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | | `type` | `checkbox` \| `datetime` \| `email` \| `markdown` \| `number` \| `radio-group` \| `select-multiple` \| `select` \| `text` \| `textarea` \| `toggler` \| `url` | Default is `text` | -| `label` (required) | `string` | Can be translated (see i18n) | -| `hint` | `string` | Can be translated (see i18n) | -| `helper` | `string` | Can be translated (see i18n) | +| `label` (required) | `tekenreeks` | Can be translated (see i18n) | +| `hint` | `tekenreeks` | Can be translated (see i18n) | +| `helper` | `tekenreeks` | Can be translated (see i18n) | | `optional` | `boolean` | Default is `false` | -| `options` | `Options` | Required for `radio-group`, `select-multiple`, and `select` types. | +| `opties` | `Opties` | Required for `radio-group`, `select-multiple`, and `select` types. | #### Options object The `Options` object properties are option keys and the value is an `Option`. -##### Option object +##### Optie object | Eigenschap | Type | Notitie | | ------------------- | ------------ | ---------------------------- |