mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-29 02:39:06 +01:00
- Update examplePlugin version from 0 to 1.0 in meta.xml - Implement proper plugin_help view to show plugin-specific information - Reads plugin meta.xml for name, version, author, description - Looks for README.md, HELP.md, CHANGELOG.md files in plugin directory - Displays plugin information and version history - Now shows plugin-specific help instead of redirecting to development guide - Individual plugin Help buttons now show plugin-specific information
7 lines
228 B
XML
7 lines
228 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>
|
|
</cyberpanelPluginConfig> |