This commit is contained in:
Dennis Eichhorn 2022-12-10 22:17:54 +01:00
parent 20e425626d
commit c138791bed
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Checklist", "name": "Checklist",
"uri": "{/prefix}checklist/list", "uri": "{/lang}/{/app}/checklist/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 65, "order": 65,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "{/prefix}checklist/list", "uri": "{/lang}/{/app}/checklist/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 5, "subtype": 5,
"name": "Templates", "name": "Templates",
"uri": "{/prefix}checklist/template/list", "uri": "{/lang}/{/app}/checklist/template/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -49,7 +49,7 @@
"type": 3, "type": 3,
"subtype": 5, "subtype": 5,
"name": "CreateTemplate", "name": "CreateTemplate",
"uri": "{/prefix}checklist/template/create?{?}", "uri": "{/lang}/{/app}/checklist/template/create?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,

View File

@ -12,7 +12,7 @@
}, },
"creator": { "creator": {
"name": "Karaka", "name": "Karaka",
"website": "www.spl1nes.com" "website": "jingga.app"
}, },
"description": "The administration module.", "description": "The administration module.",
"directory": "Checklist", "directory": "Checklist",