moreCSS/_define.php

30 lines
926 B
PHP
Raw Normal View History

2022-12-28 23:31:24 +00:00
<?php
2023-10-11 20:17:24 +00:00
2022-12-31 13:28:34 +00:00
/**
2023-10-11 20:17:24 +00:00
* @file
* @brief The plugin moreCSS definition
* @ingroup moreCSS
2022-12-31 13:28:34 +00:00
*
2023-10-11 20:17:24 +00:00
* @defgroup moreCSS Plugin moreCSS.
2022-12-31 13:28:34 +00:00
*
2023-10-11 20:17:24 +00:00
* Another CSS stylesheet for the active theme.
2022-12-31 13:28:34 +00:00
*
2023-10-11 20:17:24 +00:00
* @author Osku (author)
* @author Jean-Christian Denis (latest)
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
2022-12-31 13:28:34 +00:00
*/
2022-12-28 23:31:24 +00:00
$this->registerModule(
2022-12-31 13:28:34 +00:00
'Style sheet',
2022-12-28 23:31:24 +00:00
'Another CSS stylesheet for the active theme',
'Osku and contributors',
2023-10-13 18:38:35 +00:00
'2.5.1',
2022-12-28 23:31:24 +00:00
[
2023-10-11 20:17:24 +00:00
'requires' => [['core', '2.28']],
'permissions' => 'My',
'type' => 'plugin',
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
2022-12-28 23:31:24 +00:00
]
);