Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
16 lines
373 B
JSON
16 lines
373 B
JSON
[
|
|
{"title": "Item 1"},
|
|
{"title": "Folder 2", "isFolder": true, "key": "folder2",
|
|
"children": [
|
|
{"title": "Sub-item 2.1"},
|
|
{"title": "Sub-item 2.2"}
|
|
]
|
|
},
|
|
{"title": "Folder 3", "isFolder": true, "key": "folder3",
|
|
"children": [
|
|
{"title": "Sub-item 3.1"},
|
|
{"title": "Sub-item 3.2"}
|
|
]
|
|
},
|
|
{"title": "Item 5"}
|
|
] |