Skip to content
Snippets Groups Projects
Commit 72fbb30a authored by Kevin King's avatar Kevin King
Browse files

Issue #967018 by jcarlson34, David Goode, alex_b: Mapping to String lists not supported

parent 9db42c00
No related branches found
No related tags found
No related merge requests found
- #967018 jcarlson34, David Goode, alex_b: Mapping to String lists not supported
Feeds 7.x 2.0 Alpha 3, 2011-01-14
---------------------------------
......
......@@ -16,14 +16,15 @@
*/
function field_feeds_processor_targets_alter(&$targets, $entity_type, $bundle_name) {
$numeric_types = array(
'list',
'list_integer',
'list_float',
'list_boolean',
'list_number',
'number_integer',
'number_decimal',
'number_float',
);
$string_types = array(
'list_text',
'text',
'text_long',
'text_with_summary',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment