|
|
@ -3,8 +3,8 @@ export default { |
|
|
|
ForeignKey: {}, |
|
|
|
ForeignKey: {}, |
|
|
|
SingleLineText: { w: '150px' }, |
|
|
|
SingleLineText: { w: '150px' }, |
|
|
|
LongText: { w: '400px' }, |
|
|
|
LongText: { w: '400px' }, |
|
|
|
Attachment: {}, |
|
|
|
Attachment: { w: '400px' }, |
|
|
|
Checkbox: {}, |
|
|
|
Checkbox: { w: '100px' }, |
|
|
|
MultiSelect: { w: '200px' }, |
|
|
|
MultiSelect: { w: '200px' }, |
|
|
|
SingleSelect: { w: '200px' }, |
|
|
|
SingleSelect: { w: '200px' }, |
|
|
|
Collaborator: {}, |
|
|
|
Collaborator: {}, |
|
|
@ -23,11 +23,12 @@ export default { |
|
|
|
Formula: {}, |
|
|
|
Formula: {}, |
|
|
|
Rollup: {}, |
|
|
|
Rollup: {}, |
|
|
|
Count: {}, |
|
|
|
Count: {}, |
|
|
|
Lookup: {}, |
|
|
|
|
|
|
|
DateTime: {}, |
|
|
|
DateTime: {}, |
|
|
|
CreateTime: {}, |
|
|
|
CreateTime: {}, |
|
|
|
LastModifiedTime: {}, |
|
|
|
LastModifiedTime: {}, |
|
|
|
AutoNumber: {}, |
|
|
|
AutoNumber: {}, |
|
|
|
Barcode: {}, |
|
|
|
Barcode: {}, |
|
|
|
Button: {} |
|
|
|
Button: {}, |
|
|
|
|
|
|
|
LinkToAnotherRecord: { w: '400px' }, |
|
|
|
|
|
|
|
Lookup: { w: '400px' } |
|
|
|
} |
|
|
|
} |
|
|
|