Whenever I publish something on my site I get a yellow banner across the backoffice saying "Content published: Domains are not configured for multilingual site, please contact an administrator, see log for more information".
How can I turn this warning banner off?
PS: No I don't want to solve it by doing what the banner suggests - I just want to get rid of the banner :)
Remove multilanguage warning banner
Hi,
Whenever I publish something on my site I get a yellow banner across the backoffice saying "Content published: Domains are not configured for multilingual site, please contact an administrator, see log for more information".
How can I turn this warning banner off?
PS: No I don't want to solve it by doing what the banner suggests - I just want to get rid of the banner :)
Hi NSC
Looking at the source for this warning:
https://github.com/umbraco/Umbraco-CMS/blob/dc947977848b87dba3caac96bfe69362535378a5/src/Umbraco.Web.BackOffice/Controllers/ContentController.cs#L1771
It looks like there is a check for an content setting called 'ShowDomainWarnings'
and if that is set to true then it looks like the warnings won't get fired.
It's not documented though!
So be interested to know whether this works for you, if you add the setting to the Content section of appsettings:
regards
Marc
Works like a charm, thanks!
is working on a reply...