Fix plugin author display and add Settings button

- 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
This commit is contained in:
master3395
2026-01-20 01:31:18 +01:00
parent c4b3da1436
commit 89e9a0e55e
3 changed files with 47 additions and 2 deletions

View File

@@ -4,4 +4,5 @@
<type>plugin</type>
<description>This is an example plugin</description>
<version>1.0</version>
<author>usmannasir</author>
</cyberpanelPluginConfig>