postWidgetText/_define.php

33 lines
1.0 KiB
PHP
Raw Normal View History

2021-09-10 19:06:49 +00:00
<?php
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of postWidgetText, a plugin for Dotclear 2.
#
# Copyright (c) 2009-2013 Jean-Christian Denis and contributors
# contact@jcdenis.fr http://jcd.lv
#
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK ------------------------------------
2021-09-10 19:17:09 +00:00
if (!defined('DC_RC_PATH')) {
return null;
2021-09-10 19:06:49 +00:00
}
$this->registerModule(
2021-09-10 19:17:09 +00:00
'Post widget text',
'Add a widget with a text related to an entry',
'Jean-Christian Denis and Contributors',
'2021.00.00.1',
[
'requires' => [['core', '2.19']],
'permissions' => 'usage,contentadmin',
'type'=> 'plugin',
'support'=> 'https://github.com/JcDenis/postWidgetText',
'details'=> 'https://plugins.dotaddict.org/dc2/details/postWidgetText',
'repository' => 'https://raw.githubusercontent.com/JcDenis/postWidgetText/master/dcstore.xml'
]
);