Skip to content

Commit

Permalink
remove obsolete wysiwyg setting - superceded by type specific setting
Browse files Browse the repository at this point in the history
  • Loading branch information
miketallroth committed Jun 4, 2020
1 parent c5f25e5 commit fc97807
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
11 changes: 0 additions & 11 deletions config/Seeds/SettingsSeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,6 @@ class SettingsSeed extends AbstractSeed
'created_by' => 1,
'params' => ''
],
[
'key' => 'Writing.wysiwyg',
'value' => '1',
'title' => 'Enable WYSIWYG editor',
'description' => '',
'input_type' => 'checkbox',
'editable' => '1',
'weight' => '17',
'created_by' => 1,
'params' => ''
],
[
'key' => 'Comment.level',
'value' => '1',
Expand Down
12 changes: 0 additions & 12 deletions config/admin_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@
'weight' => 30,
],

'writing' => [
'title' => __d('croogo', 'Writing'),
'url' => [
'prefix' => 'admin',
'plugin' => 'Croogo/Settings',
'controller' => 'Settings',
'action' => 'prefix',
'Writing',
],
'weight' => 40,
],

'comment' => [
'title' => __d('croogo', 'Comment'),
'url' => [
Expand Down

0 comments on commit fc97807

Please sign in to comment.