Initial commit
This commit is contained in:
25
application/Espo/Resources/metadata/fields/bool.json
Normal file
25
application/Espo/Resources/metadata/fields/bool.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"params": [
|
||||
{
|
||||
"name": "default",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "audited",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "readOnly",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "readOnlyAfterCreate",
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"filter": true,
|
||||
"fieldDefs": {
|
||||
"notNull": true
|
||||
},
|
||||
"default": false
|
||||
}
|
||||
Reference in New Issue
Block a user