2024-03-05 16:15:09 +01:00

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),
},
});