System Information
- Strapi Version: 3.6.8
- Operating System: MacOs
Hej,
how can i remove notifications and tutorials in v3 (release notifications etc) ?
thanks
Hej,
how can i remove notifications and tutorials in v3 (release notifications etc) ?
thanks
Welcome to the community @Dev_Anquetin
You could extend the file
admin/src/config.js
and add the following
export const SHOW_TUTORIALS = false
thanks
and for release notifications, same solution ?