From 0aaed25e2d9a8a654fc174f8a122944fd3d45568 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Sun, 17 Mar 2013 09:35:29 -0700
Subject: [PATCH] Issue #1919164 by Vikas Negi, sandipmkhairnar, vijaycs85:
 Create configuration schemas for field module.

---
 core/modules/field/config/schema/field.schema.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 core/modules/field/config/schema/field.schema.yml

diff --git a/core/modules/field/config/schema/field.schema.yml b/core/modules/field/config/schema/field.schema.yml
new file mode 100644
index 000000000000..b9e51d61b5b3
--- /dev/null
+++ b/core/modules/field/config/schema/field.schema.yml
@@ -0,0 +1,9 @@
+# Schema for configuration files of the Field module.
+
+field.settings:
+  type: mapping
+  label: 'Field settings'
+  mapping:
+    purge_batch_size:
+      type: integer
+      label: 'Maximum number of field data records to purge'
-- 
GitLab