2023-10-19 08:19:06 +02:00
|
|
|
module.exports = {
|
|
|
|
'config-sync': {
|
|
|
|
enabled: true,
|
|
|
|
config: {
|
|
|
|
importOnBootstrap: false,
|
2024-08-05 18:37:56 +02:00
|
|
|
minify: false,
|
|
|
|
customTypes: [
|
|
|
|
{
|
|
|
|
configName: "home",
|
|
|
|
queryString: "api::home.home",
|
|
|
|
uid: ["slug"],
|
|
|
|
components: [
|
|
|
|
"Profile",
|
|
|
|
"Profile.ContactInfo",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
]
|
2023-10-19 08:19:06 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|