Seditio Source
Root |
./othercms/dotclear-2.22/plugins/themeEditor/_define.php
<?php
/**
 * @brief themeEditor, a plugin for Dotclear 2
 *
 * @package Dotclear
 * @subpackage Plugins
 *
 * @copyright Olivier Meunier & Association Dotclear
 * @copyright GPL-2.0-only
 */
if (!defined('DC_RC_PATH')) {
    return;
}

$this->registerModule(
   
'themeEditor',     // Name
   
'Theme Editor',    // Description
   
'Olivier Meunier', // Author
   
'1.4',             // Version
   
[
       
'type'     => 'plugin',
       
'settings' => [
           
'pref' => '#user-options.themeEditor_prefs',
        ],
    ]
);