From c2c2e4df6fd058fc0fabf7fc8093339e86a973d1 Mon Sep 17 00:00:00 2001 From: craigray Date: Thu, 15 Mar 2018 12:56:05 +1100 Subject: [PATCH] Change manifest to install CKEditor Scripts by default. --- hillrange/ckeditor/0.1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hillrange/ckeditor/0.1/manifest.json b/hillrange/ckeditor/0.1/manifest.json index 2104ec72..1fb4a549 100644 --- a/hillrange/ckeditor/0.1/manifest.json +++ b/hillrange/ckeditor/0.1/manifest.json @@ -6,6 +6,6 @@ "config/": "%CONFIG_DIR%/" }, "composer-scripts": { - "ckeditor:install": "symfony-cmd" + "ckeditor:install --clear=drop": "symfony-cmd" } }