Skip to content
Snippets Groups Projects
Unverified Commit fe4efbd8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2970912 by zaporylie, Chi: Missing configuration schema for default...

Issue #2970912 by zaporylie, Chi: Missing configuration schema for default value of Telephone field type
parent cbb7ef07
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,11 @@ field.widget.settings.telephone_default:
placeholder:
type: label
label: 'Placeholder'
field.value.telephone:
type: mapping
label: 'Default value'
mapping:
value:
type: string
label: 'Value'
......@@ -36,6 +36,7 @@ protected function setUp() {
'entity_type' => 'entity_test',
'field_name' => 'field_test',
'bundle' => 'entity_test',
'default_value' => [0 => ['value' => '+012345678']],
])->save();
}
......
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