Closed ghost closed 2 years ago
Draft previews are currently not working from within the panel, since the page() method is not able to find drafts. See https://getkirby.com/docs/reference/templates/helpers/page.
page()
In order to only allow previews for logged in users the isReadable() method is used. See https://getkirby.com/docs/reference/objects/cms/page/is-readable.
isReadable()
@johannschopplich done!
Thanks!
Draft previews are currently not working from within the panel, since the
page()
method is not able to find drafts. See https://getkirby.com/docs/reference/templates/helpers/page.In order to only allow previews for logged in users the
isReadable()
method is used. See https://getkirby.com/docs/reference/objects/cms/page/is-readable.