- Patch #667602 by Crell: fixed typo in Field API documentation.
parent
814f4c8e3f
commit
a838c8be49
|
@ -542,7 +542,7 @@ function hook_field_is_empty($item, $field) {
|
|||
* - settings: An array whose keys are the names of the settings available
|
||||
* for the widget type, and whose values are the default values for those
|
||||
* settings.
|
||||
* - behaviors: (optional) An array describing behaviors of the formatter.
|
||||
* - behaviors: (optional) An array describing behaviors of the widget.
|
||||
* - multiple values:
|
||||
* FIELD_BEHAVIOR_DEFAULT (default) if the widget allows the input of one
|
||||
* single field value (most common case). The widget will be repeated for
|
||||
|
|
Loading…
Reference in New Issue