mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 19:34:51 +00:00

* feat(relations-on-the-fly): setup future flag and replace link with a text button * feat(relations-on-the-fly): create unstable variant of relations components to handle the relations on the fly logic * feat(relations-on-the-fly): remove code
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
module.exports = ({ env }) => ({
|
|
future: {
|
|
unstablePreviewSideEditor: true,
|
|
unstableRelationsOnTheFly: true,
|
|
},
|
|
});
|