Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a1fe8d

Browse files
authored
docs(studio): rename navigation
1 parent 91a7df0 commit 7a1fe8d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/content/changelog/studio-customisation.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,14 @@ mainScreen: z.string().editor({ input: 'media' })
9292

9393
#### Options
9494

95-
#### `input: 'media' | 'icon'`
95+
##### `input: 'media' | 'icon'`
9696

9797
You can set the editor input type. Currently both icon and media are available since there are handled in Studio editor.
9898

99-
#### `hidden: Boolean`
99+
##### `hidden: Boolean`
100100

101101
This option can be set to avoid the display of a field in the Studio editor.
102102

103103
::prose-tip
104104
Studio inputs are fully extensible. We can create as many input as we want based on our users needs.
105105
::
106-
107-
###

docs/content/docs/8.studio/4.medias.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage and integrate Medias in Nuxt Content Studio CMS
33
navigation:
4-
title: Medias
4+
title: Media Library
55
description: Explore how to browse and manage media files, and integrate them
66
into your projects using Nuxt Content Studio CMS features.
77
---

0 commit comments

Comments
 (0)