This repository is a central resource for custom KBSecret record types.
Check out the customization page for a quick explanation of how custom records work and behave.
New record types are always welcome. If you'd like to add your own record types to this repository, please open a Pull Request with the following structure:
your-record-type/
your-record.rb
README.md
Where kbsecret-your-record
is both the directory name and record name. Make sure to check
out the Record API reference.