Update the dashboard with an organisations widget

This commit is contained in:
2022-03-07 16:27:52 +00:00
parent 2005a17eef
commit 012b633eaf
10 changed files with 554 additions and 0 deletions

View File

@@ -10,6 +10,17 @@
}
}
},
"js/pages/dashboard": {
"scripts": [
"organisations/js/widgets/organisations.js",
"organisations/js/pages/dashboard.js"
],
"options": {
"sprinkle": {
"onCollision": "merge"
}
}
},
"js/pages/organisation": {
"scripts": [
"userfrosting/js/widgets/users.js",