forked from WBCE/CKEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.php
More file actions
21 lines (20 loc) · 754 Bytes
/
info.php
File metadata and controls
21 lines (20 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* WBCE CMS
* Way Better Content Editing.
* Visit https://wbce.org to learn more and to join the community.
*
* @copyright Ryan Djurovich (2004-2009)
* @copyright WebsiteBaker Org. e.V. (2009-2015)
* @copyright WBCE Project (2015-)
* @license GNU GPL2 (or any later version)
*/
$module_directory = 'ckeditor';
$module_name = 'CKEditor';
$module_function = 'WYSIWYG,snippet';
$module_version = '4.22.1';
$module_platform = '1.5.0';
$module_author = 'diverse, cwsoft, Norhei, Colinax';
$module_license = 'GPL, LGPL and MPL';
$module_description = 'includes CKEditor 4.22.1 Standard Package and some other Plugins, CKE allows editing content and can be integrated in frontend and backend modules.';
$module_home = 'https://www.wbce.org';