Skip to content

Commit 5db7f54

Browse files
committed
Fix mistake in pluginOptions descriptions in table
1 parent 0f84ba2 commit 5db7f54

File tree

1 file changed

+2
-2
lines changed
  • docusaurus/docs/cms/backend-customization

1 file changed

+2
-2
lines changed

docusaurus/docs/cms/backend-customization/models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ The `options` key is used to define specific behaviors and accepts the following
601601
| Key | Value | Description |
602602
|---------------------------|-------------------------------|--------------------------------------------------------|
603603
| `i18n` | `localized: true` | Enables localization. |
604-
| `content-manager` | `visible: false` | Hides Content Manager in the admin panel. |
605-
| `content-type-builder` | `visible: false` | Hides Content-type Builder in the admin panel. |
604+
| `content-manager` | `visible: false` | Hides from Content Manager in the admin panel. |
605+
| `content-type-builder` | `visible: false` | Hides from Content-type Builder in the admin panel. |
606606

607607
```json title="./src/api/[api-name]/content-types/[content-type-name]/schema.json"
608608

0 commit comments

Comments
 (0)