Initial commit
This commit is contained in:
63
application/Espo/Resources/metadata/fields/urlMultiple.json
Normal file
63
application/Espo/Resources/metadata/fields/urlMultiple.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"params": [
|
||||
{
|
||||
"name": "required",
|
||||
"type": "bool",
|
||||
"default": false
|
||||
},
|
||||
{
|
||||
"name": "maxCount",
|
||||
"type": "int",
|
||||
"min": 1,
|
||||
"tooltip": true
|
||||
},
|
||||
{
|
||||
"name": "strip",
|
||||
"type": "bool",
|
||||
"default": false,
|
||||
"tooltip": "urlStrip"
|
||||
},
|
||||
{
|
||||
"name": "audited",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "readOnly",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "readOnlyAfterCreate",
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"validationList": [
|
||||
"required",
|
||||
"maxCount"
|
||||
],
|
||||
"mandatoryValidationList": [
|
||||
"array",
|
||||
"arrayOfString",
|
||||
"valid",
|
||||
"maxItemLength",
|
||||
"pattern",
|
||||
"noEmptyString"
|
||||
],
|
||||
"filter": true,
|
||||
"notCreatable": false,
|
||||
"notSortable": true,
|
||||
"fieldDefs": {
|
||||
"type": "jsonArray",
|
||||
"storeArrayValues": true
|
||||
},
|
||||
"personalData": true,
|
||||
"massUpdateActionList": [
|
||||
"update",
|
||||
"add",
|
||||
"remove"
|
||||
],
|
||||
"sanitizerClassNameList": [
|
||||
"Espo\\Classes\\FieldSanitizers\\ArrayFromNull",
|
||||
"Espo\\Classes\\FieldSanitizers\\ArrayStringTrim"
|
||||
],
|
||||
"default": []
|
||||
}
|
||||
Reference in New Issue
Block a user