Files
medusa-store/packages/modules/settings
Adrien de Peretti 25634b0382 test(): test dynamic max workers and improve CI (#13516)
* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* test(): test dynamic max workers

* Clarify test description and improve CI
2025-09-16 11:11:03 +02:00
..
2025-09-12 15:42:43 +02:00

Settings Module

The settings module provides functionality for managing user preferences and configurations in Medusa.

Features

  • View Configurations: Save and manage table view configurations (column visibility, order, widths)
  • User Preferences: Store arbitrary user preferences in a key-value format
  • System Defaults: Admin users can set default configurations for all users

Module Options

const settingsModuleOptions = {
  // Module options can be added here if needed
}