From d86601cef789236a23ffa2080c67afa97604cc59 Mon Sep 17 00:00:00 2001 From: Pawel G Date: Wed, 6 Jan 2016 00:25:32 +0100 Subject: [PATCH] Added back field description. --- simplesitemap.module | 1 + 1 file changed, 1 insertion(+) diff --git a/simplesitemap.module b/simplesitemap.module index 1596523..795f3a5 100755 --- a/simplesitemap.module +++ b/simplesitemap.module @@ -41,6 +41,7 @@ function simplesitemap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $ $form['simplesitemap']['simplesitemap_priority'] = array( '#type' => 'select', '#title' => 'Priority', + '#description' => 'The priority entities of this bundle will have in the eyes of search engine bots.', '#options' => SitemapGenerator::get_priority_select_values(), '#default_value' => $priority, ); -- GitLab