Skip to content

Commit

Permalink
bug in page configuration fixed. from hidden to is_hidden
Browse files Browse the repository at this point in the history
The parameter that should be "is_hidden" in the page configurations is written as "hidden".
  • Loading branch information
alisaracoglu authored Nov 15, 2024
1 parent 5367b4b commit 9b054f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Parameter | Description
`title` | the page title, required.
`layout` | the page [layout](layouts), optional. If specified, should contain the name of the layout file, without extension, for example: `default`.
`description` | the page description for the backend interface, optional.
`hidden` | hidden pages are accessible only by logged-in backend users, optional.
`is_hidden` | hidden pages are accessible only by logged-in backend users, optional.

### URL syntax

Expand Down

0 comments on commit 9b054f0

Please sign in to comment.