* add on the top of the module
*
* Desactivate this remove the html5 compatibility warnings
* (and make the output smaller)
*
PortalSettings.InjectModuleHyperLink: True
* generates a : Page.Response.AddHeader("X-UA-Compatible", "");
*
PortalSettings.AddCompatibleHttpHeade: IE=edge
* add a cachebuster parameter to generated file URI's
*
* of the form ver=[file timestame] ie ver=2015-02-17-162255-735
*
PortalSettings.AddCachebusterToResourceUris: True
/// If this is true, then regular users can't send message to specific user/group.
///
PortalSettings.DisablePrivateMessage: True
-->