From 9fcc14dfcb081398cc5330b6df8548ae036b4558 Mon Sep 17 00:00:00 2001 From: sushantpaste Date: Sun, 10 Nov 2013 12:39:15 +0530 Subject: [PATCH] provide config schema for view mode --- .../modules/entity/config/schema/entity.schema.yml | 27 ++++++++++++++++++++ 1 file changed, 27 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..97a7c16 --- /dev/null +++ b/core/modules/entity/config/schema/entity.schema.yml @@ -0,0 +1,27 @@ +# Schema for Configuration files of the entity module. + +entity.view_mode.*.*: + type: mapping + label: 'Entity View Mode settings' + mapping: + id: + type: string + label: 'Entity View 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: 'Enabled' + cache: + type: boolean + label: 'Cached' + langcode: + type: string + label: 'Default language' -- 1.7.9.5