"summary":"Renders a sitemap for your ProcessWire powered site. Supports multi-language, multi-site, and image sub-elements. Adapted from MarkupSitemapXML.",
'description'=>$this->_('Type in the expire time for the cache as a number of seconds.'),
'notes'=>$this->_('The default value is **3600**.'),
'min'=>1,
'icon'=>'clock-o',
'collapsed'=>Inputfield::collapsedBlank,
]));
// Add the stylesheet fieldset to the inputfields
$inputfields->add($cacheFieldset);
// Add the support-development markup field
$supportText=$this->wire('sanitizer')->entitiesMarkdown($this->_('Sitemap is proudly [open-source](http://opensource.com/resources/what-open-source) and is [free to use](https://en.wikipedia.org/wiki/Free_software) for personal and commercial projects. Please consider [making a small donation](https://rockett.pw/donate) in support of the development of MarkupSitemap and other modules.'),['fullMarkdown'=>true]);