📄️ Customizing irAuthor with Extensions
irAuthor's modular design lets it optionally load different pieces of functionality, making it more configurable for end users.
📄️ The Rule Authoring Framework
The rule authoring framework's public application services, used by irAuthor and available to custom-built extensions.
📄️ Example of Creating an irAuthor Extension
Walk through creating an irAuthor extension: adding a Ribbon button, running custom code via a Command, and enabling/disabling it.
📄️ Extension Advanced Topics
Create a System Extension that users cannot disable without deleting the DLL file, since they lack permission to do so.