Hi,
I am looking to add a custom setting to the setting management page, however I have followed https://docs.abp.io/en/abp/4.4/Modules/Setting-Management and https://docs.abp.io/en/abp/4.4/Settings but I am unable to see my custom setting in the UI to change the values any examples or any advice on this will be really helpful below you will find an attached image of what I am trying to do
1 Answer(s)
-
0
Hi,
By following the documents exactly, I was able to reach a screen like the picture below:
If you have had a problem with this, maybe it is related to your
abp version
, in this case, if you write yourversion
information and whichUI
you are developing in, I can help more.By the way, there is
sample code
for this in thesetting-management
module:- https://github.com/abpframework/abp/tree/dev/modules/setting-management/src/Volo.Abp.SettingManagement.Web/Pages/SettingManagement/Components/EmailSettingGroup
- https://github.com/abpframework/abp/blob/dev/modules/setting-management/src/Volo.Abp.SettingManagement.Web/Settings/EmailingPageContributor.cs
- https://github.com/abpframework/abp/blob/cec636c238070fcf9212d5ad4828e5234c2c0217/modules/setting-management/src/Volo.Abp.SettingManagement.Web/AbpSettingManagementWebModule.cs#L36-L39
- https://github.com/abpframework/abp/blob/cec636c238070fcf9212d5ad4828e5234c2c0217/modules/setting-management/src/Volo.Abp.SettingManagement.Web/AbpSettingManagementWebModule.cs#L46-L54
Happy coding 😊