mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 03:33:37 +00:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
module.exports = ({ env }) => ({
|
|
future: {
|
|
unstableWidgetsApi: true,
|
|
},
|
|
});
|