Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / simple_sitemap / js / simple_sitemap.fieldsetSummaries.js
index 59081f09149277ac257f4ea4dd4957a32531d97e..a64f3745606e829752bd9373eae348888b208c5a 100644 (file)
@@ -12,7 +12,9 @@
         var vals = [];
         if ($(context).find('#edit-simple-sitemap-index-content-1').is(':checked')) {
           vals.push(Drupal.t('Included in sitemap'));
-          vals.push(Drupal.t('Priority') + ' ' + $('#edit-simple-sitemap-priority option:selected', context).text());
+          vals.push(Drupal.t('Priority') + ': ' + $('#edit-simple-sitemap-priority option:selected', context).text());
+          vals.push(Drupal.t('Change frequency') + ': ' + $('#edit-simple-sitemap-changefreq option:selected', context).text());
+          vals.push(Drupal.t('Include images') + ': ' + $('#edit-simple-sitemap-include-images option:selected', context).text());
         }
         else {
           vals.push(Drupal.t('Excluded from sitemap'));