Skip to content

Commit

Permalink
Update ArticleConfig.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Dec 14, 2020
1 parent 7c5f5b1 commit 9b987b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ArticleConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,18 @@ private function getDefaultPlugins(): array
'definedlinks' => ['definedlinks/definedlinks.min.js'],
'handle' => ['handle/handle.min.js'],
'icons' => ['icons/icons.min.js'],
'imageposition' => ['imageposition/imageposition.min.js'],
'inlineformat' => ['inlineformat/inlineformat.min.js'],
'makebutton' => ['makebutton/makebutton.min.js'],
'print' => ['print/print.min.js'],
'reorder' => ['reorder/reorder.min.js'],
'selector' => ['selector/selector.min.js'],
'specialchars' => ['specialchars/specialchars.min.js'],
'style' => ['style/style.min.js'],
'tags' => ['tags/tags.min.js', 'tags/tags.min.css'],
'textdirection' => ['textdirection/textdirection.min.js'],
'underline' => ['underline/underline.min.js'],
'variable' => ['variable/variable.min.js'],
'makebutton' => ['makebutton/makebutton.min.js'],
];
}

Expand Down

0 comments on commit 9b987b3

Please sign in to comment.