Changeset 3874:ab8368569446 for plugins/dcLegacyEditor/_define.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/_define.php
r3731 r3874 17 17 "dotclear Team", // Author 18 18 '0.1.4', // Version 19 array(19 [ 20 20 'permissions' => 'usage,contentadmin', 21 21 'type' => 'plugin', 22 'settings' => array(22 'settings' => [ 23 23 'self' => '', 24 24 'pref' => '#user-options.user_options_edition' 25 )26 )25 ] 26 ] 27 27 );
Note: See TracChangeset
for help on using the changeset viewer.