Since the introduction of EntityFormDisplays, field instances hold no 'widget' data in D8.
There were leftover 'widget' entries in a couple test field.instance.*.yml files, so #2167623: Add test for all default configuration to ensure schema exists and is correct added a 'widget' schema entry for field.instance.* for compliance.
Instead, the existing 'widget' entries should be removed altogether.
Same for 'active' in field.field.*.yml.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | interdiff.txt | 428 bytes | yched |
| #5 | field_instance_schema_widget-2185689-5.patch | 4.39 KB | yched |
| #1 | field_instance_schema_widget-2185689-1.patch | 4.17 KB | yched |
Comments
Comment #1
yched commentedComment #2
yched commentedComment #3
vijaycs85Looks good to me. +1 to RTBC.
Comment #4
sunComment #5
yched commentedSorry - actually, same for the 'active' property that got added in field.field.* schemas - doesn't exist anymore either.
That one isn't used anywhere in actual field.field.*.yml files within current core though.
Comment #6
swentel commentedComment #7
catchNIce cleanup. Committed/pushed to 8.x, thanks!