Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[
{
"label": "",
"rows":[
[{"name":"file"}, false],
[{"name":"name"}, {"name":"folder"}]
]
},
{
"label": "Details",
"rows": [
[{"name":"type"}, {"name":"publishDate"}],
[{"name":"status"}, {"name":"expirationDate"}],
[{"name":"description", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,11 @@
[
{
"label": "",
"rows": [
[{"name":"file", "fullWidth": true}],
[{"name":"name", "fullWidth": true}],
[{"name":"status"}, {"name":"folder"}],
[{"name":"description", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,12 @@
[
"assignedUser",
"teams",
"accounts",
"createdAt",
"createdBy",
"modifiedAt",
"expirationDate",
"type",
"status",
"publishDate"
]

View File

@@ -0,0 +1,6 @@
[
{"name":"name", "link":true},
{"name":"file", "width": 10, "notSortable": true},
{"name":"status", "width": 15},
{"name":"createdAt", "width": 18}
]

View File

@@ -0,0 +1,5 @@
[
{"name": "name", "link": true},
{"name": "file", "width": 10, "notSortable": true},
{"name":"createdAt", "width": 27}
]

View File

@@ -0,0 +1,5 @@
[
"assignedUser",
"teams",
"folder"
]

View File

@@ -0,0 +1,3 @@
[
"accounts"
]