Issue #2096373 by sushantpaste, jsbalsera, Sumeet.Pareek, gaurav.goyal: Provide config schema for View modes.

8.0.x
webchick 2013-11-22 21:52:41 -08:00
parent 9c649add1f
commit 833c7142a6
1 changed files with 27 additions and 0 deletions

View File

@ -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'