Skip to content

Commit

Permalink
chore: remove ckeditr and elfinder (#387)
Browse files Browse the repository at this point in the history
* chore: remove ckeditr and elfinder

* fix: remove imports
  • Loading branch information
Lundli authored Oct 30, 2023
1 parent 97d8fdf commit 64fd6a2
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 373 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"dompdf/dompdf": "^2.0",
"easycorp/easyadmin-bundle": "^4",
"excelwebzone/recaptcha-bundle": "^1.5",
"friendsofsymfony/ckeditor-bundle": "^2.4",
"google/apiclient": "^2.12",
"helios-ag/fm-elfinder-bundle": "^12.3",
"lexik/jwt-authentication-bundle": "^2.19",
"liip/imagine-bundle": "^2.10",
"nelmio/api-doc-bundle": "^4.11",
Expand Down Expand Up @@ -105,11 +103,9 @@
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"elfinder:install": "symfony-cmd"
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"php bin/console ckeditor:install --tag=4.22.1",
"php bin/console assets:install public"
],
"post-update-cmd": [
Expand Down
234 changes: 2 additions & 232 deletions composer.lock

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

2 changes: 0 additions & 2 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
EWZ\Bundle\RecaptchaBundle\EWZRecaptchaBundle::class => ['all' => true],
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
FM\ElfinderBundle\FMElfinderBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
Nelmio\ApiDocBundle\NelmioApiDocBundle::class => ['all' => true],
Expand Down
77 changes: 0 additions & 77 deletions config/packages/fm_elfinder.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions config/packages/fos_ckeditor.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions config/routes/fm_elfinder.yaml

This file was deleted.

Loading

0 comments on commit 64fd6a2

Please sign in to comment.