Value for field API concerning widget default and multiple value settings.
When used in a widget default context, indicates the widget accepts default values. When used in a multiple value context for a widget that allows the input of one single field value, indicates that the widget will be repeated for each value input.
define('FIELD_BEHAVIOR_DEFAULT', 0x2);