Last active
August 21, 2021 00:32
-
-
Save amaryfilo/f20e402dbc4db2dbebaa1e9ae98a46b1 to your computer and use it in GitHub Desktop.
templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "611eea9315c168ca974946c6", | |
"hash": "TDSRE4S", | |
"info": { | |
"name": "Discover", | |
"icon": "earth", | |
"description": "Lorem ipsum dolor sit amet consectetur, adipisicing elit. Consequatur adipisci quia voluptatibus illum neque, dignissimos possimus amet pariatur natus quos!", | |
"user": { | |
"id": 2983123, | |
"name": "Leonardo Da Vinci" | |
} | |
}, | |
"item": { | |
"data": { | |
"avatar": { | |
"title": "Avatar", | |
"type": "image", | |
"data": "" | |
}, | |
"artist": { | |
"title": "Artist", | |
"type": "text", | |
"data": "" | |
}, | |
"name": { | |
"title": "Name", | |
"type": "text", | |
"data": "" | |
}, | |
"genre": { | |
"title": "Genre", | |
"type": "text", | |
"data": "" | |
}, | |
"born": { | |
"title": "Born", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"country": { | |
"title": "Country", | |
"type": "text", | |
"data": "" | |
}, | |
"start": { | |
"title": "Start", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"albums": { | |
"title": "Albums", | |
"type": "text", | |
"data": "" | |
}, | |
"songs": { | |
"title": "Songs", | |
"type": "text", | |
"data": "" | |
}, | |
"topsongs": { | |
"title": "Top Songs", | |
"type": "text", | |
"data": "" | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
}, | |
"preview": { | |
"type": "ii-td", | |
"image": "avatar", | |
"props": ["name", "genre", "born", "start", "albums"] | |
}, | |
"page": { | |
"elements": [ | |
{ | |
"type": "l-r", | |
"left": { | |
"fixed": true, | |
"items": [ | |
{ | |
"id": "avatar", | |
"type": "image", | |
"width": 100 | |
}, | |
{ | |
"id": "artist", | |
"type": "text", | |
"width": 100 | |
} | |
] | |
}, | |
"right": { | |
"fixed": false, | |
"items": [ | |
{ | |
"id": "name", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "genre", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "born", | |
"type": "date", | |
"width": 50 | |
}, | |
{ | |
"id": "country", | |
"type": "text", | |
"width": 50 | |
} | |
] | |
} | |
}, | |
{ | |
"type": "slider", | |
"items": [ | |
{ | |
"id": "start", | |
"type": "date", | |
"width": 100 | |
}, | |
{ | |
"id": "albums", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "songs", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "topsongs", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "exclipt", | |
"type": "boolean", | |
"width": 100 | |
} | |
] | |
} | |
] | |
}, | |
"filter": { | |
"genre": { | |
"title": "Genre", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"country": { | |
"title": "Country", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
} | |
}, | |
"subitem": { | |
"data": { | |
"name": { | |
"title": "Name", | |
"type": "text", | |
"data": "" | |
}, | |
"song": { | |
"title": "Song", | |
"type": "text", | |
"data": "" | |
}, | |
"album": { | |
"title": "Album", | |
"type": "text", | |
"data": "" | |
}, | |
"text": { | |
"title": "Text", | |
"type": "longtext", | |
"data": "" | |
}, | |
"release": { | |
"title": "release", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
}, | |
"preview": { | |
"type": "tt", | |
"props": ["name", "album", "release"] | |
}, | |
"page": { | |
"elements": [ | |
{ | |
"type": "l-r", | |
"left": { | |
"fixed": true, | |
"items": [ | |
{ | |
"id": "avatar", | |
"type": "image", | |
"width": 100 | |
}, | |
{ | |
"id": "artist", | |
"type": "text", | |
"width": 100 | |
} | |
] | |
}, | |
"right": { | |
"fixed": false, | |
"items": [ | |
{ | |
"id": "name", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "genre", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "born", | |
"type": "date", | |
"width": 50 | |
}, | |
{ | |
"id": "country", | |
"type": "text", | |
"width": 50 | |
} | |
] | |
} | |
} | |
] | |
}, | |
"filter": { | |
"genre": { | |
"title": "Genre", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"country": { | |
"title": "Country", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "611eea937d9b0630a438ee54", | |
"hash": "AD4WS5", | |
"info": { | |
"name": "Music", | |
"icon": "musical-note", | |
"description": "Lorem, ipsum dolor sit amet consectetur adipisicing elit. Libero laborum iure tenetur tempora vel optio.", | |
"user": { | |
"id": 2983123, | |
"name": "Leonardo Da Vinci" | |
} | |
}, | |
"item": { | |
"data": { | |
"avatar": { | |
"title": "Avatar", | |
"type": "image", | |
"data": "" | |
}, | |
"artist": { | |
"title": "Artist", | |
"type": "text", | |
"data": "" | |
}, | |
"name": { | |
"title": "Name", | |
"type": "text", | |
"data": "" | |
}, | |
"genre": { | |
"title": "Genre", | |
"type": "text", | |
"data": "" | |
}, | |
"born": { | |
"title": "Born", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"country": { | |
"title": "Country", | |
"type": "text", | |
"data": "" | |
}, | |
"start": { | |
"title": "Start", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"albums": { | |
"title": "Albums", | |
"type": "text", | |
"data": "" | |
}, | |
"songs": { | |
"title": "Songs", | |
"type": "text", | |
"data": "" | |
}, | |
"topsongs": { | |
"title": "Top Songs", | |
"type": "text", | |
"data": "" | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
}, | |
"preview": { | |
"type": "ii-td", | |
"image": "avatar", | |
"props": ["name", "genre", "born", "start", "albums"] | |
}, | |
"page": { | |
"elements": [ | |
{ | |
"type": "l-r", | |
"left": { | |
"fixed": true, | |
"items": [ | |
{ | |
"id": "avatar", | |
"type": "image", | |
"width": 100 | |
}, | |
{ | |
"id": "artist", | |
"type": "text", | |
"width": 100 | |
} | |
] | |
}, | |
"right": { | |
"fixed": false, | |
"items": [ | |
{ | |
"id": "name", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "genre", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "born", | |
"type": "date", | |
"width": 50 | |
}, | |
{ | |
"id": "country", | |
"type": "text", | |
"width": 50 | |
} | |
] | |
} | |
}, | |
{ | |
"type": "slider", | |
"items": [ | |
{ | |
"id": "start", | |
"type": "date", | |
"width": 100 | |
}, | |
{ | |
"id": "albums", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "songs", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "topsongs", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "exclipt", | |
"type": "boolean", | |
"width": 100 | |
} | |
] | |
} | |
] | |
}, | |
"filter": { | |
"genre": { | |
"title": "Genre", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"country": { | |
"title": "Country", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
} | |
}, | |
"subitem": { | |
"data": { | |
"name": { | |
"title": "Name", | |
"type": "text", | |
"data": "" | |
}, | |
"song": { | |
"title": "Song", | |
"type": "text", | |
"data": "" | |
}, | |
"album": { | |
"title": "Album", | |
"type": "text", | |
"data": "" | |
}, | |
"text": { | |
"title": "Text", | |
"type": "longtext", | |
"data": "" | |
}, | |
"release": { | |
"title": "release", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
}, | |
"preview": { | |
"type": "tt", | |
"props": ["name", "album", "release"] | |
}, | |
"page": { | |
"elements": [ | |
{ | |
"type": "l-r", | |
"left": { | |
"fixed": true, | |
"items": [ | |
{ | |
"id": "avatar", | |
"type": "image", | |
"width": 100 | |
}, | |
{ | |
"id": "artist", | |
"type": "text", | |
"width": 100 | |
} | |
] | |
}, | |
"right": { | |
"fixed": false, | |
"items": [ | |
{ | |
"id": "name", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "genre", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "born", | |
"type": "date", | |
"width": 50 | |
}, | |
{ | |
"id": "country", | |
"type": "text", | |
"width": 50 | |
} | |
] | |
} | |
} | |
] | |
}, | |
"filter": { | |
"genre": { | |
"title": "Genre", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"country": { | |
"title": "Country", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "611eea939cbcdb929d4054d7", | |
"hash": "ERPSOE9", | |
"info": { | |
"name": "Books", | |
"icon": "book", | |
"description": "Fugiat mollit exercitation ex veniam consequat velit adipisicing id excepteur officia enim qui consequat eiusmod.", | |
"user": { | |
"id": 2983123, | |
"name": "Leonardo Da Vinci" | |
} | |
}, | |
"item": { | |
"data": { | |
"avatar": { | |
"title": "Avatar", | |
"type": "image", | |
"data": "" | |
}, | |
"artist": { | |
"title": "Artist", | |
"type": "text", | |
"data": "" | |
}, | |
"name": { | |
"title": "Name", | |
"type": "text", | |
"data": "" | |
}, | |
"genre": { | |
"title": "Genre", | |
"type": "text", | |
"data": "" | |
}, | |
"born": { | |
"title": "Born", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"country": { | |
"title": "Country", | |
"type": "text", | |
"data": "" | |
}, | |
"start": { | |
"title": "Start", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"albums": { | |
"title": "Albums", | |
"type": "text", | |
"data": "" | |
}, | |
"songs": { | |
"title": "Songs", | |
"type": "text", | |
"data": "" | |
}, | |
"topsongs": { | |
"title": "Top Songs", | |
"type": "text", | |
"data": "" | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
}, | |
"preview": { | |
"type": "ii-td", | |
"image": "avatar", | |
"props": ["name", "genre", "born", "start", "albums"] | |
}, | |
"page": { | |
"elements": [ | |
{ | |
"type": "l-r", | |
"left": { | |
"fixed": true, | |
"items": [ | |
{ | |
"id": "avatar", | |
"type": "image", | |
"width": 100 | |
}, | |
{ | |
"id": "artist", | |
"type": "text", | |
"width": 100 | |
} | |
] | |
}, | |
"right": { | |
"fixed": false, | |
"items": [ | |
{ | |
"id": "name", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "genre", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "born", | |
"type": "date", | |
"width": 50 | |
}, | |
{ | |
"id": "country", | |
"type": "text", | |
"width": 50 | |
} | |
] | |
} | |
}, | |
{ | |
"type": "slider", | |
"items": [ | |
{ | |
"id": "start", | |
"type": "date", | |
"width": 100 | |
}, | |
{ | |
"id": "albums", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "songs", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "topsongs", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "exclipt", | |
"type": "boolean", | |
"width": 100 | |
} | |
] | |
} | |
] | |
}, | |
"filter": { | |
"genre": { | |
"title": "Genre", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"country": { | |
"title": "Country", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
} | |
}, | |
"subitem": { | |
"data": { | |
"name": { | |
"title": "Name", | |
"type": "text", | |
"data": "" | |
}, | |
"song": { | |
"title": "Song", | |
"type": "text", | |
"data": "" | |
}, | |
"album": { | |
"title": "Album", | |
"type": "text", | |
"data": "" | |
}, | |
"text": { | |
"title": "Text", | |
"type": "longtext", | |
"data": "" | |
}, | |
"release": { | |
"title": "release", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
}, | |
"preview": { | |
"type": "tt", | |
"props": ["name", "album", "release"] | |
}, | |
"page": { | |
"elements": [ | |
{ | |
"type": "l-r", | |
"left": { | |
"fixed": true, | |
"items": [ | |
{ | |
"id": "avatar", | |
"type": "image", | |
"width": 100 | |
}, | |
{ | |
"id": "artist", | |
"type": "text", | |
"width": 100 | |
} | |
] | |
}, | |
"right": { | |
"fixed": false, | |
"items": [ | |
{ | |
"id": "name", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "genre", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "born", | |
"type": "date", | |
"width": 50 | |
}, | |
{ | |
"id": "country", | |
"type": "text", | |
"width": 50 | |
} | |
] | |
} | |
} | |
] | |
}, | |
"filter": { | |
"genre": { | |
"title": "Genre", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"country": { | |
"title": "Country", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id":"611eea93a3cb8cfdd06c3ae8", | |
"hash":"LK3MS4E", | |
"info":{ | |
"name":"Wishes", | |
"icon":"color-wand", | |
"description":"Commodo anim non consectetur laboris officia pariatur laborum consectetur esse.", | |
"user":{ | |
"id":2983123, | |
"name":"Leonardo Da Vinci" | |
} | |
}, | |
"item":{ | |
"data":{ | |
"avatar":{ | |
"title":"Avatar", | |
"type":"image", | |
"data":"" | |
}, | |
"artist":{ | |
"title":"Artist", | |
"type":"text", | |
"data":"" | |
}, | |
"name":{ | |
"title":"Name", | |
"type":"text", | |
"data":"" | |
}, | |
"genre":{ | |
"title":"Genre", | |
"type":"text", | |
"data":"" | |
}, | |
"born":{ | |
"title":"Born", | |
"type":"date", | |
"data":"new Date().toString()" | |
}, | |
"country":{ | |
"title":"Country", | |
"type":"text", | |
"data":"" | |
}, | |
"start":{ | |
"title":"Start", | |
"type":"date", | |
"data":"new Date().toString()" | |
}, | |
"albums":{ | |
"title":"Albums", | |
"type":"text", | |
"data":"" | |
}, | |
"songs":{ | |
"title":"Songs", | |
"type":"text", | |
"data":"" | |
}, | |
"topsongs":{ | |
"title":"Top Songs", | |
"type":"text", | |
"data":"" | |
}, | |
"exclipt":{ | |
"title":"Exclipt", | |
"type":"boolean", | |
"data":false | |
} | |
}, | |
"preview":{ | |
"type":"ii-td", | |
"image":"avatar", | |
"props":[ | |
"name", | |
"genre", | |
"born", | |
"start", | |
"albums" | |
] | |
}, | |
"page":{ | |
"elements":[ | |
{ | |
"type":"l-r", | |
"left":{ | |
"fixed":true, | |
"items":[ | |
{ | |
"id":"avatar", | |
"type":"image", | |
"width":100 | |
}, | |
{ | |
"id":"artist", | |
"type":"text", | |
"width":100 | |
} | |
] | |
}, | |
"right":{ | |
"fixed":false, | |
"items":[ | |
{ | |
"id":"name", | |
"type":"text", | |
"width":50 | |
}, | |
{ | |
"id":"genre", | |
"type":"text", | |
"width":50 | |
}, | |
{ | |
"id":"born", | |
"type":"date", | |
"width":50 | |
}, | |
{ | |
"id":"country", | |
"type":"text", | |
"width":50 | |
} | |
] | |
} | |
}, | |
{ | |
"type":"slider", | |
"items":[ | |
{ | |
"id":"start", | |
"type":"date", | |
"width":100 | |
}, | |
{ | |
"id":"albums", | |
"type":"text", | |
"width":100 | |
}, | |
{ | |
"id":"songs", | |
"type":"text", | |
"width":100 | |
}, | |
{ | |
"id":"topsongs", | |
"type":"text", | |
"width":100 | |
}, | |
{ | |
"id":"exclipt", | |
"type":"boolean", | |
"width":100 | |
} | |
] | |
} | |
] | |
}, | |
"filter":{ | |
"genre":{ | |
"title":"Genre", | |
"type":"dropdown", | |
"data":[ | |
] | |
}, | |
"country":{ | |
"title":"Country", | |
"type":"dropdown", | |
"data":[ | |
] | |
}, | |
"exclipt":{ | |
"title":"Exclipt", | |
"type":"boolean", | |
"data":false | |
} | |
} | |
}, | |
"subitem":{ | |
"data":{ | |
"name":{ | |
"title":"Name", | |
"type":"text", | |
"data":"" | |
}, | |
"song":{ | |
"title":"Song", | |
"type":"text", | |
"data":"" | |
}, | |
"album":{ | |
"title":"Album", | |
"type":"text", | |
"data":"" | |
}, | |
"text":{ | |
"title":"Text", | |
"type":"longtext", | |
"data":"" | |
}, | |
"release":{ | |
"title":"release", | |
"type":"date", | |
"data":"new Date().toString()" | |
}, | |
"exclipt":{ | |
"title":"Exclipt", | |
"type":"boolean", | |
"data":false | |
} | |
}, | |
"preview":{ | |
"type":"tt", | |
"props":[ | |
"name", | |
"album", | |
"release" | |
] | |
}, | |
"page":{ | |
"elements":[ | |
{ | |
"type":"l-r", | |
"left":{ | |
"fixed":true, | |
"items":[ | |
{ | |
"id":"avatar", | |
"type":"image", | |
"width":100 | |
}, | |
{ | |
"id":"artist", | |
"type":"text", | |
"width":100 | |
} | |
] | |
}, | |
"right":{ | |
"fixed":false, | |
"items":[ | |
{ | |
"id":"name", | |
"type":"text", | |
"width":50 | |
}, | |
{ | |
"id":"genre", | |
"type":"text", | |
"width":50 | |
}, | |
{ | |
"id":"born", | |
"type":"date", | |
"width":50 | |
}, | |
{ | |
"id":"country", | |
"type":"text", | |
"width":50 | |
} | |
] | |
} | |
} | |
] | |
}, | |
"filter":{ | |
"genre":{ | |
"title":"Genre", | |
"type":"dropdown", | |
"data":[ | |
] | |
}, | |
"country":{ | |
"title":"Country", | |
"type":"dropdown", | |
"data":[ | |
] | |
}, | |
"exclipt":{ | |
"title":"Exclipt", | |
"type":"boolean", | |
"data":false | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "611eea93dc525a5f0f049da4", | |
"hash": "FS85CSD", | |
"info": { | |
"name": "Draw", | |
"icon": "brush", | |
"description": "Nisi enim occaecat cupidatat exercitation et cillum nulla in id.", | |
"user": { | |
"id": 2983123, | |
"name": "Leonardo Da Vinci" | |
} | |
}, | |
"item": { | |
"data": { | |
"avatar": { | |
"title": "Avatar", | |
"type": "image", | |
"data": "" | |
}, | |
"artist": { | |
"title": "Artist", | |
"type": "text", | |
"data": "" | |
}, | |
"name": { | |
"title": "Name", | |
"type": "text", | |
"data": "" | |
}, | |
"genre": { | |
"title": "Genre", | |
"type": "text", | |
"data": "" | |
}, | |
"born": { | |
"title": "Born", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"country": { | |
"title": "Country", | |
"type": "text", | |
"data": "" | |
}, | |
"start": { | |
"title": "Start", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"albums": { | |
"title": "Albums", | |
"type": "text", | |
"data": "" | |
}, | |
"songs": { | |
"title": "Songs", | |
"type": "text", | |
"data": "" | |
}, | |
"topsongs": { | |
"title": "Top Songs", | |
"type": "text", | |
"data": "" | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
}, | |
"preview": { | |
"type": "ii-td", | |
"image": "avatar", | |
"props": ["name", "genre", "born", "start", "albums"] | |
}, | |
"page": { | |
"elements": [ | |
{ | |
"type": "l-r", | |
"left": { | |
"fixed": true, | |
"items": [ | |
{ | |
"id": "avatar", | |
"type": "image", | |
"width": 100 | |
}, | |
{ | |
"id": "artist", | |
"type": "text", | |
"width": 100 | |
} | |
] | |
}, | |
"right": { | |
"fixed": false, | |
"items": [ | |
{ | |
"id": "name", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "genre", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "born", | |
"type": "date", | |
"width": 50 | |
}, | |
{ | |
"id": "country", | |
"type": "text", | |
"width": 50 | |
} | |
] | |
} | |
}, | |
{ | |
"type": "slider", | |
"items": [ | |
{ | |
"id": "start", | |
"type": "date", | |
"width": 100 | |
}, | |
{ | |
"id": "albums", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "songs", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "topsongs", | |
"type": "text", | |
"width": 100 | |
}, | |
{ | |
"id": "exclipt", | |
"type": "boolean", | |
"width": 100 | |
} | |
] | |
} | |
] | |
}, | |
"filter": { | |
"genre": { | |
"title": "Genre", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"country": { | |
"title": "Country", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
} | |
}, | |
"subitem": { | |
"data": { | |
"name": { | |
"title": "Name", | |
"type": "text", | |
"data": "" | |
}, | |
"song": { | |
"title": "Song", | |
"type": "text", | |
"data": "" | |
}, | |
"album": { | |
"title": "Album", | |
"type": "text", | |
"data": "" | |
}, | |
"text": { | |
"title": "Text", | |
"type": "longtext", | |
"data": "" | |
}, | |
"release": { | |
"title": "release", | |
"type": "date", | |
"data": "new Date().toString()" | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
}, | |
"preview": { | |
"type": "tt", | |
"props": ["name", "album", "release"] | |
}, | |
"page": { | |
"elements": [ | |
{ | |
"type": "l-r", | |
"left": { | |
"fixed": true, | |
"items": [ | |
{ | |
"id": "avatar", | |
"type": "image", | |
"width": 100 | |
}, | |
{ | |
"id": "artist", | |
"type": "text", | |
"width": 100 | |
} | |
] | |
}, | |
"right": { | |
"fixed": false, | |
"items": [ | |
{ | |
"id": "name", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "genre", | |
"type": "text", | |
"width": 50 | |
}, | |
{ | |
"id": "born", | |
"type": "date", | |
"width": 50 | |
}, | |
{ | |
"id": "country", | |
"type": "text", | |
"width": 50 | |
} | |
] | |
} | |
} | |
] | |
}, | |
"filter": { | |
"genre": { | |
"title": "Genre", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"country": { | |
"title": "Country", | |
"type": "dropdown", | |
"data": [] | |
}, | |
"exclipt": { | |
"title": "Exclipt", | |
"type": "boolean", | |
"data": false | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment