Issue #2185689 by yched: Remove stale entries in field / field instance schemas.

8.0.x
Nathaniel Catchpole 2014-02-11 11:41:29 +00:00
parent 17a0ec124d
commit c3b2182676
5 changed files with 3 additions and 50 deletions

View File

@ -47,9 +47,6 @@ field.field.*.*:
translatable:
type: boolean
label: 'Translatable'
active:
type: boolean
label: 'Active'
indexes:
type: sequence
label: 'Indexes'
@ -82,6 +79,9 @@ field.instance.*.*.*:
field_name:
type: string
label: 'Field name'
entity_type:
type: string
label: 'Entity type'
bundle:
type: string
label: 'Bundle'
@ -104,29 +104,6 @@ field.instance.*.*.*:
field_type:
type: string
label: 'Field type'
entity_type:
type: string
label: 'Entity type'
widget:
type: mapping
label: 'Field instance'
mapping:
weight:
type: integer
label: 'Weight'
type:
type: string
label: 'Type'
module:
type: string
label: 'Module'
settings:
type: mapping
label: 'Settings'
mapping:
size:
type: integer
label: 'Size'
entity_form_display.field.hidden:
type: entity_field_form_display_base

View File

@ -10,10 +10,4 @@ default_value: { }
default_value_function: ''
settings:
text_processing: 0
widget:
weight: -2
type: text_textfield
module: text
settings:
size: 60
field_type: text

View File

@ -10,10 +10,4 @@ default_value: { }
default_value_function: ''
settings:
text_processing: 0
widget:
weight: -2
type: text_textfield
module: text
settings:
size: 60
field_type: text

View File

@ -12,10 +12,4 @@ default_value: { }
default_value_function: ''
settings:
text_processing: '0'
widget:
weight: '-2'
type: text_textfield
module: text
settings:
size: '60'
field_type: text

View File

@ -12,10 +12,4 @@ default_value: { }
default_value_function: ''
settings:
text_processing: '0'
widget:
weight: '-2'
type: text_textfield
module: text
settings:
size: '60'
field_type: text