mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-29 10:49:05 +01:00
- Add author field extraction from meta.xml in both plugin processing loops - Update discordWebhooks meta.xml to include author: Master3395 - Update examplePlugin meta.xml to include author: usmannasir - Add Plugin Settings button next to Deactivate/Uninstall buttons in both grid and table views - Special handling for emailMarketing core plugin URL (/emailMarketing/ instead of /plugins/emailMarketing/) - Add btn-settings styling for Settings button with hover effects
8 lines
260 B
XML
8 lines
260 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<cyberpanelPluginConfig>
|
|
<name>examplePlugin</name>
|
|
<type>plugin</type>
|
|
<description>This is an example plugin</description>
|
|
<version>1.0</version>
|
|
<author>usmannasir</author>
|
|
</cyberpanelPluginConfig> |