Changeset 3730:5c45a5df9a59 for plugins/dcLegacyEditor/_define.php
- Timestamp:
- 03/08/18 17:58:39 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/_define.php
r3333 r3730 10 10 # 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 if (!defined('DC_RC_PATH')) { return;}12 if (!defined('DC_RC_PATH')) {return;} 13 13 14 14 $this->registerModule( 15 /* Name */ "dcLegacyEditor", 16 /* Description*/ "dotclear legacy editor", 17 /* Author */ "dotclear Team", 18 /* Version */ '0.1.4', 19 20 'permissions' =>'usage,contentadmin',21 'type' =>'plugin',22 'settings' =>array(23 24 25 26 15 "dcLegacyEditor", // Name 16 "dotclear legacy editor", // Description 17 "dotclear Team", // Author 18 '0.1.4', // Version 19 array( 20 'permissions' => 'usage,contentadmin', 21 'type' => 'plugin', 22 'settings' => array( 23 'self' => '', 24 'pref' => '#user-options.user_options_edition' 25 ) 26 ) 27 27 );
Note: See TracChangeset
for help on using the changeset viewer.