2021-07-26 15:43:45 +02:00
|
|
|
export default {
|
|
|
|
config: {
|
|
|
|
auth: {
|
|
|
|
logo:
|
|
|
|
'https://images.unsplash.com/photo-1593642634367-d91a135587b5?ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80',
|
|
|
|
},
|
2021-07-27 08:06:53 +02:00
|
|
|
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',
|
|
|
|
},
|
2021-07-26 15:43:45 +02:00
|
|
|
locales: ['fr', 'toto'],
|
|
|
|
menu: {
|
|
|
|
logo: null,
|
|
|
|
},
|
2021-07-27 08:06:53 +02:00
|
|
|
theme: {
|
|
|
|
main: {
|
|
|
|
colors: {},
|
|
|
|
},
|
|
|
|
},
|
2021-07-26 15:43:45 +02:00
|
|
|
translations: {
|
|
|
|
fr: {
|
|
|
|
'Auth.form.email.label': 'test',
|
|
|
|
},
|
|
|
|
},
|
2021-07-27 08:06:53 +02:00
|
|
|
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
|
|
|
};
|