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..fb896fa --- /dev/null +++ b/core/modules/entity/config/schema/entity.schema.yml @@ -0,0 +1,25 @@ +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: 'Entity type this form or view mode is used for' + status: + type: boolean + label: 'Status' + cache: + type: boolean + label: 'Cache' + langcode: + type: string + label: 'Default language'