mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-05 14:19:09 +01:00
- Remove emailMarketing from default INSTALLED_APPS - Comment out emailMarketing URL (plugin installer adds when installed) - Bump emailMarketing, examplePlugin meta.xml to 1.0.1 - Plugin Holder: remove Plugin category, enforce Utility/Security/Backup/Performance - Add to-do/PLUGIN-DEFAULT-REMOVAL-2026-02-01.md
8 lines
263 B
XML
8 lines
263 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<cyberpanelPluginConfig>
|
|
<name>examplePlugin</name>
|
|
<type>Utility</type>
|
|
<description>This is an example plugin</description>
|
|
<version>1.0.1</version>
|
|
<author>usmannasir</author>
|
|
</cyberpanelPluginConfig> |