Version 1
[yaffs-website] / web / modules / contrib / redirect / modules / redirect_404 / config / schema / redirect_404.schema.yml
diff --git a/web/modules/contrib/redirect/modules/redirect_404/config/schema/redirect_404.schema.yml b/web/modules/contrib/redirect/modules/redirect_404/config/schema/redirect_404.schema.yml
new file mode 100644 (file)
index 0000000..3aaeb9d
--- /dev/null
@@ -0,0 +1,14 @@
+# Schema for the configuration files of the redirect_404 module.
+
+redirect_404.settings:
+  type: config_object
+  label: '404 error database logging settings.'
+  mapping:
+    row_limit:
+      type: integer
+      label: '404 error database logs to keep.'
+    pages:
+      type: string
+    suppress_404:
+      type: boolean
+      label: "Whether to log 'page not found' messages to the standard log or not."