From 5072a5e9a143a04157f48c97a31249667cecb746 Mon Sep 17 00:00:00 2001 From: Zoup Date: Mon, 2 Aug 2021 06:43:03 +0200 Subject: [PATCH] Added ckeditor:install command to fetch ckeditor assets (#1068) Co-authored-by: zoup --- friendsofsymfony/ckeditor-bundle/2.0/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/friendsofsymfony/ckeditor-bundle/2.0/manifest.json b/friendsofsymfony/ckeditor-bundle/2.0/manifest.json index f1b7751e..bd1ec06b 100644 --- a/friendsofsymfony/ckeditor-bundle/2.0/manifest.json +++ b/friendsofsymfony/ckeditor-bundle/2.0/manifest.json @@ -4,5 +4,8 @@ }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" + }, + "composer-scripts": { + "ckeditor:install": "symfony-cmd" } }