Skip to content

Commit

Permalink
fix missing tinymce in general setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and cedric-anne committed Feb 19, 2024
1 parent a040236 commit 0c0602e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
'plugin' => [
'marketplace' => ['marketplace']
],
'config' => ['clipboard']
'config' => ['clipboard', 'tinymce']
],
'admin' => ['clipboard', 'sortable'],
'preference' => ['clipboard'],
Expand Down

0 comments on commit 0c0602e

Please sign in to comment.