From 8379c93ca83ec4d27866898bd73f074386cb7c22 Mon Sep 17 00:00:00 2001 From: ycc Date: Thu, 30 Apr 2020 16:58:33 +0800 Subject: [PATCH] add pic dir --- wysiwyg/ckfinder/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wysiwyg/ckfinder/config.php b/wysiwyg/ckfinder/config.php index 74617980..c181165e 100644 --- a/wysiwyg/ckfinder/config.php +++ b/wysiwyg/ckfinder/config.php @@ -129,8 +129,6 @@ $config['resourceTypes'][] = array( 'deniedExtensions' => '', 'backend' => 'default' ); - -/* $config['resourceTypes'][] = array( 'name' => 'pic', // Single quotes not allowed. 'directory' => 'pic', @@ -139,6 +137,8 @@ $config['resourceTypes'][] = array( 'deniedExtensions' => '', 'backend' => 'default' ); +/* + $config['resourceTypes'][] = array( 'name' => 'css', // Single quotes not allowed. 'directory' => 'css',