Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows": [
|
||||
[{"name":"name", "fullWidth": true}],
|
||||
[{"name":"includingActionList", "fullWidth": true}],
|
||||
[{"name":"excludingActionList", "fullWidth": true}],
|
||||
[{"name":"description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}, {"name": "entryCount"}],
|
||||
[{"name": "category"}, {"name": "optedOutCount"}],
|
||||
[{"name": "description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}],
|
||||
[{"name": "category"}],
|
||||
[{"name": "entryCount"}, {"name": "optedOutCount"}],
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
"assignedUser",
|
||||
"teams",
|
||||
"createdAt",
|
||||
"createdBy"
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"entryCount", "width": 20, "notSortable": true},
|
||||
{"name":"createdAt", "width": 20}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name":"name", "link":true},
|
||||
{"name":"targetStatus", "width": 25, "notSortable": true}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"name", "link":true},
|
||||
{"name":"entryCount", "width": 25, "notSortable": true},
|
||||
{"name":"createdAt", "width": 25}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"teams",
|
||||
"assignedUser",
|
||||
"category"
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
"contacts",
|
||||
"leads",
|
||||
"accounts",
|
||||
"users"
|
||||
]
|
||||
Reference in New Issue
Block a user