mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-29 22:39:32 +00:00
Remove FOS CKEditor bundle as we dont use it anymore
We now use our self-written elements with CKEDITOR5
This commit is contained in:
parent
898803e3ce
commit
fdcfb95ac7
7 changed files with 14 additions and 193 deletions
|
|
@ -20,7 +20,6 @@
|
|||
"erusev/parsedown": "^1.7",
|
||||
"florianv/swap": "^4.0",
|
||||
"florianv/swap-bundle": "dev-master",
|
||||
"friendsofsymfony/ckeditor-bundle": "^2.0",
|
||||
"gregwar/captcha-bundle": "^2.1.0",
|
||||
"league/html-to-markdown": "^5.0.1",
|
||||
"liip/imagine-bundle": "^2.2",
|
||||
|
|
@ -123,8 +122,7 @@
|
|||
"auto-scripts": {
|
||||
"cache:clear": "symfony-cmd",
|
||||
"ckeditor:install --clear=drop": "symfony-cmd",
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd",
|
||||
"ckeditor:install": "symfony-cmd"
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
},
|
||||
"post-install-cmd": [
|
||||
"@auto-scripts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue