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,11 @@
[
{
"label": "",
"rows": [
[{"name":"name", "fullWidth": true}],
[{"name":"includingActionList", "fullWidth": true}],
[{"name":"excludingActionList", "fullWidth": true}],
[{"name":"description", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,9 @@
[
{
"rows": [
[{"name": "name"}, {"name": "entryCount"}],
[{"name": "category"}, {"name": "optedOutCount"}],
[{"name": "description", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,10 @@
[
{
"rows": [
[{"name": "name"}],
[{"name": "category"}],
[{"name": "entryCount"}, {"name": "optedOutCount"}],
[{"name": "description"}]
]
}
]

View File

@@ -0,0 +1,6 @@
[
"assignedUser",
"teams",
"createdAt",
"createdBy"
]

View File

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

View File

@@ -0,0 +1,4 @@
[
{"name":"name", "link":true},
{"name":"targetStatus", "width": 25, "notSortable": true}
]

View File

@@ -0,0 +1,5 @@
[
{"name":"name", "link":true},
{"name":"entryCount", "width": 25, "notSortable": true},
{"name":"createdAt", "width": 25}
]

View File

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

View File

@@ -0,0 +1,6 @@
[
"contacts",
"leads",
"accounts",
"users"
]