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