mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
dynamic: enable wysiwyg in conditions
This commit is contained in:
@@ -153,6 +153,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"wysiwyg": {
|
||||
"view": "views/admin/dynamic-logic/conditions/field-types/base",
|
||||
"typeList": ["isEmpty", "isNotEmpty", "contains", "notContains", "matches"],
|
||||
"conditionTypes": {
|
||||
"contains": {
|
||||
"valueType": "varchar",
|
||||
"itemView": "views/admin/dynamic-logic/conditions-string/item-value-varchar"
|
||||
},
|
||||
"notContains": {
|
||||
"valueType": "varchar",
|
||||
"itemView": "views/admin/dynamic-logic/conditions-string/item-value-varchar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"int": {
|
||||
"view": "views/admin/dynamic-logic/conditions/field-types/base",
|
||||
"typeList": [
|
||||
|
||||
Reference in New Issue
Block a user