strapi-learning/config/plugins.js

7 lines
105 B
JavaScript
Raw Normal View History

2023-01-19 03:31:59 +08:00
module.exports = ({ env }) => ({
//...
'import-export-entries': {
enabled: true,
},
//...
});