Just would like to know why the module below supports the text and image fields but not the core number field.

/**
* Implements hook_field_info_alter().
*/

function gardendev_field_info_alter(&$info) {
$info['number_integer']['microdata'] = TRUE;
}

Comments

roderik’s picture

Status: Active » Closed (duplicate)

This is fixed since eternity and people are still spamming the issue queue. Why? What entity controls these issue posters?
#1291634: Add Support for Core Number Field