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:
16
example/webInput/templates/userTemplate.json
Normal file
16
example/webInput/templates/userTemplate.json
Normal file
@@ -0,0 +1,16 @@
|
||||
[{
|
||||
"username": "Michaela Doe",
|
||||
"description": "Hi, I'm here to code",
|
||||
"phone": "456456456"
|
||||
},
|
||||
{
|
||||
"username": "John Doe",
|
||||
"description": "Hi, I'm here",
|
||||
"phone": "123456789"
|
||||
},
|
||||
{
|
||||
"username": "Myself",
|
||||
"description": "How are you",
|
||||
"phone": "no phone"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user