Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Fixed spelling error for ajax effect
Issue #2061181 by SgtPepper: Fixed features support (ctools exportable handling). Also added revert functionality for value sets in code.
Changed the wording of the key|value importer to 'Flat List'
Added a machine name utility function for generating machine names. Fixed the redirect for the import form. Changed the value set machine name field to be disabled when editing existing value sets
Added the values_webform module
Moved values_field into 'modules' folder
Moved values.css to css folder
Changed value set listing page column headers to "Value Set Name" and "Machine Name".
Changed some of the language in the code. The term 'values' was being used ambiguously for values as well as value sets.
The keys values in $value_set->data[$delta] has been changed. 'value' is now 'key' and 'label' is now 'value'.