From 592e9dc0730ad46371add73138e97a350da52d10 Mon Sep 17 00:00:00 2001 From: PunKeel Date: Wed, 5 Feb 2014 18:42:49 +0100 Subject: [PATCH] Update plugin.json to use staticDirs instead of staticDir, now deprecated --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index b2535cd..f885d61 100644 --- a/plugin.json +++ b/plugin.json @@ -15,5 +15,5 @@ "hook": "filter:admin.create_routes", "method": "addAdminRoute", "callbacked": true } ], - "staticDir": "./static" -} \ No newline at end of file + "staticDirs": ["./static"] +}