mirror of
https://github.com/arnaucube/konstrui.git
synced 2026-02-08 12:06:51 +01:00
implemented generation of pages for each data in json
This commit is contained in:
33
example/webInput/templates/projectTemplate.json
Normal file
33
example/webInput/templates/projectTemplate.json
Normal file
@@ -0,0 +1,33 @@
|
||||
[{
|
||||
"title": "Smartphone App",
|
||||
"idAuthor": "author1",
|
||||
"author": "User1",
|
||||
"description": "This is the first project",
|
||||
"link": "https://github.com",
|
||||
"pageName": "smartphoneApp"
|
||||
},
|
||||
{
|
||||
"title": "Botnet",
|
||||
"idAuthor": "author2",
|
||||
"author": "User2",
|
||||
"description": "This project is a botnet",
|
||||
"link": "https://github.com",
|
||||
"pageName": "botnet"
|
||||
},
|
||||
{
|
||||
"title": "Webpage",
|
||||
"idAuthor": "author3",
|
||||
"author": "User1",
|
||||
"description": "This project is a webpage",
|
||||
"link": "https://github.com",
|
||||
"pageName": "webpage"
|
||||
},
|
||||
{
|
||||
"title": "Script",
|
||||
"idAuthor": "author4",
|
||||
"author": "User1",
|
||||
"description": "This project is a script to save time",
|
||||
"link": "https://github.com",
|
||||
"pageName": "script"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user