Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176

This commit is contained in:
Pantheon Automation 2015-08-17 17:00:26 -07:00 committed by Greg Anderson
commit 9921556621
13277 changed files with 1459781 additions and 0 deletions

View file

@ -0,0 +1,56 @@
# Schema for configuration files of the Field module.
field.settings:
type: config_object
label: 'Field settings'
mapping:
purge_batch_size:
type: integer
label: 'Maximum number of field data records to purge'
field.storage.*.*:
type: config_entity
label: 'Field'
mapping:
id:
type: string
label: 'ID'
field_name:
type: string
label: 'Field name'
entity_type:
type: string
label: 'Entity type'
type:
type: string
label: 'Type'
settings:
type: field.storage_settings.[%parent.type]
module:
type: string
label: 'Module'
locked:
type: boolean
label: 'Locked'
cardinality:
type: integer
label: 'Maximum number of values users can enter'
translatable:
type: boolean
label: 'Translatable'
indexes:
type: sequence
label: 'Indexes'
sequence:
type: sequence
label: 'Indexes'
sequence:
type: ignore
label: 'Index'
persist_with_no_fields:
type: boolean
label: 'Persist field storage with no fields'
field.field.*.*.*:
type: field_config_base
label: 'Field'

View file

@ -0,0 +1,25 @@
# Schema for the views plugins of the Field module.
views.argument.field_list:
type: views.argument.numeric
label: 'List field name'
mapping:
human:
type: boolean
label: 'Display list value as human readable'
views.argument.field_list_string:
type: views.argument.string
label: 'List field name'
mapping:
human:
type: boolean
label: 'Display list value as human readable'
views.filter.field_list:
type: views.filter.many_to_one
label: 'List field'
views.relationship.entity_reverse:
type: views_relationship
label: 'Reverse entity reference'