Plugin.
A plugin is a software package integrated into the CMS. By default, plugins are stored in the /cms/srv/plugins folder,
while their local data resides in /cms/data/plugins/pluginid folder. Each plugin contains metadata such as its ID,
name, owner, software folder path, and data folder path. It adheres to a standard plugin folder structure. A plugin
delegates various resources to the CMS, including jQuery plugins, CSS files, templates, template plugins, and PHP
classes. Some plugins may also include their own management tools, accessible through a subsite dedicated to the
plugin.
All KUSoftas CMS plugins are open source software and released under MIT license.