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,34 @@
[
{
"rows": [
[{"name": "name"}, {"name": "isActive"}],
[{"name": "subscribeToTargetList", "inlineEditDisabled": true}, {"name": "campaign"}],
[{"name": "subscribeContactToTargetList"}, {"name": "targetList"}],
[{"name": "targetTeam"}, {"name": "leadSource"}],
[{"name": "duplicateCheck"}, {"name": "phoneNumberCountry"}]
]
},
{
"rows": [
[{"name": "fieldList"}, {"name": "apiKey"}]
]
},
{
"rows": [
[{"name": "formEnabled"}, {"name": "formTitle"}],
[{"name": "formText"}, {"name": "formSuccessText"}],
[{"name": "formSuccessRedirectUrl"}, {"name": "formLanguage"}],
[{"name": "formFrameAncestors"}, {"name": "formCaptcha"}],
[{"name": "formTheme"}, false]
]
},
{
"rows": [
[{"name": "optInConfirmation", "inlineEditDisabled": true}, false],
[{"name": "createLeadBeforeOptInConfirmation"}, {"name": "skipOptInConfirmationIfSubscribed"}],
[{"name": "optInConfirmationEmailTemplate"}, {"name": "optInConfirmationLifetime"}],
[{"name": "smtpAccount"}, false],
[{"name": "optInConfirmationSuccessMessage", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,13 @@
[
{
"label":"",
"rows":[
[{"name": "name"}, {"name":"isActive"}],
[{"name": "campaign", "fullWidth": true}],
[{"name": "subscribeToTargetList", "inlineEditDisabled": true}, {"name":"subscribeContactToTargetList"}],
[{"name": "targetList", "fullWidth": true}],
[{"name": "leadSource", "fullWidth": true}],
[{"name": "apiKey", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,5 @@
[
{"name": "name", "link": true},
{"name": "isActive", "widthPx": 120},
{"name": "campaign", "width": 25}
]

View File

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