Update plugin.json to use staticDirs

instead of staticDir, now deprecated
This commit is contained in:
PunKeel 2014-02-05 18:42:49 +01:00
parent 02cd15198c
commit 592e9dc073
1 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@
"hook": "filter:admin.create_routes", "method": "addAdminRoute", "callbacked": true
}
],
"staticDir": "./static"
}
"staticDirs": ["./static"]
}