7c2b2d0f68
fixes https://github.com/TryGhost/Team/issues/2779 fixes https://github.com/TryGhost/Team/issues/2781 Needs some more manual testing, unit tests and E2E tests. But the exporting is implemented and some columns are removed based on the site settings.
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
module.exports = {
|
|
PostsService: require('./lib/PostsService'),
|
|
PostsExporter: require('./lib/PostsExporter')
|
|
};
|