Custom Plugins
This section contains information about how to develop custom plugins for the various integrations provided by Gesso.
📄️ CMS Plugins
To create a custom plugin for the CMS provider, you need to define each of the methods in the CMS plugin interface. Each interface can be found under its respective directory within the CMS Provider source code.
📄️ Commerce Plugins
To create a custom plugin for the Commerce provider you need to define each of the methods defined by the Commerce Provider interface.
📄️ ERP Plugins
To create a custom plugin for the ERP provider you need to define each of the methods defined by the ERP Provider interface.
📄️ Component Factory Plugins
TODO