From 6621968f2b7908fa1258424c3005910e072d17aa Mon Sep 17 00:00:00 2001 From: James Pigott Date: Tue, 13 Dec 2022 08:28:10 +0000 Subject: [PATCH] Add note about config storage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1c00e9..b2371b1 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,5 @@ Other fields include: - "Custom Fields" - Gives ability to map form data to custom fields defined within ConvertKit. Not only can you map form data to the above fields, but you can also pass in a hardcoded custom value (this will apply to all subscribers who sign up using a specific form). + +All configuration is stored as a `.yaml` file in `storage/statamic/addons/convertkit/convertkit_general.yaml`.