Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a way to disable the pop-up titled "Do you want to stay updated on everything Umbraco?" that now appears when first logging into the Umbraco V10 back-end?
Hi Jonok
I think this is implemented as a 'Tour' with alias: umbEmailMarketing
https://github.com/umbraco/Umbraco-CMS/blob/v10/contrib/src/Umbraco.Web.UI.Client/src/init.js#L39
Only shows if 'welcome intro tour' has been completed or closed
Looks like it's possible to filter out tours from being shown:
https://our.umbraco.com/documentation/extending/Backoffice-Tours/#how-to-filterdisable-tours-from-being-shown
so you could filter out the umbEmailMarketing tour...
regards
marc
Thanks Marc - I'll give that a go. Bit annoying that they've added something this intrusive to the back-end, without a config setting to disable it.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 10 - disable the "stay updated" pop-up modal
Is there a way to disable the pop-up titled "Do you want to stay updated on everything Umbraco?" that now appears when first logging into the Umbraco V10 back-end?
Hi Jonok
I think this is implemented as a 'Tour' with alias: umbEmailMarketing
https://github.com/umbraco/Umbraco-CMS/blob/v10/contrib/src/Umbraco.Web.UI.Client/src/init.js#L39
Only shows if 'welcome intro tour' has been completed or closed
Looks like it's possible to filter out tours from being shown:
https://our.umbraco.com/documentation/extending/Backoffice-Tours/#how-to-filterdisable-tours-from-being-shown
so you could filter out the umbEmailMarketing tour...
regards
marc
Thanks Marc - I'll give that a go. Bit annoying that they've added something this intrusive to the back-end, without a config setting to disable it.
is working on a reply...