Skip to content

Commit

Permalink
Fix incorrect parameter name (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaracoglu authored Nov 16, 2024
1 parent 5367b4b commit ad09d06
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 ad09d06

Please sign in to comment.