Change record status: 
Project: 
Introduced in branch: 
10.2.x
Introduced in version: 
10.2.0
Description: 

Field Types can now specify a weight which allows them to change where the field appears in the Field UI.

Example:

/**
 * @FieldType(
 *   id = "custom_field_type",
 *   weight = 50
 * )
 */
Impacts: 
Module developers