@@ -236,11 +236,13 @@ class FeedsImporter extends FeedsConfigurable {
...
@@ -236,11 +236,13 @@ class FeedsImporter extends FeedsConfigurable {
'#description'=>t('A description of this configuration.'),
'#description'=>t('A description of this configuration.'),
'#default_value'=>$this->config['description'],
'#default_value'=>$this->config['description'],
);
);
$node_types=node_type_get_names();
array_walk($node_types,'check_plain');
$form['content_type']=array(
$form['content_type']=array(
'#type'=>'select',
'#type'=>'select',
'#title'=>t('Attach to content type'),
'#title'=>t('Attach to content type'),
'#description'=>t('If an importer is attached to a content type, content is imported by creating a node. If the standalone form is selected, content is imported by using the standalone form under http://example.com/import.'),
'#description'=>t('If an importer is attached to a content type, content is imported by creating a node. If the standalone form is selected, content is imported by using the standalone form under http://example.com/import.'),