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