diff --git a/composer.json b/composer.json index 28b0246249..def0c9517f 100755 --- a/composer.json +++ b/composer.json @@ -68,7 +68,6 @@ "endroid/qr-code": "~3.7", "essence/essence": "~3.0", "ezyang/htmlpurifier": "~4.13", - "friendsofsymfony/ckeditor-bundle": "^2.2", "friendsofsymfony/jsrouting-bundle": "~2.0", "graphp/algorithms": "~0.8", "graphp/graphviz": "~0.2", diff --git a/config/bundles.php b/config/bundles.php index e774ac4121..c3bee7fb0f 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -31,7 +31,6 @@ return [ Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true], - FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true], Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], Knp\DoctrineBehaviors\DoctrineBehaviorsBundle::class => ['all' => true], Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], diff --git a/config/packages/fos_ckeditor.yaml b/config/packages/fos_ckeditor.yaml deleted file mode 100644 index ced8b0b010..0000000000 --- a/config/packages/fos_ckeditor.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# Read the documentation: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html - -twig: - form_themes: - - '@FOSCKEditor/Form/ckeditor_widget.html.twig' diff --git a/src/CoreBundle/Resources/views/Layout/head.html.twig b/src/CoreBundle/Resources/views/Layout/head.html.twig index a4825e9b12..6a4279edf3 100644 --- a/src/CoreBundle/Resources/views/Layout/head.html.twig +++ b/src/CoreBundle/Resources/views/Layout/head.html.twig @@ -33,7 +33,7 @@ {##} {% endblock %} {# app.js is generated using the file webpack.config.js and using yarn read /assets/README.md for more info #} - +{##} {#{{ encore_entry_script_tags('app') }}#} diff --git a/src/CoreBundle/Resources/views/Layout/layout_one_col.html.twig b/src/CoreBundle/Resources/views/Layout/layout_one_col.html.twig index 49a27ed2f7..cadb622a35 100644 --- a/src/CoreBundle/Resources/views/Layout/layout_one_col.html.twig +++ b/src/CoreBundle/Resources/views/Layout/layout_one_col.html.twig @@ -1,7 +1,7 @@ {% extends '@ChamiloCore/Layout/base-layout.html.twig' %} {%- block page_content %} {% if from_vue %} - +{# #}