6 lines
142 B
JavaScript
Raw Normal View History

module.exports = ({ env }) => ({
future: {
contentReleasesScheduling: env('STRAPI_FUTURE_CONTENT_RELEASES_SCHEDULING', false),
},
});