Fixed partial handling and added cookies
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { AppProperties } from "$root/defaults/interfaces.ts";
|
||||
|
||||
const properties: AppProperties = {
|
||||
name: "Students",
|
||||
icon: "badge",
|
||||
pages: {
|
||||
index: "Homepage",
|
||||
upload: "Upload students",
|
||||
},
|
||||
adminOnly: ["upload"],
|
||||
hint: "See student information",
|
||||
};
|
||||
|
||||
export default properties;
|
||||
Reference in New Issue
Block a user