yogastic/yoga-cms/config/plugins.ts
2025-01-12 21:56:22 +01:00

15 lines
312 B
TypeScript

export default () => ({
"schemas-to-ts": {
enabled: true,
config: {
destinationFolder: "generated-strapi-interfaces",
logLevel: 2
}
},
'strapi-plugin-populate-deep': {
config: {
defaultDepth: 3, // Default is 5
}
},
});