mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 15:06:11 +00:00
6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
module.exports = ({ env }) => ({
|
|
future: {
|
|
contentReleasesScheduling: env('STRAPI_FUTURE_CONTENT_RELEASES_SCHEDULING', false),
|
|
},
|
|
});
|