We are looking at implementing https://github.com/wiredviews/xperience-hcaptcha but the instructions are not clear in the usage:
Add a registration for the HCaptchaInstallerModule in your CMSApp project:
using XperienceCommunity.HCaptcha.CMS
[assembly: RegisterModule(typeof(HCaptchaInstallerModule))]
namespace CMSApp.Configuration
{
public class DependencyRegistrations
{
}
}
On application startup, custom CMS settings will be added to the Settings application
Where would this be implemented in the Admin project?