noodles/_define.php

29 lines
819 B
PHP
Raw Normal View History

2021-09-08 22:53:13 +00:00
<?php
/**
2021-09-08 23:05:05 +00:00
* @brief noodles, a plugin for Dotclear 2
*
* @package Dotclear
2021-09-08 23:05:05 +00:00
* @subpackage Plugin
*
2021-09-08 23:05:05 +00:00
* @author Jean-Christian Denis and contributors
*
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
2021-09-08 22:53:13 +00:00
$this->registerModule(
2021-09-08 23:05:05 +00:00
'Noodles',
'Add users gravatars everywhere',
'Jean-Christian Denis and contributors',
2021-10-30 21:03:10 +00:00
'0.8',
2021-09-08 23:05:05 +00:00
[
2021-10-30 21:03:10 +00:00
'requires' => [['core', '2.19']],
2021-09-08 23:05:05 +00:00
'permissions' => 'admin',
2021-10-30 21:03:10 +00:00
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/noodles',
'details' => 'http://plugins.dotaddict.org/dc2/details/noodles',
'repository' => 'https://raw.githubusercontent.com/JcDenis/noodles/master/dcstore.xml',
2021-09-09 20:53:21 +00:00
'settings' => [
2021-11-01 09:28:22 +00:00
'self' => ''
2021-09-09 20:53:21 +00:00
]
2021-09-08 23:05:05 +00:00
]
);