This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/fields/text.json
T
2015-06-12 11:02:02 +03:00

23 lines
345 B
JSON

{
"params":[
{
"name":"required",
"type":"bool",
"default":false
},
{
"name":"default",
"type":"text"
},
{
"name":"maxLength",
"type":"int"
},
{
"name":"seeMoreDisabled",
"type":"bool"
}
],
"filter": true
}