By maxocub on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.5.x
Introduced in version:
8.5.0
Issue links:
Description:
The field_type_defaults process plugin has been deprecated in Drupal 8.6.x. Use d6_field_type_defaults or d7_field_type_defaults instead.
Before
"options/type":
plugin: field_type_defaults
After
"options/type":
plugin: d6_field_type_defaults
or
"options/type":
plugin: d7_field_type_defaults
Impacts:
Module developers