From 21442c0a16bdb13161d7a0b07725321cf68a44a4 Mon Sep 17 00:00:00 2001 From: sushantpaste Date: Mon, 18 Nov 2013 13:17:01 +0530 Subject: [PATCH] config schema for entity 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..bfb4b14 --- /dev/null +++ b/core/modules/entity/config/schema/entity.schema.yml @@ -0,0 +1,26 @@ +# Configuration schema for the entity 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'