Skip to content

Commit

Permalink
Mention issue with draft prop
Browse files Browse the repository at this point in the history
  • Loading branch information
zrooda committed Apr 23, 2024
1 parent 181f70b commit 7b0b47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.usage/2.markdown.md
Expand Up @@ -36,7 +36,7 @@ description: 'meta description of the page'
| ------------------------------------------- | :-------: | ------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `title` | `string` | First `<h1>`{lang="html"} of the page | Title of the page, will also be injected in metas |
| `description` | `string` | First `<p>`{lang="html"} of the page | Description of the page, will be shown below the title and injected into the metas |
| `draft` | `boolean` | `false` | Mark the page as draft (and only display it in development mode). |
| `draft` | `boolean` | `false` | Mark the page as draft ([Issue](https://github.com/nuxt/content/issues/1523)). |
| `navigation` | `boolean` | `true` | Define if the page is included in [`fetchContentNavigation`](/usage/navigation) return value. |
| [`head`](/composables/use-content-head) | `object` | `true` | Easy access to [`useContentHead`](/composables/use-content-head) |

Expand Down

0 comments on commit 7b0b47b

Please sign in to comment.