Issue #2013891 by swentel: Remove widget config schema from text, options and field modules.

8.0.x
Alex Pott 2013-06-14 23:31:17 +02:00
parent 88101706e0
commit 22a09e4daf
3 changed files with 0 additions and 80 deletions

View File

@ -123,21 +123,6 @@ field.instance.*.*.*:
label: 'Default value funtion'
settings:
type: field.[%parent.field_type].instance_settings
widget:
type: mapping
label: 'Widget'
mapping:
weight:
type: integer
label: 'Weight'
type:
type: string
label: 'Widget type'
settings:
type: field_widget.[%parent.type].settings
module:
type: string
label: 'Module'
field_type:
type: string
label: 'Field type'

View File

@ -131,32 +131,3 @@ field.list_boolean.value:
value:
type: boolean
label: 'Value'
field_widget.options_select.settings:
type: sequence
label: 'Select list widget settings'
sequence:
- type: string
label: 'Value'
field_widget.options_buttons.settings:
type: sequence
label: 'Check boxes/radio buttons widget settings'
sequence:
- type: string
label: 'Value'
field_widget.options_onoff.settings:
type: mapping
label: 'Single on/off checkbox widget settings'
mapping:
display_label:
type: boolean
label: 'Use field label instead of the "On value" as label'
field_widget.options_list.settings:
type: sequence
label: 'Select list widget settings'
sequence:
- type: string
label: 'Value'

View File

@ -108,39 +108,3 @@ field.text_with_summary.value:
format:
type: string
label: 'Text format'
field_widget.text_textfield.settings:
type: mapping
label: 'Text field widget settings'
mapping:
size:
type: integer
label: 'Size of textfield'
placeholder:
type: label
label: 'Placeholder'
field_widget.text_textarea.settings:
type: mapping
label: 'Long text widget settings'
mapping:
rows:
type: integer
label: 'Rows'
placeholder:
type: label
label: 'Placeholder'
field_widget.text_textarea_with_summary.settings:
type: mapping
label: 'Text area widget settings'
mapping:
rows:
type: integer
label: 'Rows'
summary_rows:
type: integer
label: 'Summary rows'
placeholder:
type: label
label: 'Placeholder'