description fields
This commit is contained in:
@@ -31,5 +31,10 @@
|
||||
[{"name": "body"}],
|
||||
[{"name": "attachments"}, {"name":"isHtml"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -30,5 +30,10 @@
|
||||
[{"name": "smtpAccount"}, false],
|
||||
[{"name": "optInConfirmationSuccessMessage", "fullWidth": true}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
"tabBreak": true,
|
||||
"tabLabel": "$label:General"
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "dateFormat"}, {"name": "timeZone"}],
|
||||
|
||||
@@ -14,5 +14,10 @@
|
||||
{"name": "workingTimeCalendar"}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -42,5 +42,10 @@
|
||||
[{"name":"footer"}],
|
||||
[{"name": "style"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -14,5 +14,10 @@
|
||||
{"name": "skipOwn"}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -56,6 +56,9 @@
|
||||
"type": "linkMultiple",
|
||||
"audited": true
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
|
||||
@@ -215,6 +215,9 @@
|
||||
"view": "views/lead-capture/fields/phone-number-country",
|
||||
"maxLength": 2
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
|
||||
@@ -117,6 +117,9 @@
|
||||
"min": 0,
|
||||
"tooltip": "Settings.authTokenMaxIdleTime"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"modifiedAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
"tooltip": true,
|
||||
"audited": true
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
|
||||
@@ -75,6 +75,9 @@
|
||||
"teams": {
|
||||
"type": "linkMultiple"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
|
||||
@@ -51,6 +51,9 @@
|
||||
"type": "bool",
|
||||
"tooltip": true
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
|
||||
Reference in New Issue
Block a user