PagePlus/Config/config.php
ShadowVirtual e003ffa38a Page Plus
Changed the text editor
2024-04-01 03:51:52 -08:00

24 lines
443 B
PHP

<?php
return [
'name' => 'PagePlus',
'icon' => 'https://imgur.png',
'author' => 'GIGABAIT',
'version' => '1.0.0',
'wemx_version' => '>=2.0.0',
'elements' => [
'admin_menu' =>
[
[
'name' => 'PagePlus',
'icon' => '<i class="fas fa-list"></i>',
'href' => '/admin/pageplus',
'style' => '',
],
],
],
];