Skip to content

Commit

Permalink
Merge pull request #20 from bolt/chore/update-to-Article-2.2.0
Browse files Browse the repository at this point in the history
Update to Article 2.2.0
  • Loading branch information
I-Valchev authored Dec 14, 2020
2 parents 278790e + 9b987b3 commit bae63a9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/article/article-editor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/article/css/article-editor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/article/css/arx-content.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/article/plugins/imageposition/imageposition.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 bae63a9

Please sign in to comment.