2021-07-27 09:26:37 +02:00
|
|
|
// import MyCompo from './extensions/MyCompo';
|
|
|
|
|
2021-07-26 15:43:45 +02:00
|
|
|
export default {
|
|
|
|
config: {
|
2021-07-27 08:27:19 +02:00
|
|
|
// Leaving this commented on purpose
|
|
|
|
// auth: {
|
|
|
|
// logo:
|
|
|
|
// 'https://images.unsplash.com/photo-1593642634367-d91a135587b5?ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80',
|
|
|
|
// },
|
|
|
|
// head: {
|
|
|
|
// favicon:
|
|
|
|
// 'https://images.unsplash.com/photo-1593642634367-d91a135587b5?ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80',
|
|
|
|
// title: 'Strapi',
|
|
|
|
// },
|
|
|
|
// locales: ['fr', 'toto'],
|
|
|
|
// menu: {
|
|
|
|
// logo: null,
|
|
|
|
// },
|
|
|
|
// theme: {
|
|
|
|
// main: {
|
2021-07-27 09:26:37 +02:00
|
|
|
// colors: { ok: 't' },
|
2021-07-27 08:27:19 +02:00
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// translations: {
|
|
|
|
// fr: {
|
|
|
|
// 'Auth.form.email.label': 'test',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// tutorials: false,
|
|
|
|
// notifications: { release: false },
|
2021-06-09 11:22:23 +02:00
|
|
|
},
|
2021-07-26 15:43:45 +02:00
|
|
|
bootstrap() {},
|
2021-06-09 11:22:23 +02:00
|
|
|
};
|