0
whartoc created
Hi,
Is it possible to configure an additional scope in the setting management module?
My project has companies on the tenant side and I need a way of storing setting for each company. The ABP setting management is exactly what I need but at a “company” scope level.
Thanks.
2 Answer(s)
-
0
Abp SettingScopes cannot be added to the new scope
I think you can refer to ABP to implement your own settings management functions.
YourSettingManager
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/e0ded5d8702f389aa1f5947d3446f16aec845287/src/Abp/Configuration/SettingManager.cs#L228
-
0
Ok, thanks for getting back to me.