Start work on search page

This commit is contained in:
Astatin3
2024-04-21 10:31:38 -06:00
parent 5599f5f9a2
commit 191b7280f0
5 changed files with 140 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "search",
"creators": ["ASTATIN3"],
"version": "1.0",
"entrypoint": "modules/search/main.py",
"tabs": [
{
"name": "Search",
"defaultPage": "Search",
"pages": [
{
"type": "page",
"name": "Search",
"requiredPermGroup": "",
"location": "modules/search/search.html"
}
]
}
]
}