- 🇬🇧United Kingdom tce
@gayathri09: Putting the below into my settings.local.php file worked
$settings['locale_custom_strings_en'][''] = [ 'Generated by the <a href="@link-xmlsitemap">Drupal XML Sitemap module</a>.' => '', ];
First let me say that I appreciate all the great work that's going into developing this module... so feel a bit petty for having to pass on a client request that the link to your Drupal project page be removed from the bottom of the sitemap. I'd like to be able to do that in a way that's simple and won't have to be "re-patched" with each new release. So ideally, it would be nice to have an option to include (or not) the link to the project page. I think a lot of people using your module will be gracious enough to be happy to link to your project page (especially if that's the set default), but if a client says that they don't like that, it would be best to have a simple way to remove it without hacking/patching the module... especially while it's in active development and we may be regularly updating it.
Thanks for all you're doing and for considering this request. :-)
Fixed
2.0
xmlsitemap.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@gayathri09: Putting the below into my settings.local.php file worked
$settings['locale_custom_strings_en'][''] = [
'Generated by the <a href="@link-xmlsitemap">Drupal XML Sitemap module</a>.' => '',
];