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

Clarify Attach to content type form.

parent b4da68f5
No related branches found
No related tags found
No related merge requests found
...@@ -321,7 +321,7 @@ class FeedsImporter extends FeedsConfigurable { ...@@ -321,7 +321,7 @@ class FeedsImporter extends FeedsConfigurable {
'#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 you attach a configuration to a node you can use nodes for creating feeds on your site.'),
'#options' => array('' => t('None')) + 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'],
); );
$period = drupal_map_assoc(array(0, 900, 1800, 3600, 10800, 21600, 43200, 86400, 259200, 604800, 2419200), 'format_interval'); $period = drupal_map_assoc(array(0, 900, 1800, 3600, 10800, 21600, 43200, 86400, 259200, 604800, 2419200), 'format_interval');
......
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