1
0

Use composer-foxy (FKA composer-asset-plugin) to manage JS/CSS. Removed

bundled ckeditor in favour of using foxy to install it.
This commit is contained in:
Markus Birth
2022-02-09 16:01:34 +01:00
parent e19db2b065
commit 82bb67654c
518 changed files with 101 additions and 17241 deletions

View File

@ -3,7 +3,7 @@
{if $wysiwygToolbar != 'CKE'}
<link rel="stylesheet" href="{$serendipityHTTPPath}htmlarea/s9y_cketoolbar.css">
{/if}
<script src="{$serendipityHTTPPath}htmlarea/ckeditor/ckeditor/ckeditor.js"></script>
<script src="{$serendipityHTTPPath}node_modules/ckeditor4/ckeditor.js"></script>
<script src="{$wysiwyg_customPlugin}"></script>
{/if}