items editable param

This commit is contained in:
Yuri Kuznetsov
2025-08-01 15:00:38 +03:00
parent e2884aeb00
commit 76bf7dba23
3 changed files with 8 additions and 1 deletions

View File

@@ -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"

View File

@@ -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.",

View File

@@ -48,6 +48,11 @@
"min": 1,
"tooltip": true
},
{
"name": "itemsEditable",
"type": "bool",
"tooltip": true
},
{
"name": "pattern",
"type": "varchar",