Skip to content
Snippets Groups Projects
Commit b1ad676a authored by git's avatar git Committed by Chris Leppanen
Browse files

Issue #1466170 by peter.sogaard: Added Text format support in taxonomy term fields.

parent e0c90c7a
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ class FeedsTermProcessor extends FeedsProcessor {
$term = new stdClass();
$term->vid = $vocabulary->vid;
$term->vocabulary_machine_name = $vocabulary->machine_name;
$term->format = isset($this->config['input_format']) ? $this->config['input_format'] : filter_fallback_format();
return $term;
}
......
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