Open Closed

Adding A Setting option in the setting management page #1906


User avatar
0
dekiyana@gmail.com created

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)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    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 your version information and which UI you are developing in, I can help more.

    By the way, there is sample code for this in the setting-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 😊

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11