Update plugin.json to use staticDirs
instead of staticDir, now deprecated
This commit is contained in:
parent
02cd15198c
commit
592e9dc073
@ -15,5 +15,5 @@
|
||||
"hook": "filter:admin.create_routes", "method": "addAdminRoute", "callbacked": true
|
||||
}
|
||||
],
|
||||
"staticDir": "./static"
|
||||
}
|
||||
"staticDirs": ["./static"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user