Skip to content
Snippets Groups Projects
Commit c3b21826 authored by catch's avatar catch
Browse files

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

parent 17a0ec12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......@@ -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
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment