Version 1
[yaffs-website] / web / modules / contrib / redirect / modules / redirect_404 / config / schema / redirect_404.schema.yml
1 # Schema for the configuration files of the redirect_404 module.
2
3 redirect_404.settings:
4   type: config_object
5   label: '404 error database logging settings.'
6   mapping:
7     row_limit:
8       type: integer
9       label: '404 error database logs to keep.'
10     pages:
11       type: string
12     suppress_404:
13       type: boolean
14       label: "Whether to log 'page not found' messages to the standard log or not."