By lauriii on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.2.x
Introduced in version:
10.2.0
Issue links:
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