export default { type: 'object', displayType: 'row', properties: { input1: { title: 'Field A', type: 'string', span: 8 }, input2: { title: 'Field B', type: 'string', span: 8 }, input3: { title: 'Field C', type: 'string', span: 8 }, input11: { title: 'Field A', type: 'string', span: 8 }, input12: { title: 'Field B', type: 'string', span: 8 }, input4: { title: 'Field D', type: 'string', }, input5: { title: 'Field E', type: 'string' } } };