Skip to content
Snippets Groups Projects
Commit d412c96f authored by Alex Barth's avatar Alex Barth
Browse files

Clarify attach to content type settings.

parent fdfc1446
No related branches found
No related tags found
No related merge requests found
...@@ -261,7 +261,7 @@ class FeedsImporter extends FeedsConfigurable { ...@@ -261,7 +261,7 @@ class FeedsImporter extends FeedsConfigurable {
$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 you attach a configuration to a node you can use nodes for creating feeds on your site.'), '#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.'),
'#options' => array('' => t('Use standalone form')) + node_get_types('names'), '#options' => array('' => t('Use standalone form')) + node_get_types('names'),
'#default_value' => $this->config['content_type'], '#default_value' => $this->config['content_type'],
); );
......
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