e003ffa38a
Changed the text editor
24 lines
443 B
PHP
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' => '',
|
|
],
|
|
],
|
|
|
|
],
|
|
|
|
];
|