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,16 @@
[
{
"rows":[
[{"name": "name"}],
[{"name": "status"}, {"name": "publishDate"}],
[{"name": "categories"}, {"name": "expirationDate"}],
[{"name": "portals"}, {"name": "language"}]
]
},
{
"rows": [
[{"name": "body"}],
[{"name": "attachments"}]
]
}
]

View File

@@ -0,0 +1,9 @@
[
{
"label": "",
"rows": [
[{"name":"body", "fullWidth": true, "noLabel": true}],
[{"name":"attachments", "fullWidth": true, "noLabel": true}]
]
}
]

View File

@@ -0,0 +1,15 @@
[
{
"rows":[
[{"name":"name"}],
[{"name":"status"}, {"name": "language"}],
[{"name":"categories"}, {"name": "portals"}]
]
},
{
"rows": [
[{"name": "body"}],
[{"name": "attachments"}]
]
}
]

View File

@@ -0,0 +1,9 @@
[
{
"label": "",
"rows": [
[{"name":"body", "fullWidth": true, "noLabel": true}],
[{"name":"attachments", "fullWidth": true, "noLabel": true}]
]
}
]

View File

@@ -0,0 +1,13 @@
[
"createdAt",
"createdBy",
"modifiedAt",
"expirationDate",
"language",
"type",
"status",
"portals",
"publishDate",
"assignedUser",
"teams"
]

View File

@@ -0,0 +1,5 @@
[
{"name":"name", "link": true},
{"name":"status", "width": 20},
{"name":"createdAt", "width": 20}
]

View File

@@ -0,0 +1,3 @@
[
{"name":"name", "link": true}
]

View File

@@ -0,0 +1,5 @@
[
{"name":"name", "link": true},
{"name":"status", "width": 22},
{"name":"createdAt", "width": 22}
]

View File

@@ -0,0 +1,6 @@
[
"categories",
"status",
"portals",
"teams"
]