mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
items editable param
This commit is contained in:
@@ -240,7 +240,8 @@
|
||||
"relateOnImport": "Relate on Import",
|
||||
"aclScope": "ACL Scope",
|
||||
"onlyAdmin": "Only for Admin",
|
||||
"notStorable": "Not Storable"
|
||||
"notStorable": "Not Storable",
|
||||
"itemsEditable": "Items Editable"
|
||||
},
|
||||
"strings" : {
|
||||
"rebuildRequired": "Rebuild is required"
|
||||
|
||||
@@ -104,6 +104,7 @@
|
||||
"conversionDisabled": "The currency conversion action won't be applied to this field.",
|
||||
"pattern": "A regular expression to check a field value against. Define an expression or select a predefined one.",
|
||||
"options": "A list of possible values and their labels.",
|
||||
"itemsEditable": "Items can be edited. Available only if no options are specified.",
|
||||
"optionsArray": "A list of possible values and their labels. If empty, the field will allow entering custom values.",
|
||||
"maxCount": "Maximum number of items allowed to be selected.",
|
||||
"displayAsList": "Each item in a new line.",
|
||||
|
||||
@@ -48,6 +48,11 @@
|
||||
"min": 1,
|
||||
"tooltip": true
|
||||
},
|
||||
{
|
||||
"name": "itemsEditable",
|
||||
"type": "bool",
|
||||
"tooltip": true
|
||||
},
|
||||
{
|
||||
"name": "pattern",
|
||||
"type": "varchar",
|
||||
|
||||
Reference in New Issue
Block a user