Skip to content

Commit

Permalink
A note on data storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Aug 21, 2024
1 parent df6f5af commit fd3e038
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd3e038

Please sign in to comment.