The name of the field formatter class. This is not provided manually, it will be added by the discovery mechanism.
A short description of the formatter type. Type:
A short description of the widget type. Type:
The plugin_id of the default widget for this field type. This widget must be available whenever the field type is available (i.e. provided by
The typed data class used for wrapping multiple data items of the type. Must implement the
The name of the module providing the field type plugin. Type: string File
An array of field types the widget supports. Type:
The human-readable name of the widget type. Type:
A boolean stating that fields of this type cannot be created through the UI. Type: bool File
Defines a FieldFormatter annotation object. Formatters handle the display of field values. They are typically instantiated and invoked by an
Page 1 of 3