From fd3e038e25b25cccc4c94cf456ee0f0204932e59 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Wed, 21 Aug 2024 08:23:52 +0100 Subject: [PATCH] A note on data storage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0699481..c8b6335 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ You can also manage if new users are added a list using the dedicated settings v ![control panel](https://raw.githubusercontent.com/statamic-rad-pack/campaign-monitor/main/images/config.png) +### Data storage + +Any user related settings are stored by default in `resources/campaign_monitor.yaml`. + +If you want to change this or use a different data store, you can bind `\StatamicRadPack\Mailchimp\UserConfig::class` in your app service provider. You should modify the `getSavedSettings`, `save`, and `exists` methods according to your requirements. + + ## Testing Run the tests with: