mirror of
https://github.com/strapi/strapi.git
synced 2025-07-30 20:39:05 +00:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
module.exports = ({ env }) => ({
|
|
future: {
|
|
history: true,
|
|
contentReleasesScheduling: env.bool('STRAPI_FUTURE_CONTENT_RELEASES_SCHEDULING', false),
|
|
},
|
|
});
|