From aab4d417c69f70337a16702ad9b6044c8fd435f2 Mon Sep 17 00:00:00 2001
From: sushantpaste <sushantpaste@gmail.com>
Date: Fri, 15 Nov 2013 16:24:53 +0530
Subject: [PATCH] config schema for entity type form_mode

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

diff --git a/core/modules/entity/config/schema/entity.schema.yml b/core/modules/entity/config/schema/entity.schema.yml
new file mode 100644
index 0000000..7f827cb
--- /dev/null
+++ b/core/modules/entity/config/schema/entity.schema.yml
@@ -0,0 +1,26 @@
+# Configuration schema for entity type form_mode
+entity.form_mode.*.*:
+  type: mapping
+  label: 'Entity Form Mode settings'
+  mapping:
+    id:
+      type: string
+      label: 'Entity Form Mode ID'
+    uuid:
+      type: string
+      label: 'UUID'
+    label:
+      type: label
+      label: 'The human-readable name of the form or view mode'
+    targetEntityType:
+      type: string
+      label: 'Used for Entity type'
+    status:
+      type: boolean
+      label: 'Status'
+    cache:
+      type: boolean
+      label: 'Cache'
+    langcode:
+      type: string
+      label: 'Default language'
\ No newline at end of file
-- 
1.7.9.5

