mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 20:51:25 +00:00
Feat: Introduce external features.json for start page
This commit is contained in:
38
src/app/sites/startpage/features.json
Normal file
38
src/app/sites/startpage/features.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"name": "Generators",
|
||||
"enabled": true,
|
||||
"tools": [
|
||||
{
|
||||
"name": "Password Generator",
|
||||
"description": "Create secure passwords with custom options",
|
||||
"link": "/generators/password",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"name": "QR Code Generator",
|
||||
"description": "Generate and download QR codes for any text or URL",
|
||||
"link": "/generators/qrcode",
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Tests",
|
||||
"enabled": true,
|
||||
"tools": [
|
||||
{
|
||||
"name": "Test 1",
|
||||
"description": "This is a just test description.",
|
||||
"link": "/test",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"name": "Test 2",
|
||||
"description": "This is a just test description.",
|
||||
"link": "/test",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user