From 44bbb51fb8e47abe70abda49f176ec5d2d436ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 4 Aug 2023 06:16:23 +0200 Subject: [PATCH] clarify what's meant by tenant storage --- source/docs/v3/features/tenant-config.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/v3/features/tenant-config.blade.md b/source/docs/v3/features/tenant-config.blade.md index 21e3bc8..1bd27ed 100644 --- a/source/docs/v3/features/tenant-config.blade.md +++ b/source/docs/v3/features/tenant-config.blade.md @@ -21,9 +21,9 @@ Uncomment the following line in your `tenancy.features` config: // Stancl\Tenancy\Features\TenantConfig::class, ``` -## **Configuring the mappings** {#configuring-the-mappings} +## **Configuring the mapping** {#configuring-the-mapping} -This feature maps keys in the tenant storage to config keys based on the `$storageToConfigMap` [static property]({{ $page->link('configuration#static-properties') }}). +This feature maps keys in the tenant storage (properties on the `Tenant` model, these may be [custom columns]({{ $page->link('tenants#custom-columns') }}) or virtual columns within `data`) to config keys based on the `$storageToConfigMap` [static property]({{ $page->link('configuration#static-properties') }}). For example, if your `$storageToConfigMap` looked like this: