whiteListCom/_define.php

32 lines
850 B
PHP
Raw Normal View History

2021-08-17 19:06:58 +00:00
<?php
2021-09-02 21:54:55 +00:00
/**
* @brief whiteListCom, a plugin for Dotclear 2
*
* @package Dotclear
* @subpackage Plugin
*
* @author Jean-Christian Denis and Contributors
*
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
2021-08-17 19:06:58 +00:00
if (!defined('DC_RC_PATH')) {
return null;
}
2021-08-17 19:06:58 +00:00
$this->registerModule(
'Whitelist comments',
'Whitelists for comments moderation',
'Jean-Christian Denis and Contributors',
2021-09-02 21:52:43 +00:00
'0.7.1',
[
2021-09-02 21:54:55 +00:00
'requires' => [['core', '2.19']],
'permissions' => 'admin',
'priority' => 200,
2021-09-02 21:54:55 +00:00
'type'=> 'plugin',
'support'=> 'https://github.com/JcDenis/whiteListCom',
'details'=> 'https://plugins.dotaddict.org/dc2/details/whiteListCom',
'repository' => 'https://raw.githubusercontent.com/JcDenis/whiteListCom/master/dcstore.xml'
]
);