Initial commit
This commit is contained in:
64
application/Espo/Resources/metadata/fields/wysiwyg.json
Normal file
64
application/Espo/Resources/metadata/fields/wysiwyg.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"params": [
|
||||
{
|
||||
"name": "required",
|
||||
"type": "bool",
|
||||
"default": false
|
||||
},
|
||||
{
|
||||
"name": "default",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"name": "height",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "minHeight",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "readOnly",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "readOnlyAfterCreate",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "attachmentField",
|
||||
"type": "varchar",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "useIframe",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "maxLength",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "audited",
|
||||
"type": "bool",
|
||||
"tooltip": true
|
||||
}
|
||||
],
|
||||
"filter": true,
|
||||
"fieldDefs": {
|
||||
"type": "text"
|
||||
},
|
||||
"validationList": [
|
||||
"required",
|
||||
"maxLength"
|
||||
],
|
||||
"personalData": true,
|
||||
"textFilter": true,
|
||||
"fullTextSearch": true,
|
||||
"duplicatorClassName": "Espo\\Classes\\FieldDuplicators\\Wysiwyg",
|
||||
"validatorClassName": "Espo\\Classes\\FieldValidators\\TextType",
|
||||
"sanitizerClassNameList": [
|
||||
"Espo\\Classes\\FieldSanitizers\\EmptyStringToNull"
|
||||
],
|
||||
"default": null
|
||||
}
|
||||
Reference in New Issue
Block a user