Overview
Important: Any Project or Nuget package you are adding to extend the CMS, must have a name that starts with ZauberCMS. or it won't get picked up by the AssemblyProvider / ExtensionManager. For example, ZauberCMS.MyProjectName
I have tried to make ZauberCMS as extendable as possible. The main functionality is driven from the ExtensionManager. The ExtensionManager allows you to find instances of types and use them all over the site. If you inject the ExtensionManager you can use this for your own projects.
And then you would use it like so
Last updated