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/bool.json
T
2023-11-04 11:45:59 +02:00

26 lines
446 B
JSON

{
"params": [
{
"name": "default",
"type": "bool"
},
{
"name": "audited",
"type": "bool"
},
{
"name": "readOnly",
"type": "bool"
},
{
"name": "readOnlyAfterCreate",
"type": "bool"
}
],
"filter": true,
"fieldDefs": {
"notNull": true
},
"default": false
}