Version 1
[yaffs-website] / web / core / modules / dblog / config / schema / dblog.schema.yml
diff --git a/web/core/modules/dblog/config/schema/dblog.schema.yml b/web/core/modules/dblog/config/schema/dblog.schema.yml
new file mode 100644 (file)
index 0000000..d7196da
--- /dev/null
@@ -0,0 +1,9 @@
+# Schema for the configuration files of the dblog module.
+
+dblog.settings:
+  type: config_object
+  label: 'Database logging settings'
+  mapping:
+    row_limit:
+      type: integer
+      label: 'Database log messages to keep'