Skip to content

Commit 6b9b357

Browse files
authored
Update ArticleConfig.php
1 parent 7d02449 commit 6b9b357

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ArticleConfig.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,15 @@ private function getDefaultPlugins(): array
159159
'handle' => ['handle/handle.min.js'],
160160
'icons' => ['icons/icons.min.js'],
161161
'imageposition' => ['imageposition/imageposition.min.js'],
162+
'imageresize' => ['imageresize/imageresize.min.js'],
162163
'inlineformat' => ['inlineformat/inlineformat.min.js'],
163164
'makebutton' => ['makebutton/makebutton.min.js'],
165+
'math' => ['math/math.min.js'],
164166
'print' => ['print/print.min.js'],
167+
'removeformat' => ['removeformat/removeformat.min.js'],
165168
'reorder' => ['reorder/reorder.min.js'],
166169
'selector' => ['selector/selector.min.js'],
170+
'slideshow' => ['slideshow/slideshow.min.js', 'slideshow/slideshow.min.css'],
167171
'specialchars' => ['specialchars/specialchars.min.js'],
168172
'style' => ['style/style.min.js'],
169173
'tags' => ['tags/tags.min.js', 'tags/tags.min.css'],

0 commit comments

Comments
 (0)