Oli Juhl
5c60aad177
feat(medusa, utils): Allow object feature flags (#4701)
Feature flags can be set as follows:
**Environment variables**
```
MEDUSA_FF_ANALYTICS=true
MEDUSA_FF_WORKFLOWS=createProducts,addShippingMethods
```
**Project config**
```
{
featureFlags: {
analytics: true,
workflows: {
createProducts: true,
addShippingMethods: true,
}
}
}
```
2023-08-07 09:38:25 +00:00
..
2023-07-25 14:37:44 +00:00
2023-03-17 12:18:52 -03:00
2023-07-20 13:16:04 +02:00
2023-07-25 10:13:14 -03:00
2023-07-24 13:30:24 +02:00
2023-08-07 09:38:25 +00:00
2023-07-20 13:16:04 +02:00
2023-03-23 08:07:32 -03:00
2022-02-24 20:14:09 +01:00
2022-08-24 12:29:53 +02:00
2021-07-23 11:27:05 +01:00
2023-07-20 13:16:04 +02:00
2023-07-20 13:16:04 +02:00
2023-01-09 08:19:01 +00:00
2023-04-04 13:47:54 +00:00
2022-09-21 17:50:00 +03:00
2022-08-24 12:29:53 +02:00
2022-08-24 12:29:53 +02:00
2022-10-21 15:53:06 +02:00