mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
66
httpdocs/themes/vuexy/json/jstree-data.json
Normal file
66
httpdocs/themes/vuexy/json/jstree-data.json
Normal file
@ -0,0 +1,66 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"text": "css",
|
||||
"children": [
|
||||
{
|
||||
"text": "app.css",
|
||||
"type": "css"
|
||||
},
|
||||
{
|
||||
"text": "style.css",
|
||||
"type": "css"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"text": "img",
|
||||
"state": {
|
||||
"opened": true
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"text": "bg.jpg",
|
||||
"type": "img"
|
||||
},
|
||||
{
|
||||
"text": "logo.png",
|
||||
"type": "img"
|
||||
},
|
||||
{
|
||||
"text": "avatar.png",
|
||||
"type": "img"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"text": "js",
|
||||
"state": {
|
||||
"opened": true
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"text": "jquery.js",
|
||||
"type": "js"
|
||||
},
|
||||
{
|
||||
"text": "app.js",
|
||||
"type": "js"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "index.html",
|
||||
"type": "html"
|
||||
},
|
||||
{
|
||||
"text": "page-one.html",
|
||||
"type": "html"
|
||||
},
|
||||
{
|
||||
"text": "page-two.html",
|
||||
"type": "html"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user