Commit ef7597d3 by jay

white label strapi

1 parent 9a4c19a0
import AuthLogo from "./extensions/logo.png";
import favicon from "./extensions/favicon.ico";
const config = {
auth: {
logo: AuthLogo
},
menu: {
logo: AuthLogo
},
head: {
favicon: favicon
},
// Disable video tutorials
tutorials: false,
// Disable notifications about new Strapi releases
notifications: { releases: false },
translations: {
en: {
"app.components.LeftMenu.navbrand.title": "Offers",
"app.components.LeftMenu.navbrand.title": "Offers",
"app.components.LeftMenu.navbrand.subtitle": "",
"Auth.form.welcome.title": "Welcome to Offers",
"Auth.form.welcome.subtitle": "Log in to your App"
}
},
locales: [
// 'ar',
// 'fr',
......
No preview for this file type
No preview for this file type
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!