10 lines
469 B
YAML
10 lines
469 B
YAML
# Each page blueprint must have a title, the title may be different from the file name
|
|
title: Error
|
|
|
|
# Page options allow you to control how users can interact with the page.
|
|
# Here we prevent reading of the page, so it is not shown to anyone in the Panel.
|
|
# If you want to allow users to modify the error page content in the Panel, remove this option.
|
|
# More about page options: https://getkirby.com/docs/reference/panel/blueprints/page#options
|
|
options:
|
|
read: false
|