mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
added base FieldManager
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"fields": {
|
||||
"someName": {
|
||||
"type": "varchar",
|
||||
"maxLength": 40
|
||||
},
|
||||
"someName2": {
|
||||
"type": "varchar",
|
||||
"maxLength": 40
|
||||
},
|
||||
"some": {
|
||||
"type": "varchar",
|
||||
"maxLength": 40
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user