-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_define.php
32 lines (30 loc) · 869 Bytes
/
_define.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* @brief listImages, a plugin for Dotclear 2
*
* @package Dotclear
* @subpackage Plugins
*
* @author Olivier Meunier
*
* @copyright Olivier Meunier
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
$this->registerModule(
'lightBox',
'lightBox like effect on images using jquery modal',
'Olivier Meunier and contributors',
'5.3',
[
'date' => '2025-02-08T17:02:07+0100',
'requires' => [['core', '2.28']],
'permissions' => 'My',
'type' => 'plugin',
'settings' => [
'blog' => '#params.lightbox',
],
'details' => 'https://open-time.net/?q=lightbox',
'support' => 'https://github.com/franck-paul/lightbox',
'repository' => 'https://raw.githubusercontent.com/franck-paul/lightbox/main/dcstore.xml',
]
);