Simone 16cb0821de
feat(relations-on-the-fly): Setup the Future flag for the Relations on the fly (#22771)
* 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
2025-02-05 16:04:03 +01:00

7 lines
128 B
JavaScript

module.exports = ({ env }) => ({
future: {
unstablePreviewSideEditor: true,
unstableRelationsOnTheFly: true,
},
});