From 9b054f086a16d657541244c8af05be5496a169d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Sara=C3=A7o=C4=9Flu?= Date: Fri, 15 Nov 2024 17:16:47 +0300 Subject: [PATCH] bug in page configuration fixed. from hidden to is_hidden The parameter that should be "is_hidden" in the page configurations is written as "hidden". --- cms/pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/pages.md b/cms/pages.md index 779cf619..f2f83d58 100644 --- a/cms/pages.md +++ b/cms/pages.md @@ -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